Hi, I'm playing a bit around with detecting installed video output devices. I'm having a PVR350, which has various devices:
/dev/video0 /dev/video16 /dev/video24 /dev/video32 /dev/video48 If I'm querying the capabilities of these devices with VIDIOC_QUERYCAP, I get the same result for every device: 10702f3. How can a program choose the right device, if it needs to write to the YUV-decoder without knowing that ivtv puts that at /dev/video48? VIDIOC_ENUMOUTPUT and VIDIOC_ENUM_FMT also return the same for every device: output 0, type 2: S-Video + Composite output 1, type 2: Composite output 2, type 2: S-Video output 3, type 2: RGB output 4, type 2: YUV C output 5, type 2: YUV V format 0:32314d48: HM12 (YUV 4:2:0) format 1:4745504d: MPEG What am I missing? Regards, Lars. _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel
