----------------------------------------------------------------------------------- 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
佳能相机 连接电脑 遥控拍摄 下载相机像片
1
参考了很多网上的资料,然后自己改装了一下,可以实现点击按钮拍照,然后将照片存储到本地电脑上,佳能相机直接使用usb连接的电脑,不是采用wifi。采用的dll是网上下载的,没有经过排除。使用网上的代码相机总是提示PC FULL,然后当前案例中已经解决。拍照不进入图片下载的方法也处理完。连续快速拍照会出现错误,这个需要设置相机的属性,而不是程序本身控制
2021-11-01 19:42:00 43.48MB 拍照 佳能
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
软件介绍: EOSInfo是一个简单的实用工具,介绍了有关你的佳能EOS数码单反有用的信息.要使用EOSInfo, 您的EOS单反相机必须通过USB电缆连接PC和打开电源. 所给出的数据取决于你的相机型号 - 不是所有EOS相机的型号都能显示出全部信息.  EOSInfo从广受欢迎的40D Shutter Count工具发展而来 - 名称的改变反映了更广泛的适用性和扩展的信息显示. EOSInfo的未来改进计划包括: 与PC一键同步日期/时间, 能够编辑的所有者名称作者信息(包括特殊字符), 并能够通过网上查询服务器验证相机固件是否为最新版本.
2021-09-01 01:43:04 632KB 其他资源
1
自己工作需要,根据佳能sdk文档,对佳能相机开发的一个例子
2021-08-23 21:53:56 50.39MB sdk 佳能 实例
1
c#佳能相机二次开发,基于SDK3.8.0开发,可以实现拍照,实时显示。
2021-08-19 20:52:19 2.11MB C#
1
佳能相机开发的EDSDK,最新版本,从国外网站上下载的,分享给大家。
2021-08-02 15:31:23 4.82MB AA
1