V4l mipi cas nxp cameras very slow

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

V4l mipi cas nxp cameras very slow

596 Views
manizillion
Contributor IV

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

Labels (1)
0 Kudos
2 Replies

519 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

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:

i.MX 8M Evaluation Kit | NXP 

Regards

0 Kudos

519 Views
manizillion
Contributor IV

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"

0 Kudos