SDK 错误:0x8D07,在 C# 中使用 Canon SDK 时 [英] SDK Error: 0x8D07, while using Canon SDK in C#

查看:83
本文介绍了SDK 错误:0x8D07,在 C# 中使用 Canon SDK 时的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在

错误出现在这一行:

这是包含 EXE 文件的文件夹的样子:

解决方案

我通过让相机知道主机上有足够的磁盘空间解决了这个问题.

添加行

CameraHandler.SetCapacity();

之前

CameraHandler.TakePhoto();

应该可以解决问题.

I download the source only tutorial here. When I run it with connect my Canon 70D, I got the error below.

What is the point I missed?

The Error:

The error occurs on this line:

And here is how the folder which includes EXE file looks like:

解决方案

I fixed this problem by letting the camera know there's enough disk space on the host.

Adding the line

CameraHandler.SetCapacity();

before

CameraHandler.TakePhoto();

should do the trick.

这篇关于SDK 错误:0x8D07,在 C# 中使用 Canon SDK 时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆