hi,
i have a wintv and it works fine with pdp. but i cannot use it with gem :
starting transfer cap: name BT878(Hauppauge (bt878)) type 235 channels 4 maxw 768 maxh 480 minw 48 minh 32 picture: brightness 32768 depth 0 palette 4 channel 0 name Television type 1 flags 3 channel 1 name Composite1 type 2 flags 2 channel 2 name S-Video type 2 flags 2 channel 3 name Composite3 type 2 flags 2
setting to channel 1 buffer size 8519680, frames 4, offset 0 2129920
wanted format is 0x1908 setting cmcapture to 64x64 5 frame 0 0, format 5, width 64, height 64
GEM: pix_video: Opened video connection C vmmap 8140840 VIDIOCSYNC: Invalid argument
also, i did try the ieee1394 (from cvs) with [driver 1> :
pix_videoNEW: starting transfer /dev/ieee1394/dv/host0/NTSC/in: No such file or directory closed
patrick
patrick wrote:
hi,
i have a wintv and it works fine with pdp. but i cannot use it with gem :
starting transfer cap: name BT878(Hauppauge (bt878)) type 235 channels 4 maxw 768 maxh 480 minw 48 minh 32 picture: brightness 32768 depth 0 palette 4 channel 0 name Television type 1 flags 3 channel 1 name Composite1 type 2 flags 2 channel 2 name S-Video type 2 flags 2 channel 3 name Composite3 type 2 flags 2
setting to channel 1 buffer size 8519680, frames 4, offset 0 2129920
wanted format is 0x1908 setting cmcapture to 64x64 5 frame 0 0, format 5, width 64, height 64
GEM: pix_video: Opened video connection C vmmap 8140840 VIDIOCSYNC: Invalid argument
what is displayed ? sometimes (don`t know remember on which machines...) i get this warning too, but it still works. could it be, that there is something wrong with your norm/channel options (PAL is the default). the signal is read from channel1, probably you are using svhs or composite3 ?)
- from /04.video/00.SimpleVideo.pd
also, i did try the ieee1394 (from cvs) with [driver 1> :
pix_videoNEW: starting transfer /dev/ieee1394/dv/host0/NTSC/in: No such file or directory closed
well, i guess you don't have the device /dev/ieee1394/dv/host0/NTSC/in . a) are you using devfs ? (i suggest to do so) b) have you installed the dv1394.so-module ? (modprobe dv1394). the linux/dv-support depends on this driver.
mfg.asd.r IOhannes
IOhannes zmoelnig wrote:
what is displayed ?
a white rectangle
sometimes (don`t know remember on which machines...) i get this warning too, but it still works. could it be, that there is something wrong with your norm/channel options (PAL is the default). the signal is read from channel1, probably you are using svhs or composite3 ?)wanted format is 0x1908
i set the mode to NTSC 1 channel 1 is link with my camera (rca) i tried with different driver (Radeon, FGLRX, VESA...) FGLRX driver turn on Video Overlay...
the arguments for pix_video seem to be the width and height of the capture frames? if i send a message [dimen 640 480 > i receive this error : y dimensions too great
also i tried to set the freq (just to test) : error: pix_videoNEW: no method for 'freq'
and also this: pix_flip: YUV not yet implemented :-(
any idea? patrick