Duncan Webb wrote:
> I'm thinking about helping the first time users with configuration. 
> There are two bits that are not so easy to configure, games and TV.
> 
> In the latest rel-1 svn I've added a helper module to scan the video 
> devices and print out some settings, but can't test this on all video 
> devices. Would someone like to run it and post the output. I would 
> really like to know about cards that are not ivtv, bttv.
> 
> The command is:
> # freevo vg


I've just committed a new version of the vg helper. This version should 
use two methods to group the video devices together.

This version also runs under just python, at the bottom are some 
examples. You may need to change the permission of the uevent file in 
the sysfs directories.

I am really interested in how to detect DVB and how this works with the 
DVB interfaces.

Thanks
Duncan

# python src/helpers/vg.py
devices:1: ['video0', 'vbi0', 'video4', 'video36', 'vbi4', 'video28', 
'radio4', 'video20', 'vbi12', 'vbi20', 'video52', 'video1']
devices:2: ['video1']
devices:3: []

video0 (pci) saa7134
-----------------------------------------
video0  : saa7134[0] video (Pinnacle PCTV
vbi0    : saa7134[0] vbi (Pinnacle PCTV S
-----------------------------------------

video1 (usb) usb
-----------------------------------------
video1  : Philips 730 webcam
-----------------------------------------

video4 (pci) ivtv
-----------------------------------------
video4  : ivtv0 encoder MPG
video20 : ivtv0 decoder MPG
video28 : ivtv0 encoder PCM
video36 : ivtv0 encoder YUV
video52 : ivtv0 decoder YUV
vbi4    : ivtv0 encoder VBI
vbi12   : ivtv0 decoder VBI
vbi20   : ivtv0 decoder VOUT
radio4  : ivtv0 encoder radio
-----------------------------------------

# python src/helpers/vg.py
devices:1: ['vbi2', 'video2', 'video25', 'vbi1', 'video33', 'video1', 
'radio0', 'video24', 'vbi0', 'video32', 'video0']
devices:2: []
devices:3: []

video0 ()
-----------------------------------------
video0  : ivtv0 encoder MPEG
video24 : ivtv0 encoder PCM audio
video32 : ivtv0 encoder YUV
vbi0    : ivtv0 encoder VBI
radio0  : ivtv0 encoder radio
-----------------------------------------

video1 ()
-----------------------------------------
video1  : ivtv1 encoder MPEG
video25 : ivtv1 encoder PCM audio
video33 : ivtv1 encoder YUV
vbi1    : ivtv1 encoder VBI
-----------------------------------------

video2 ()
-----------------------------------------
video2  : BT848A video ( *** UNKNOWN/GENE
vbi2    : BT848A vbi ( *** UNKNOWN/GENERI
-----------------------------------------


and the freevo version:
# ./freevo vg
devices:1: ['video0', 'vbi0', 'video4', 'video36', 'vbi4', 'video28', 
'radio4', 'video20', 'vbi12', 'vbi20', 'video52',
'video1']
devices:2: ['video1']
devices:3: []

video0 (pci) saa7134
-----------------------------------------
video0  : saa7134[0] video (Pinnacle PCTV
vbi0    : saa7134[0] vbi (Pinnacle PCTV S
-----------------------------------------
Driver: saa7134
Card: Pinnacle PCTV Stereo
Version: 0000020e (02.14)
Capabilities: 0x05010015
Enumerating supported Standards.
   0: 0xff PAL
   1: 0x7 PAL-BG
   2: 0x10 PAL-I
   3: 0xe0 PAL-DK
   4: 0xb000 NTSC
   5: 0xff0000 SECAM
   6: 0x320000 SECAM-DK
   7: 0x400000 SECAM-L
   8: 0x800000 SECAM-Lc
   9: 0x100 PAL-M
   10: 0x400 PAL-Nc
   11: 0x800 PAL-60
Current Standard is: 0xff
Enumerating supported Inputs.
   0: Television
   1: Composite1
   2: Composite2
   3: S-Video
Input: 0
Width: 720, Height: 576
Read Frequency: 8820

video1 (usb) usb
-----------------------------------------
video1  : Philips 730 webcam
-----------------------------------------
Driver: pwc
Card: Philips 730 webcam
Version: 000a000c (2560.12)
Capabilities: 0x05000001
Enumerating supported Standards.
   0: 0x0 webcam
Current Standard is: 0x0
Enumerating supported Inputs.
   0: usb
Input: 0
Width: 176, Height: 144

video4 (pci) ivtv
-----------------------------------------
video4  : ivtv0 encoder MPG
video20 : ivtv0 decoder MPG
video28 : ivtv0 encoder PCM
video36 : ivtv0 encoder YUV
video52 : ivtv0 decoder YUV
vbi4    : ivtv0 encoder VBI
vbi12   : ivtv0 decoder VBI
vbi20   : ivtv0 decoder VOUT
radio4  : ivtv0 encoder radio
-----------------------------------------
Driver: ivtv
Card: Hauppauge WinTV PVR
Version: 00010100 (257.00)
Capabilities: 0x010702f3
Enumerating supported Standards.
   0: 0xf PAL-BGH
   1: 0xe0 PAL-DK
   2: 0x10 PAL-I
   3: 0x100 PAL-M
   4: 0x200 PAL-N
   5: 0x400 PAL-Nc
   6: 0xd0000 SECAM-BGH
   7: 0x320000 SECAM-DK
   8: 0x400000 SECAM-L
   9: 0x800000 SECAM-L'
   10: 0x1000 NTSC-M
   11: 0x2000 NTSC-J
   12: 0x8000 NTSC-K
Current Standard is: 0xf
Enumerating supported Inputs.
   0: Tuner 1
   1: S-Video 1
   2: Composite 1
   3: S-Video 2
   4: Composite 2
   5: Composite 3
Input: 0
Width: 720, Height: 576
Read Frequency: 6400

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to