IMX53 external camera

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

IMX53 external camera

940 Views
anilkumara
Contributor I

Hi,

I am testing external  camera with video decoder( tvp5150) on IMX53. I am not able to find /dev/video0 node. So I created with mknod c 81 0. But if I am trying to run  mxc_v4l2_output.out.

But it fails. I am able to load required drivers and compiled tvp5150 as static build.

lsmod

Module                  Size  Used by    Not tainted

mxc_v4l2_capture       18719  0

ipu_csi_enc             2923  1 mxc_v4l2_capture

ipu_prp_enc             4353  1 mxc_v4l2_capture

ipu_prp_vf_sdc          3877  1 mxc_v4l2_capture

ipu_still               2194  1 mxc_v4l2_capture

ipu_prp_vf_sdc_bg       3835  1 mxc_v4l2_capture

cat /proc/devices

Character devices:

 

21 sg

29 fb

81 video4linux

89 i2c

But I am not able to  get any video capture form camera. please suggest.

Regards,

Anil

Labels (1)
0 Kudos
1 Reply

444 Views
igorpadykov
NXP Employee
NXP Employee

Hi anil

for video decoder it is necessary to use mxc_v4l2_tvin as described below:

Re: i.MX53 IPU Deinterlacer

Best regards

igor

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

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

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

0 Kudos