Note: libdc1394 2.2.2 from Brew didn't work for me (marius). The code would run but the camera wasn't detected. Instead, I downloaded the 2.2.3 source code from http://sourceforge.net/projects/libdc1394/files/libdc1394-2/2.2.3/ and installed it../configure && make && make installNote: Marcos had to install some other things on his fresh install of mac os 10.10 before compiling libdc1394. They are pkg-config, libusb-1.0, libjpeg, and libpng. He installed them with MacPorts, which he got from https://www.macports.org/install.php .port install pkgconfigport install libpngport install jpegport install libusbThen compile libdc1394-2git clone https://github.com/m0ose/pydc1394.gitcd pydc1394
sudo python setup.py install