kylemcdonald/ofxEdsdk

LiveView stalled after taking picture

Opened this issue · 2 comments

I33N commented

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

Hey,

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

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.