Pirlouwi wrote: > I have seen in ivtv-devel mailing list: > > > Re: [ivtv-devel] Hauppauge WinTV-HVR-1300 Milos Prudek Tue Mar > 13 12:13:23 2007 > >> > is Hauppauge WinTV-HVR-300 card supported by ivtv? Are there any plans >> > to support it? >> >> There is support for this card in the kernel (the cx88 driver). It is not > >> yet completely stable as far as I know, so your mileage may vary. > > > I have tried only one VideoGroup with record_group=None, but the error > is still the same. > What equivalent shell command could I try to test the setfmt() command > that fails outside of python and freevo? > In other words, it seems that the cx8800 is effectively an ivtv driver, > but how can I detect what is wrong with this ioctl?
r = fcntl.ioctl(self.device, i32(SET_FMT_NO), val) is equivalent to: v4l2-ctl --set-fmt-video and you should also check v4l2-ctl --get-fmt-video VIDIOC_S_FMT and VIDIOC_G_FMT are basic video4linux commands and should work for all cards. Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
