Hi TI members,
When I was debugging my camera driver(the pipeline: ar0220AT & ub953 & ub960), I executed the following command
v4l2-ctl -d /dev/video8——set-fmt-video=width=1820,height=940,pixelformat=RGGB——stream-mmap=3——stream-skip=4——stream-to=/home/root/ar0220/test.bin——stream-count=1——stream-poll
But a select timeout error occurred. Which module is the problem and how to solve it?
And if not add the stream-poll option, it will get stuck in the dqbuf.
I added a new camera driver and enabled the corresponding device tree in boot, such as vision_app, fpdlink_fusion, sensor.
I can now confirm that the frame count for the camera and deserializer (ub960) is increasing. But the program will stay stuck in dqbuf.
I'm wondering what should I do to debug.
Do you have any idea?
Best regards,
Zheng