I’ve just downloaded Kyle’s libdc1394 wrapper ofxLibdc (http://github.com/kylemcdonald/ofxLibdc) however as soon as I compile the project I get a bad signal ‘EXC_BAD_ACCESS’.
This happens whether I use ‘ofxLibdc’, ‘ofxLibdcGrabber’ or ‘ofxLibdcPtGrey’?
sorry about that, ofxLibdc is still really experimental in that there are lots of unsupported features (e.g., color cameras don’t work).
if you can confirm whether the above fixed your problem or not, that would be awesome. and for future bugs, it’s best if people could post to the issues on github since i don’t always catch the posts here.
I have just downloaded ofxLibdc, tested it on a Point Grey Flea2G Firewire 800 camera, got the same EXC_BAD_ACCESS error when I changed the cam size. But the line “camera.set1394b(true);” works. Thanks.