Hi.,
i am using MIPI 2 lanes camera on imx6d sabresd platform, the camera supports only 10bit black & white RAW format.
Run the below command i face some issues, can you help me..
=> ./mxc_v4l2_capture.out -d /dev/video1 -iw 1920 -ih 1080 -ow 1920 -oh 1080 -r 0 -fr 30 test2.yuv
ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0
VIDIOC_DQBUF failed.
ERROR: v4l2 capture: VIDIOC_QBUF: buffer already queued
VIDIOC_QBUF failed
Thanks!
Hi,
What camera are you using? It would be very helpful if we take a deeper look at the camer specs.
Regards,
Alejandro
omnivision camera
Using mipi interface
Hi,
Do you have a specific part number?
/Alejandro
Hi Alejandro,
part number: ov2281
regards,
AJ
Hi,
Thanks for the information. I have been delving into this and I just found this:
i.MX6 OV5647 Bayer sensor driver (ERROR: v4l2 capture: mxc_v4l_dqueue timeout enc_counter 0)
It seems that you have the add the support in v4l2 layer besides the driver for your sensor.
Have you made one of these changes?
Best Regards,
Alejandro