Prior to upgrading (my version was somewhere after 0.7.91 ... whichever
came with the prerelease of Slackware 9) I could do the following:
vidtun.mode = VIDEO_MODE_NTSC;
if (-1== ioctl(cam, VIDIOCSTUNER,&vidtun)) {
perror ("ioctl VIDIOCSTUNER");
exit (-1);
}
but now I get a complaint that that's an invalid operation (eg.,
VIDIOSTUNER). As a result, my video displays incorrectly.
*Sometimes* I can run avigrab which will apparently reset the camera to
what I need. But then after reboot I have the same problem.
Anyone have an idea?
Thanks,
DT