canon-sdk-java
canon-sdk-java copied to clipboard
Which event is the right one for downloading image from camera
When shooting images one after another (not multiple at once, but shoot-download-shoot-download), I had a problem with busy camera. I think it's caused by reacting to bad event - I've noticed that one image was downloading two times.
Please, what is the right event to react on? I think it's kEdsObjectEvent_DirItemRequestTransfer
and we should skip kEdsObjectEvent_DirItemCreated
in Shoot task.
Sorry, been some time, I have not the answer. I had some issue with shoot too quick and bad handling of events, just need to try and do it corectly