Canon EDSDK using C++
Marco Lierfeld
lierfeld at ient.rwth-aachen.de
Thu Apr 26 07:34:44 PDT 2007
Hello,
I would like to write a shell tool using the Canon SDK for EOS-Cameras
in C++ using XCode.
But unfortunately there is a problem: After I have initialized the SDK
successfully, got a list of all connected cameras (currently one) and a
reference to this camera, I would like to open a session to this camera
(to be able to send commands to it). At this point the problem occurs:
The function EdsOpenSession() does not return after it has been called
and waits forever.
I already presumed my code to be faulty and tried the sample-code from
Canon's documentation for the SDK (after correcting some minor bugs like
mixed up == and =) - unfortunately with the same result :(
Has anybody else seen this problem? Or even better: Has somebody already
solved it?
I would be glad about any answers!
Regards,
Marco
More information about the MacOSX-dev
mailing list