You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@esskar what version of EDSDK you are used for work with your framework? I try it with v2.3, all works perfect with the 40D camera. after that my software were used with the 600d, and we got some problems. THis time we used EDSDK.dll version 2.4.0.1. After that we try to replace those dll's to newer v. 2.10.0.10, camera loaded corectly, liveview started. So what version of SDK used and same question about camera model?
The text was updated successfully, but these errors were encountered:
@tsdaemon what's your problem? we use the EDSDK.dll v.2.10, it's ok in windows xp, but have problem in windows 7. camera loaded correctly, liveview started well. but when we hit the buttom to take picture or changed the focalLength, it's crashed. can't go on.
problems different from camera to camera, you know. For exapmple, 600D don't want to resume liveview after taking shot, I need to call StartLiveView manually. On the 40D there no such problem.
Now the main problem - it's crashes when camera try to autofocus before take shot, and something gone wrong (like my hand close to lens). Camera.Error is not emitted in such case, and Exception just thrown up. I rewrite logic of EosCamera class, now in that case camera call error event instead throwing exception. Maybe it helps you, @soar-penguin
@esskar what version of EDSDK you are used for work with your framework? I try it with v2.3, all works perfect with the 40D camera. after that my software were used with the 600d, and we got some problems. THis time we used EDSDK.dll version 2.4.0.1. After that we try to replace those dll's to newer v. 2.10.0.10, camera loaded corectly, liveview started. So what version of SDK used and same question about camera model?
The text was updated successfully, but these errors were encountered: