How to run mxc_v4l2_capture.out ?

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

How to run mxc_v4l2_capture.out ?

Jump to solution
2,010 Views
hanseunglee
Contributor III

In my case just use CSI0 OV5642 CAMERA. Not use MIPI.

root@freescale /unit_tests$ ./mxc_v4l2_capture.out -ow 1024 -oh 768

slave not found!

g_display_width = 1024, g_display_height = 768

g_display_top = 0, g_display_left = 0

Unable to open /dev/video0

Maybe use bt656 mode in mxc_v4l2_capture.c.

If i want to change gated mode, how to change source?

hot to solve error and then change interface bt656 -> gated mode ?

Labels (2)
1 Solution
1,057 Views
igorpadykov
NXP Employee
NXP Employee

Hi Hanseung

gated mode is not supported by default in BSP, for its usage one can look at

How to Support RGB565 Gated Mode Input to i.MX6 CSI

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

View solution in original post

1 Reply
1,058 Views
igorpadykov
NXP Employee
NXP Employee

Hi Hanseung

gated mode is not supported by default in BSP, for its usage one can look at

How to Support RGB565 Gated Mode Input to i.MX6 CSI

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------