Dragonfly on linux
From Wiki for RobotCub and Friends
Dragonfly cameras in Linux use libraw1394 and libdc1394 libraries. You can get these packages from the network or by using the package manager available with your Linux distribution.
In Debian do:
sudo apt-get install libraw1394-dev sudo apt-get install libdc1394-dev
For the dragonfly2 camera you need to install libdc1394-2.0.0:
- Download libdc1394-2.0.0.tar-gz from http://sourceforge.net/projects/libdc1394
- Untar and do
./configure --prefix=usr make sudo make install

