<div dir="ltr">hi, <div><br></div><div>if you can `dvgrab` your camera, then your camera has a DV link interface.</div><div>`dc1394` is not the same and it's intended for industrial IIDC compliant cameras.</div><div>

You *cannot* grab a DV camera with the DC1394 library, see [1].</div><div><br></div><div>To use your DV camera with Gem, you need either to compile the `videoDV4L` plugin or to use a V4L wrapper for DV camcorder [2].</div>


<div>
You can also try the Unicap plugin, but I'm not sure if it supports DV cam.</div><div><br>
</div><div>Unfortunately, I'm unable to build the videoDV4L plugin on Ubuntu 14.04.</div><div>`./configure` says DV plugin is enable (but is it the same ?) but the is no gem_videoDV4L.so.</div><div>I'll file a bug report for this.</div>

<div><br></div><div>Maybe this plugin works in 0.93.3 release, I never tried it before.</div><div>if you build Gem yourself, please consider the use of the git repo [3].</div><div>there are *lots* of improvements since 0.93.3 release.</div>

<div>The latest build system update will give you more information about which plugins are actually enabled when configuring.</div>
<div><br></div><div>+</div><div>A</div><div><br></div><div>[1] : <a href="http://damien.douxchamps.net/ieee1394/libdc1394/faq/#Can_I_use_it_for_my_DV_camcorder" target="_blank">http://damien.douxchamps.net/ieee1394/libdc1394/faq/#Can_I_use_it_for_my_DV_camcorder</a></div>



<div>[2] : <a href="https://sourceforge.net/projects/dv4l.berlios/" target="_blank">https://sourceforge.net/projects/dv4l.berlios/</a></div><div>[3] : git://<a href="http://git.code.sf.net/p/pd-gem/gem" target="_blank">git.code.sf.net/p/pd-gem/gem</a> </div>


</div><div class="gmail_extra"><br clear="all"><div>--<br>do it yourself                       <br><a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a><br></div>
<br><br><div class="gmail_quote">2014-08-10 23:55 GMT+02:00  <span dir="ltr"><<a href="mailto:gnd@itchybit.org" target="_blank">gnd@itchybit.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br>
<br>
im running a clean install of Ubuntu 12.04, with Puredata 0.43.0-4 from Ubuntu repos, with a compiled Gem-0.93.3.<br>
<br>
Configure output of Gem shows:<br>
<br>
capture-support<br>
    use PLUGINS          : yes<br>
    use v4l              : yes (libv4l)<br>
    use v4l2             : yes (libv4l)<br>
    use ieee1394         : yes ( libdc1394 )<br>
<br>
When i connect the dv device i see in dmesg:<br>
<br>
[14522.765477] firewire_core: phy config: card 0, new root=ffc1, gap_count=5<br>
[14522.765695] firewire_core: phy config: card 0, new root=ffc1, gap_count=5<br>
[14523.269924] firewire_core: created device fw1: GUID 002011010f002781, S400<br>
<br>
Im able to dvgrab from the device without problems.<br>
<br>
When i create pix_video i see in console:<br>
<br>
[pix_video]: backend #0='v4l2'  : v4l2 analog<br>
[pix_video]: backend #1='v4l'   : v4l analog<br>
[pix_video]: backend #2='dc1394'        : dc1394 iidc<br>
<br>
When i send [driver dv( to pix_video:<br>
<br>
videoctl: driver dv<br>
[pix_video]: could not find a backend for driver 'dv'<br>
<br>
When i send [device /dev/fw1( to pix_video:<br>
<br>
videoctl: device /dev/fw1<br>
Cannot open '/dev/fw1': 25, Inappropriate ioctl for device<br>
videoDC1394: no cameras found<br>
<br>
I try to set [driver 2(:<br>
<br>
videoDC1394: no cameras found<br>
<br>
I send now [device /dev/fw1( to pix_video:<br>
<br>
videoctl: device /dev/fw1<br>
videoDC1394: no cameras found<br>
<br>
and so on ..<br>
<br>
The device is there (i chmoded it to 777 to make sure)<br>
<br>
# ls -la /dev|grep fw<br>
crwxrwxrwx   1 root root    251,   0 Aug 10 19:41 fw0<br>
crwxrwxrwx+  1 root video   251,   1 Aug 10 23:43 fw1<br>
<br>
this is my kernel:<br>
<br>
3.2.0-65-lowlatency #68-Ubuntu SMP PREEMPT<br>
<br>
Does anyone have any idea what could be wrong ? I guess it must be sth stupid and trivial..<br>
<br>
thx & regards,<br>
<br>
<br>
gnd/<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/<u></u>listinfo/pd-list</a><br>
</blockquote></div><br></div>