kylemcdonald / ofxEdsdk

Interfacing with Canon cameras from openFrameworks for OSX. An alternative to ofxCanon and CanonCameraWrapper.
Other
111 stars 51 forks source link

live view isn't optional #37

Closed plural closed 8 years ago

plural commented 8 years ago

I like the wrapper around the SDK, but I don't always want to have live view enabled. It would be nice to be able to easily turn live view on and off easily.

I have a (crappy) patch in progress for this that I'll try to tidy up and get out for review shortly.

kylemcdonald commented 8 years ago

this is available in the develop branch https://github.com/kylemcdonald/ofxEdsdk/blob/develop/src/ofxEdsdk.h#L19

but i'm waiting until 0.9.0 is released to merge.

plural commented 8 years ago

awesome! Thanks.