<html><head><style type="text/css"><!-- DIV {margin:0px} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">Hi,<br>I have been away, but i really wish to resolve this issue.<br><br>I get this:<br>/dev/ieee1394/dv/host0/NTSC/in: No such file or directory<br><br>Even if /dev/ieee1394/dv/host0/NTSC/in exists and has permissions.<br><br>I did this:<br><br>mkdir -p /dev/ieee1394/dv/host0/PAL/in<br>chmod 666 /dev/ieee1394/dv/host0/PAL/in<br>test -e /dev/ieee1394/dv/host0/PAL/in || mknod -m 666 /dev/ieee1394/dv/host0/PAL/in c 171 0<br>mkdir -p /dev/ieee1394/dv/host0/NTSC/in<br>chmod 666 /dev/ieee1394/dv/host0/NTSC/in<br>test -e /dev/ieee1394/dv/host0/NTSC/in || mknod -m 666 /dev/ieee1394/dv/host0/NTSC/in c 171 0<br><br>and <br><br>lsmod |grep
 1394<br><br>gives:<br><br>dv1394&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 21356&nbsp; 0<br>raw1394&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 31596&nbsp; 0<br>ohci1394&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 37524&nbsp; 1 dv1394<br>ieee1394&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 306520&nbsp; 4 sbp2,dv1394,raw1394,ohci1394<br><br>I still get no image with a white strip.<br><br>the pd console says:<br>DV4L :closed<br>pix_videoNEW:starting transfer<br><br>thanks<br><br>Sylvain<br><br><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: IOhannes m zmoelnig &lt;zmoelnig@iem.at&gt;<br>To: Studio Zodiak &lt;studiozodiak@yahoo.ca&gt;<br>Cc: gem-dev &lt;gem-dev@iem.at&gt;<br>Sent: Thursday, June 8, 2006 11:12:09 AM<br>Subject:
 Re: [GEM-dev] pix-video again<br><br><div>Studio Zodiak wrote:<br>&gt; Hi,<br>&gt; <br>&gt;&nbsp;&nbsp;I am trying to get my DV camera to work with pix_video under linux.<br>&gt;&nbsp;&nbsp;I have to use Ubuntu. <br>&gt;&nbsp;&nbsp;I have tried different fixes I have seen on this list like commenting <br>&gt;&nbsp;&nbsp;out code in pix_videoNEW and the like.<br>&gt;&nbsp;&nbsp;I have also different versions of gem and created my nodes in /dev.<br>&gt;&nbsp;&nbsp;The console says: pix_videoNEW starting transfer.<br>&gt;&nbsp;&nbsp;It seems I am getting close to my goal only this is the error i now <br>&gt;&nbsp;&nbsp;get afterwards:<br>&gt;&nbsp;&nbsp;<br>&gt;&nbsp;&nbsp;pix_texture:not using client storage<br>&gt;&nbsp;&nbsp;<br><br>this is just a warning and not an error (and not related to dv-capturing <br>at all, just with texturing)<br>do you compile the current CVS? (if so, why did you define DEBUG_ME in <br>pix_texture.cpp? - else you shouldn't see this
 message)<br><br>what else do you get?<br>no image? (does a [pix_info] connected to the [pix_video] output any <br>sensible dimensions?)<br>blue/green image?<br><br><br>mfg.adsr<br>IOhannes<br></div></div><br></div></div></body></html>