佳能的EDSDKTool C#版源码,并提供 DESDK.dll 亲测可用 佳能EOS数码SDK是一个 可以用来远程控制其数码单反相机相当强大的SDK。不幸的是,想在互联网上找些很好的例子相当难,而且提供的文档也不是很齐全。因为我已经找到了很多能让其他人更容易掌握它的东西,我就想可以把我认为最重要的东西组织在一起,做成一个教程。 本教程包括: 初始化和终止的SDK 打开和关闭摄像头会话 获取连接的像机列表 set和get相机设置 获取可用的设置列表 正常拍照和使用闪光灯模式 处理相机事件 将拍摄的照片下载到电脑上 启动和实时查看 记录实时查看 锁定/解锁相机的用户界面
2023-04-25 16:20:57 707KB EDSDK C#
1
佳能相机开发包Canon EDSDK 3.6.1-Windows,开发佳能相机必需SDK,内有sample code, 类图、时序图等
2022-12-19 10:54:18 95.91MB 佳能 EDSDK Canon 开发包
1
佳能相机开发包ED-SDK v3.6.1 - API文档,含有C#、C++、c 的demo
2022-04-15 20:22:31 131.84MB EDSDK
1
----------------------------------------------------------------------------------- EDSDK Library README File ----------------------------------------------------------------------------------- This Readme file contains the latest information about the EDSDK Library. Please read this file before using the EDSDK Library. ----------------------------------------------------------------------------------- Contents 1. Acknowledgments 2. Copyrights 1. Acknowledgments ------------------ This software is based in part on the work of the Independent JPEG Group. 2. Copyrights ------------- IJG: Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereof) for any purpose, without fee, subject to these conditions: 1. If any part of the source code for this software is distributed, then this README file must be included, with this copyright and no-warranty notice unaltered; and any additions, deletions, or changes to the original files must be clearly indicated in accompanying documentation. 2. If only executable code is distributed, then the accompanying documentation must state that "this software is based in part on the work of the Independent JPEG Group". 3. Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind. These conditions apply to any software derived from or based on the IJG code, not just to the unmodified library. If you use our work, you ought to acknowledge us. Permission is NOT granted for the use of any IJG author's name or company name in advertising or publicity relating to this software or products derived from it. This software may be referred to only as "the Independent JPEG Group's software". We specifically permit and encourage the use of this software as the basis of commercial products, provided that all warranty or liability claims are assumed by the product vendor.
2022-01-17 13:54:48 2.94MB Canon Camera Develop 佳能
1
CANNON_SDK_EDSDK_2.10(内含示例),vb和C#全部测试可用
2021-12-10 21:23:46 3.1MB CANNON SDK EDSDK 含例子
1
有关佳能SDK来远程控制DSLR相机的教程。 从拍照到使用LiveView。
2021-11-22 15:05:23 817KB C# .NET VS2013 Dev
1
使用佳能相机官方sdk进行再次封装,实现如下功能: //python回调函数接口 typedef void (*PROPERTYEVENT_CALLBACK)(EdsUInt32 inEvent, EdsUInt32 inPropertyID, EdsUInt32 inParam); PROPERTYEVENT_CALLBACK g_property_callback[MAX_CAMERA]; typedef void (*OBJECTEVENT_CALLBACK)(EdsUInt32 inEvent); OBJECTEVENT_CALLBACK g_object_callback[MAX_CAMERA]; typedef void (*STATEEVENT_CALLBACK)(EdsUInt32 inEvent, EdsUInt32 inParam); STATEEVENT_CALLBACK g_state_callback[MAX_CAMERA]; //初始化 EDSDK_API EdsError Init(EdsUInt16 index); EDSDK_API EdsError UnInit(EdsUInt16 index); //拍照 EDSDK_API EdsError HalfShutterAFC(EdsUInt16 index); EDSDK_API EdsError TakePicture(EdsUInt16 index, char** path); EDSDK_API EdsError TakePictureNoAF(EdsUInt16 index, char** path); //录像 EDSDK_API EdsError StartVideo(EdsUInt16 index); EDSDK_API EdsError StopVideo(EdsUInt16 index, char** path); //取景器实时预览 EDSDK_API EdsError StartLiveView(EdsUInt16 index); EDSDK_API EdsError EndLiveView(EdsUInt16 index); EDSDK_API EdsError DownloadEvfImage(EdsUInt16 index, void** pointer, EdsUInt64* length); //调焦 EDSDK_API EdsError SetCameraFocus(EdsUInt16 index, short focus); EDSDK_API void SetFocusCount(EdsUInt16 index, long count); EDSDK_API unsigned int CalFocus(unsigned short objectDistance); EDSDK_API void AutoFocusInit(EdsUInt16 index); EDSDK_API void AutoFocus(EdsUInt16 index, unsigned int objectDistance); //属性 EDSDK_API EdsError SetProperty(EdsUInt16 index, EdsPropertyID propertyID, EdsInt32 property); EDSDK_API EdsError GetProperty(EdsUInt16 index, EdsPropertyID propertyID, EdsUInt32* data); EDSDK_API EdsError GetEvent(); //属性衍生 //切换拍照、录像模式 EDSDK_API EdsError SetDevMode(EdsUInt16 index, eCameraMode mode); EDSDK_API EdsError GetDevMode(EdsUInt16 index, EdsUInt16* mode); //拍摄AE模式 EDSDK_API EdsError SetMovieAEMode(EdsUInt16 index, eAEMode mode); EDSDK_API EdsError GetMovieAEMode(EdsUInt16 index, EdsUInt32* mode); //AF模式 EDSDK_API EdsError SetAFMode(EdsUInt16 index, eAFMode mode); EDSDK_API EdsError GetAFMode(EdsUInt16 index, EdsUInt32* mode); 。。。。。。
2021-10-28 20:06:24 866KB EDSDK 佳能sdk
佳能相机 canon EDSDK 2.10 最新开发包 用户EOS系列
2021-10-10 10:24:12 32.55MB 佳能 canon EDSDK 2.10
1
EDSDK 佳能单反相机可用,unity c# 支持,代码需要网上找,鄙人之提供sdk,网上很多博客应该很多的,最新版的sdk
2021-09-22 11:16:22 449KB 佳能相机,unity c#
1
Canon SDK 包含佳能SDK3.6.1版本,含C++,VB,C#例子源代码,动态链接库含32位和64位版本,C#源代码包含WinForm和WPF工程
2021-09-08 15:43:32 182.58MB EDSDK3.2 EDSDK3.5 EDSDK3.6.1 C#
1