3rd_dc1394

dc1394 3rd party

dc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specification (found at http://www.1394ta.org/). libdc1394 is licensed under the terms of the GNU LGPL v2.1 license. dc11394 is one of the optional 3rd parties supported by ViSP sensor module.

You can get libdc1394 source code from http://sourceforge.net/projects/libdc1394.

If you have installed libdc1394-2.x you can grab images from firewire cameras with vp1394TwoGrabber class.

Hereafter we provide installation instructions for the following OS:

 logo-ubuntu-alpha  logo-debian logo-fedora logo-redhat centos-logo  logo-apple-alpha
Ubuntu Debian Fedora RedHat CentOS OSX

Ubuntu or debian installation

On Linux Debian or Ubuntu, you may install the package with:

sudo apt-get install libdc1394-22-dev

Fedora, RedHat or CentOS installation

On Fedora, RedHat or CentOS you may install the package with yum:

su -c "yum install libdc1394-devel"

Mac OSX installation

On OSX you may install the package with homebrew:

brew install libdc1394

Comments are closed.