I'm beginner in c++ programming and I'm starting to use Canon EDSDK 2.12 to remote control an EOS 600D DSLR. I used the code here to get a better understanding how to access camera and take a single picture and it works fine but now I'm not sure how to proceed with my program because I'm unable to figure out the possibilities of the SDK with the Programming Reference.
Is it possible to take a picture which is saved on the camaeras SD with a customized name?
if not
How do I have to create an event handler? I would like to get a string consisting of the image path on the SD (folder & image name as unique id) every time a picture is taken and do some other tasks with it.
I hope this helps to understand what I want to do.