kylemcdonald / ofxEdsdk

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

LiveView stalled after taking picture #15

Open I33N opened 10 years ago

I33N commented 10 years ago

I have a problem with ofxEDSDK and my Canon 500D. Live view is working fine but when I call takePhoto() the live view is stalled even after I download the image.

Does anyone have this issue? Any workaround?

Thanks

Meach commented 9 years ago

Hey,

I have the same camera and experience similar behaviour. So far I haven't find a way to solve it. Still investigating.

Meach commented 9 years ago

Hey @I33N, I tried again and found a way to fix this issue: After saving the picture taken, I close and re-open the addon:

camera.close(); camera.setup();

And then I can continue using the app as if nothing happened.