You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: