hi
i am using imx6q on nitrogen6x. i am trying to operate my MIPI ov5640 cam but unfortunately without any success.
the camera / sensor doesn’t give out data ( and than i get time-out error )
streaming task paused, reason error (-5)
Execution ended after 9996617334 ns.
regards
Hi
Sumo
Which BSP are you using?
Can you verify your driver is loaded or not?
Thanks
Saurabh
hi
yes the driver is probed properly.
what do you mean by saying bsp?
thanks for the quick reply
regards
linux 3.10.17
Hi,
Can you just confirm that OV5640 camera is enabled in your kernel configuration?
if OV5640 is configured as a module than you need to first modprobe it.
Thank
Saurabh
i run the modprobe command:
modprobe ov5640_camera_mipi
then i get:
mxc_v4l2_master_attach: 0
mxc_v4l2_master_attach: ipu1:/csi1 attached ov5640_mipi:mxc_v4l2_cap2
camera ov5640_mipi is found
lsmod:
ov5640_camera_mipi | 52003 0 |
mxc_v4l2_capture | 22921 2 ov5640_camera_mipi |
ipu_bg_overlay_sdc | 3931 1 mxc_v4l2_capture |
ipu_still | 1689 1 mxc_v4l2_capture |
ipu_prp_enc | 4607 1 mxc_v4l2_capture |
ipu_csi_enc | 2799 1 mxc_v4l2_capture |
ipu_fg_overlay_sdc | 4727 1 mxc_v4l2_capture |
v4l2_int_device | 1697 2 ov5640_camera_mipi,mxc_v4l2_capture |
thanks again!
Are you able to fixed issue?
no... still not working
any case it is driver's registers issue?
Are you using Android or Linux rootfs?