Jiloc / edsdk-python

Canon EDSDK wrapper for Python
MIT License
35 stars 15 forks source link

There are problem sometimes in take photo #4

Open demirfaddale opened 6 months ago

demirfaddale commented 6 months ago

I developed a software that takes photos regularly with Python. I did all the steps in your descriptions. The program works smoothly. But in rare cases "edsdk.SendCommand(cam, CameraCommand.TakePicture, 0)" stops the project running while this command is executed. For example, if the command to take 200 photos per day is given, the program will crash once or twice and must be restarted.

What could be the reason and how can I solve it?