Michael Hunold (hunold@xxxxxxxxxxxxxx): > > I'm (finally) doing V4L2 support in tvtime. For testing I've been > > using bttv-0.9.10 and bttv9-20030606 with v4l2-20030606. > > Cool. I've added field capture to separate capture buffers to my > saa7146 driver lately. Are you going to use that feature, too? I will use it, I don't use it now. BTW, I can send you a snapshot of my V4L2-enabled tvtime, we support UYVY too, but not as well as we could yet ;) > My saa7146 driver will simply refuse calls to S_STD while streaming > capture. Most other stuff will be refused, too, like S_FREQ and S_FMT. Wait, why S_FREQ? Was that a typo? Also, what about on input switch, should I be stopping streaming on input switch as well? I'm worried about it because the API allows for having different supported norms per input. -Billy