Chris Nuernberger wrote: > Hey all, I am looking at the documentation for getting/setting the tuner > frequencies and it says to use VIDIOC_G_FREQUENCY or the setting equivalent. > I THINK these take a v4l2_frequency argument. The problem is that whenever I > try to use them (using bttv-0.8.38) I always get an invalid arg error back. > > Then, when I try to use VIDIOC_G_FREQ, I get back a frequency of -1, with no > error returned. > > I very well may have installed the driver incorrectly. Chris
The _FREQ ioctls take the same frequency parameter as v4l1 (just an integer). I don't know if this is correct - when I first implemented it, I used the v4l1 compatibility module as a reference... -justin _______________________________________________ Video4linux-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/video4linux-list
