Re: Not able to capture video frames

2010-08-17 Thread Jean-Francois Moine
On Tue, 17 Aug 2010 17:50:58 +0530 Sudhindra Nayak wrote: > As you suggested I removed the 'cam->bulk' part in the sd_config > function. Also, can you please explain how you arrived at the > sd_pkt_scan function? I'm not able to understand the bit > manipulations that you have performed in th

Re: Not able to capture video frames

2010-08-05 Thread Jean-Francois Moine
On Thu, 5 Aug 2010 11:34:28 +0530 Sudhindra Nayak wrote: > As you requested, I'm including the lsusb output below: Hi Sudhindra, The USB information indicate that the webcam uses uses isochronous transfer. The driver ov534 you used as a base uses bulk transfer. So, you must either remove the 'c