This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

USB camera hanging in DM8168EVM

Hi,

 

I am using the TI gingerbread-2.3-Devkit-2.0 for my DM8168 EVM board. I am trying to bringup the USB camera on this board.

By setting the flag 'USE_CAMERA_STUB=false' I was able to open the usb camera (Microsoft UVC camera) and get preview in the camera application. But, the preview is hanging after 5-20 seconds. When I kept some logs, I have observed that the code is not returning from the following call in V4L2Camera::GrabRawFrame

ioctl(camHandle, VIDIOC_DQBUF, &videoIn->buf);

 

Can anyone point me if I am missing something that needs to be changed in the driver or the V4L2 kernel module to make the camera work properly.

 

Regards,

Srikanth Babu Jasty