Reputation: 1071
I have a Canon EOS 1100D (Rebel T3)
and wrote a C# program to control it using the EDSDK
dlls
. I'm saving taken pictures on the computer.
I want to take pictures remotely by a "Wireless Shutter Release Remote Controller", and then process these pictures immediately. But there is a problem:
Is there any event in EDSDK dlls
that can detect newly captured photos? Any help will be appreciated.
Upvotes: 1
Views: 1499
Reputation: 508
In short, you should
for C# specific examples, see other posts like Canon sdk internal error at edsDownload
Upvotes: 1