Dragonfly on linux

From Wiki for RobotCub and Friends

Jump to: navigation, search

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:

  • Untar and do
  ./configure --prefix=usr
  make
  sudo make install