Hi Sylvain,
You know that, if you had a RCA video capture card, it would be a bit easier to capture a video stream from your miniDV camera. The winTV works very well for me. (though I never tried it on other OS...)
Cheers,
aalex
On 6/19/06, Mathieu Bouchard matju@artengine.ca wrote:
On Mon, 19 Jun 2006, Studio Zodiak wrote:
I get this: /dev/ieee1394/dv/host0/NTSC/in: No such file or directory Even if /dev/ieee1394/dv/host0/NTSC/in exists and has permissions. I did this: mkdir -p /dev/ieee1394/dv/host0/PAL/in chmod 666 /dev/ieee1394/dv/host0/PAL/in test -e /dev/ieee1394/dv/host0/PAL/in || mknod -m 666
/dev/ieee1394/dv/host0/PAL/in c 171 0
mkdir -p /dev/ieee1394/dv/host0/NTSC/in chmod 666 /dev/ieee1394/dv/host0/NTSC/in test -e /dev/ieee1394/dv/host0/NTSC/in || mknod -m 666
/dev/ieee1394/dv/host0/NTSC/in c 171 0
Both "in" should be character-devices, but it seems like you have created them as directories. remove "/in" from the mkdir and chmod commands.
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju | Freelance Digital Arts Engineer, Montréal QC Canada
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev