-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
save_image.py error... #1
Comments
Same here. File "C:\Users\thorsten.rissom\source\repos\edsdk-python\examples\save_image.py", line 63, in |
Same here. You can also comment this line out and it works for me.
|
The |
Looks like the callback_property function is trying to access the PropertyEvent but don't find it because is not imported. So I added the PropertyEvent in the |
yeah- thats what #2 does. |
Thank you for your edsdk-python code.
I am trying this "save_image.py"
There are two problem.
(1) 'PropertyEvent' is not defined
NameError: name 'PropertyEvent' is not defined
(2) result is None, None
is it right?
Computer is connected to the EOS Canon camera with USB.
The text was updated successfully, but these errors were encountered: