Hey there,
I wanted to use ofxCanon from @elliotwoods with the current of version and Visual Studio 2017. When I try to compile it, it throws a bunch of errors like
Severity Code Description Project File Line Suppression State
Error C3203 'allocator': unspecialized class template can't be used as a template argument for template parameter '_Alloc', expected a real type (compiling source file ..\..\..\addons\ofxCanon\src\ofxCanon\Device.cpp) exampleLiveView c:\dev\reddo-products\addons\ofxcanon\src\ofxcanon\device.h 218
and some ‘identifier not found’ issues
Unfortunately I don’t really know how to solve this errors. Is there a plan to update the addon to the current of version?
Right now I was using ofxEdsdk which works out of the box, but I experienced it to be slower in terms of waiting until the shot is over and the picture is available. Also the disconnecting of the camera does not work for me (stucks when waiting for thread).