文件名称:EDSDK C#样例
文件大小:288KB
文件格式:ZIP
更新时间:2020-12-20 14:58:53
edsdk
The Canon EOS Digital SDK is a quite powerful SDK to remote control Canon DSLRs. Unfortunately it is quite difficult to find some good examples for it on the internet and the provided documentation is not very complete. Since I have found out many things already and want to make it easier for others I thought I could compile some of the most important things together and do a tutorial.
【文件预览】:
EDSDKLib-1.1.2
----EDSDKLib.sln(2KB)
----WpfExample()
--------bin()
--------MainWindow.xaml(7KB)
--------Properties()
--------WpfExample.csproj(3KB)
--------MainWindow.xaml.cs(16KB)
--------App.xaml(374B)
--------App.xaml.cs(292B)
--------WrappingStream.cs(5KB)
----WinFormsExample()
--------bin()
--------Properties()
--------Program.cs(510B)
--------MainForm.resx(6KB)
--------MainForm.cs(15KB)
--------WinFormsExample.csproj(3KB)
--------MainForm.Designer.cs(29KB)
----EDSDKLib()
--------API()
--------bin()
--------Properties()
--------EDSDKLib.csproj(3KB)
--------SDK()
----ConsoleExample()
--------bin()
--------Properties()
--------Program.cs(3KB)
--------ConsoleExample.csproj(2KB)