Hi all,
I am using a Firefly MV on mac 10.9 and I am not able to control the camera settings (camera changes its exposure automatically).
I can not use void ofVideoGrabber::videoSettings() because I don’t have 10.6 SDK installed (and I would like to use my current SDK, which is 10.9). Is there any other way to control camera settings inside or outside openframeworks? Is there any addon that can deal with it?
I’ve used the ofxLibdc addon to control the settings of a FireFly MV. Unfortunately, I don’t think it has built-in support for turning the auto-exposure on/off, but it’s easy to add yourself.
I added methods like these in the Camera class in ofxLibdc: