Could somebody tell me how to install on mac?

140 views
Skip to first unread message

顏宏修

unread,
Jan 8, 2015, 5:22:03 AM1/8/15
to pydc...@googlegroups.com
HI:
My name is Steven.I am from Taiwan.
I have problem about setting fps of 1394 camera, so I wanna use Pydc1394 to see if  there is any possibility to control my camera;s fps.
Could someone send me a package of Pydc1394?
Because I can't install the package which is provided by other people from the GItHuB. 
I will be really helpful.
Thank you!!!

Steven

cody dooderson

unread,
Jan 22, 2015, 1:47:25 PM1/22/15
to pydc...@googlegroups.com
These instructions worked for me


These instructions below worked for me. 

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 install
Note: 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 pkgconfig
port install libpng
port install jpeg
port install libusb
Then compile libdc1394-2
git clone https://github.com/m0ose/pydc1394.git
cd pydc1394 
sudo python setup.py install 
Reply all
Reply to author
Forward
0 new messages