imx6 v4l2 4 channels tests

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

imx6 v4l2 4 channels tests

868 Views
vaudoitlaurent
Contributor IV

Hi all,

on our project, we have a 4.19.35 kernel, based on meta-fsl-bsp-release.

we have an video decoder isl79987 with 4 analogic camera.

We have applied the patch from this url:

iMX6DQ ISL79985/79987 MIPI CSI2 CVBS camera surround view solution for Linux BSP 

and we use mxc_v4l_tvin.out test application. 

Everything works well, we are able to display 4 camera stream on a hdmi screen.

Our question is related to the test application.

Indeed, we see that in this application, direct access is done to the ipu driver, but when we look at the imx-test mxc_v4l2_capture.c (here: mxc_ipudev_test.c\mxc_ipudev_test\test - imx-test - i.MX Driver Test Application Software )

we see that everything use the v4l2 framework.

So i would like to know if it is better using v4l2, or direct using ipu driver (is there better performance using ipu directly, or through v4l2)?

Is the mxc_v4l_tvin application test stored on a git repo somewhere?

Thanks in advance for your answer

Regards

Laurent

Labels (2)
0 Kudos
2 Replies

708 Views
igorpadykov
NXP Employee
NXP Employee

Hi Laurent

>i would like to know if it is better using v4l2, or direct using ipu driver (is there better

>performance using ipu directly, or through v4l2)?

seems using ipu directly better performance may be obtained.

>Is the mxc_v4l_tvin application test stored on a git repo somewhere?

one can look on mxc_v4l2_tvin.c\mxc_v4l2_test\test - imx-test - i.MX Driver Test Application Software 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

708 Views
vaudoitlaurent
Contributor IV

Hi Igor

thank you for your answer.

we will keep this in mind 

Regards

Laurent

0 Kudos