kylemcdonald / ofxEdsdk

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

EDSDK v3.2 crashes on OS X #41

Open smallfly opened 8 years ago

smallfly commented 8 years ago

Hi,

9 times out of 10, the EDSDK v3.2 crashes when trying to open a session with the Rebel T6s. It tries to access a deallocated instance. The same versions of the add-on and EDSDK work fine with the Rebel T1i and the Rebel T5i.

Here is the message when enabling the Zombie mode in Xcode:

exampleDebug[1506:66502] *** -[CFDictionary objectForKey:]: message sent to deallocated instance 0x600000061280

Am I correct to think that this is a Canon issue and that nothing can be done on the OF side? I even have sent a quick email to Canon about this, but they do not give any support on the EDSDK.

Thanks

cateatercode commented 8 years ago

Hi,

I'm dealing with the same issue. Works well on a 7D but not on a 5D. Same crash. Any help would be appreciated. EDSDK version 3.2.20.6402.

Thanks.

smallfly commented 8 years ago

Hi,

I had better luck with @elliotwoods fork of the addon. Where did you get that version of the EDSDK? The latest version available on http://meeting.usa.canon.com/camera being the 3.2.20.3.

Thanks.

jeffcrouse commented 8 years ago

I just ran into this issue. Any updates?