Basic GUI for controlling Canon DSLR cameras, implemented using EOSDK C# wrapper library by Johannes Bildstein:
https://www.codeproject.com/Articles/688276/Canon-EDSDK-Tutorial-in-Csharp
Interface was also implemented by following the above tutorial with my own adjustments.
Canon EOSDKv3.16
C# Wrapper library by Johannes Bildstein.
Visual Studio
Compatible Canon DSLRS:
EOS-1D Mark III
EOS 40D
EOS-1Ds Mark III
EOS DIGITAL REBEL Xsi/450D/ Kiss X2
EOS DIGITAL REBEL XS/ 1000D/ KISS F
EOS 50D
EOS 5D Mark II
EOS Kiss X3/EOS REBEL T1i /EOS 500D
EOS 7D
EOS-1D Mark IV
EOS Kiss X4/EOS REBEL T2i /EOS 550D
EOS 60D
EOS Kiss X5/EOS REBEL T3i /EOS 600D
EOS Kiss X50/EOS REBEL T3 /EOS 1100D
EOS 5D Mark III
EOS 1D X
EOS Kiss X6i/EOS 650D/EOS REBEL T4i
EOS M
EOS 6D
Add project to visual studio and build
Tested with Canon 1200D
This project is licensed under the MIT License - see the LICENSE.md file for details
Johannes Bildstein for providing an invaluable tutorial and freely available C# wrapper library.