Hi, I am streaming from a customized camera device using Opencv c++, I got timeout error when grabbing a frame. Actual Camera setup is like FPGA -> Cypress controller -> host. Currently no Sensor is connected. The FPGA is programmed like that, it will work for 640 x 480 resolution raw data(YUY2). I can able to view the packets received at the host side with the help of Device Monitoring Studio. But in OpenCv It is throwing timeout error. Can anyone help me to resolve this issue.