hi,
if you can `dvgrab` your camera, then your camera has a DV link interface.
`dc1394` is not the same and it's intended for industrial IIDC compliant cameras.
You *cannot* grab a DV camera with the DC1394 library, see [1].
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].
You can also try the Unicap plugin, but I'm not sure if it supports DV cam.
Unfortunately, I'm unable to build the videoDV4L plugin on Ubuntu 14.04.
`./configure` says DV plugin is enable (but is it the same ?) but the is no gem_videoDV4L.so.
I'll file a bug report for this.
Maybe this plugin works in 0.93.3 release, I never tried it before.
if you build Gem yourself, please consider the use of the git repo [3].
there are *lots* of improvements since 0.93.3 release.
The latest build system update will give you more information about which plugins are actually enabled when configuring.
+
A