hi
I am having trouble reading a firewire dv input with [pix_video] I can't find much info on selecting drivers, inputs etc [enumerate( is 'not supported on this OS'
I have a new kanotix/debian installation on an AMD64 system with the puredata, pd-extended, pd-zexy and Gem packages Pd version 0.39-2
I used modprobe to load dv1394, raw1394 and video1394 modules devices appeared at /dev/dv1394/0 and /dev/video1394/0 and I can record video from the firewire input using:
$ su # dvgrab /home/simon/new
I changed permissions:
# chmod o+rw /dev/raw1394 # su simon
now dvgrab works without being logged in as root
$ dvgrab /home/simon/new2
captures the video to file nicely (presumably using /dev/raw1394)
when I open a simple patch pix_film, pix_image work fine but pix_video using [driver 1( just shows a white screen
Do I need to load something else? Is pix_video looking for the device in another location? What messages can be sent to pix_video?
here is more information if it helps: from pd:
GEM: Graphics Environment for Multimedia GEM: ver: 0.90 GEM: compiled: Oct 7 2005 GEM: maintained by IOhannes m zmoelnig GEM: Authors : Mark Danks (original version on irix/windows) GEM: Chris Clepper (macOS-X) GEM: Daniel Heckenberg (windows) GEM: James Tittle (macOS-X) GEM: IOhannes m zmoelnig (linux/windows)
pix_film:: quicktime support
pix_film:: libmpeg3 support
video4linux
ieee1394 for linux
GEM: loaded image: /home/simon/Pictures/10million/01 Amsterdam.jpg
quicktime4linux: unsupported!
MPEG3 opened
GEM: pix_film: Loaded file: /home/simon/Movies/brain.mov.ff.m2v with
21 frames (720x576)
Direct Rendering enabled!
GEM: Start rendering
pix_videoNEW: starting transfer
closed
pix_texture: not using client storage
pix_texture: not using client storage
pix_texture: not using client storage
pix_texture: not using client storage
pix_texture: not using client storage
$ lsmod shows:
Module Size Used by
video1394 20216 0
appletalk 38096 2
ax25 64000 2
ipx 29640 2
bt878 10476 0
nvidia 4853456 12
parport_pc 40688 0
lp 12992 0
parport 37388 2 parport_pc,lp
video 16648 0
thermal 13580 0
fan 5000 0
container 4864 0
button 7072 0
battery 9864 0
ac 5256 0
af_packet 21388 2
efs 12680 0
eth1394 19984 0
raw1394 25248 0
dv1394 20728 0
bttv 185552 1 bt878
video_buf 20996 1 bttv
v4l2_common 7552 1 bttv
btcx_risc 5640 1 bttv
tveeprom 16016 1 bttv
videodev 10880 1 bttv
sk98lin 193292 0
fuse 34072 0
capability 5384 0
commoncap 7296 1 capability
powernow_k8 11456 1
freq_table 5184 1 powernow_k8
processor 21864 2 thermal,powernow_k8
snd_intel8x0 33320 2
snd_ac97_codec 104636 1 snd_intel8x0
snd_ac97_bus 3584 1 snd_ac97_codec
snd_pcm_oss 53536 0
snd_mixer_oss 17664 1 snd_pcm_oss
snd_pcm 89480 4 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 23560 2 snd_pcm
snd 55648 8
snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
shpchp 94248 0
forcedeth 22656 0
evdev 11776 0
skge 36624 0
pci_hotplug 28560 1 shpchp
ohci1394 32844 2 video1394,dv1394
ieee1394 352920 5
video1394,eth1394,raw1394,dv1394,ohci1394
soundcore 10144 1 snd
ohci_hcd 20868 0
ehci_hcd 33032 0
usbcore 118196 3 ohci_hcd,ehci_hcd
irtty_sir 7168 0
snd_page_alloc 10384 2 snd_intel8x0,snd_pcm
sir_dev 17144 1 irtty_sir
i2c_nforce2 8192 0
8250_pnp 11520 0
pcspkr 5000 0
irda 134756 1 sir_dev
8250 25264 1 8250_pnp
serial_core 20992 1 8250
psmouse 37508 0
serio_raw 7812 0
crc_ccitt 3200 1 irda
the test patch is attached
simon
Hallo!
That's a known problem (the default device is /dev/dv1394) ... your modules and everything else is okay.
Please try the following
line in videoDV4L.cpp
(maybe we should also update the help-patch if that is working ... ;)
LG Georg
either the server isn't working at the moment or cvs isn't using the
proxy settings I have, I'll try to work it out in the morning and let
you know then
simon
On 10 Mar 2006, at 5:44 AM, Georg Holzmann wrote:
Hallo!
That's a known problem (the default device is /dev/dv1394) ... your
modules and everything else is okay.Please try the following
- download current gem from cvs and compile it
- then you can set the device with a [device /dev/dv1394/0( message
- please report if that is working - otherwise you have to change
one line in videoDV4L.cpp
(maybe we should also update the help-patch if that is working ... ;)
LG Georg
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list