kylemcdonald / ofxEdsdk

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

problems disconnecting camera on exit #54

Open brinoausrino opened 5 years ago

brinoausrino commented 5 years ago

Hey there,

when I try to call Camera::close() the program stucks.

Camera::stopCapture() stucks when called.

I had a look inside the method and Eds::EndLiveview(camera); is called and then stucks. Also when uncommenting the liveView part it stucks at Eds::CloseSession(camera);

Someone has any idea?