3

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:

enter image description here

The error occurs on this line:

enter image description here

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

enter image description here

ffttyy
  • 853
  • 2
  • 19
  • 49

2 Answers2

3

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.

lienert
  • 31
  • 2
  • Thanks, that fixed it for me also. But then other errors 0xA3 and 0x61 followed it, which was caused by not creating a folder on my PC for the image, as I'm running without a memory card. In your screenshot, the ImageSaveDirectory needs to exist. Then all went well. – phish_bulb Nov 18 '19 at 20:05
0

Error 0x8D07 stands for EDS_ERR_TAKE_PICTURE_CARD_NG

I'm not a 100% sure what it means but it's some sort of write error. To resolve this, format the card, switch off the camera and put out the battery for a few seconds.

This should fix the problem.

Johannes Bildstein
  • 1,069
  • 2
  • 8
  • 20