Hallo!
Except that pix_video still doesn't work with udev: /dev/dv1394/0
I have tried changing to [driver 1< when rendering was enabled and this crashed PD. I tried [driver 1< before rendering and PD didn't crash but I didn't get video. With [device /dev/dv1394/0< I got the following message: device-err: 0 DV4L: closed
hm ... I thought that this works ... (but never tried it) ...
anyway, you can change the following in videoDV4L.cpp (I think line 194):
if ((fd=open("/dev/dv1394", O_RDWR)) < 0) { to: if ((fd=open("/dev/dv1394/0", O_RDWR)) < 0) {
and then recompile ...
@GEM-devs: maybe we should introduce a message to set the device properly ? (and document it in the help file ;) ...)
LG Georg