Hi ,
Not sure why i purchased mipi cas v4l2 cameras for imx8mqevk, but is very slow on wayland shell camera application. how to speed this up on linux 4.19.35 kernel ?
Regards
Hello Manivannan,
You should get 4K at 60fps is you are using MIPI, maybe you are doing something wrong, also please update your linux BSP to L5.4.24 to have better performance:
Regards
actually i have done the following settings like this for adding vivante in the build , does this is causing any slow in camera applications, otherwise where should i look to find the reason for slow camera responses.
# Graphics libraries
PREFERRED_PROVIDER_virtual/egl ?= "imx-gpu-viv"
PREFERRED_PROVIDER_virtual/libgl ?= "imx-gpu-viv"
PREFERRED_PROVIDER_virtual/libgles1 ?= "imx-gpu-viv"
PREFERRED_PROVIDER_virtual/libgles2 ?= "imx-gpu-viv"
PREFERRED_PROVIDER_virtual/egl_imxgpu ?= "imx-gpu-viv"
PREFERRED_PROVIDER_virtual/libgl_imxgpu3d ?= "imx-gpu-viv"
PREFERRED_PROVIDER_virtual/libgles1_imxgpu3d ?= "imx-gpu-viv"
PREFERRED_PROVIDER_virtual/libgles2_imxgpu3d ?= "imx-gpu-viv"
PREFERRED_PROVIDER_virtual/libg2d ?= "imx-gpu-viv"
PREFERRED_PROVIDER_virtual/libg2d_imxdpu ?= "imx-dpu-viv"