On Fri, Mar 12, 2010 at 5:52 PM, Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> wrote: > All the above are webcam drivers. I doubt that those drivers would work > with tvtime: this software were meant to test the Vector's deinterlacing > algorithms, so it requires some specific video formats/resolutions found on TV > and require 25 or 30 fps, as far as I remember. For example, It doesn't support > QCIF/QVGA cameras. Yup, I was indeed aware that tvtime doesn't really work with webcams. I wanted to see the list of remaining drivers, and now that I see the list (and also came to the conclusion that they were all webcams), I feel much more comfortable just dropping V4L1 support. > If you want to extend tvtime to use webcams, some work is needed. Probably the easiest > way would be to use libv4l, that also does the V4L1 conversion, if needed. This may > actually make sense even for a few TV cards like em28xx, where you could use a bayer > format with a lower color depth and/or lower resolution, in order to allow viewing two > simultaneous streams. > > So, I suggest you to just drop V4L1 from tvtime and convert it to use libv4l (the conversion > is trivial: just replace open/close/ioctl from the V4L2 driver to the libv4l ones). This will > allow you to drop the old V4L1 driver from it, and, if you decide later to accept other > resolutions and make it more webcam friendly, you'll just need to allow tvtime to accept > other video resolutions and disable the de-interlacing setup if a webcam is detected. I have actually been considering converting tvtime to using libv4l for a while now, as I need it to support cards that use the HM12 pixelformat (such as the HVR-1600). I wanted to rip out the V4L1 support first to make the conversion more straightforward. It really isn't my goal to make tvtime support webcams, although they might just start to work as an unintended side-effect. Devin -- Devin J. Heitmueller - Kernel Labs http://www.kernellabs.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html