Re: [Freevo-devel] Small bug in v4l2.py

2005-09-13 Thread Rob Shortt
Duncan Webb wrote: You may find that these patches will help with the ivtv driver: ivtv-0.3.7k-r1.patch fixes a bug with the querymenu ioctl command (not relevant for setfmt) ivtv-0.3.7k-debug.patch adds printk messages showing how the ioctl is being called. ivtv_debug=16 (bitmapped so ivtv_de

Re: [Freevo-devel] Small bug in v4l2.py

2005-09-12 Thread Duncan Webb
Hi Rob Thanks Duncan. I was looking at a very similar problem last night, using the set format ioctl. This was silently killing the driver, resulting in 0 byte captures on every attempt after the call until the driver was reloaded. It drove me nuts tracking it down to the setfmt() call. I'll

Re: [Freevo-devel] Small bug in v4l2.py

2005-09-12 Thread Rob Shortt
Duncan Webb wrote: Hi all Hi, Been trying to get freevo 1.5.3 working with a bttv card on /dev/video0 and an ivtv card on /dev/video1 The record server kept on crashing when trying to record anything and discovered the problem is in src/tv/v42l.py. The same bug is in the current cvs vers