-
Notifications
You must be signed in to change notification settings - Fork 59
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
error -105 GP_ERROR_MODEL_NOT_FOUND #181
Comments
Check the output of |
|
That shows it's using your local libgphoto2. You could try building an earlier version (that you know worked) and using that with python-gphoto2. I don't think you have a python-gphoto2 bug though. |
Thanks, let me see if I can revert to an older version of |
-105 is also the error you get if there's no camera connected (e.g. if it's gone to sleep). Worth checking - I know how easy it can be to overlook the obvious. |
I made sure the camera is connected and awake. I have downgraded libgphoto to be v2.5.30. This is my gphoto version now:
However, I am still getting this when running
When I run
But when I run
|
Another thing to note, I re-installed
But I am getting a new error:
|
If |
I was thinking the same. Thanks for your help. I will look in the |
for those who encounter a similar issue, the root of my issue was this: |
I am trying to use python-gphoto2 with my Sony A7M4 and I was getting the same errors as this issue.
I followed the advice and installed
libgphoto2
. I didn't comment out anything since I think there has already been a fix merged in. Please correct me if I am wrong.Your system
Python 3.9.0
Ubuntu 22.04.5 LTS
What version of libgphoto2 have you installed?
How have you installed (or attempted to install) python-gphoto2?
Yes. I have installed following instructions here:
https://github.com/jim-easterbrook/python-gphoto2/blob/main/INSTALL.rst#local-libgphoto2
Your problem
However, I am now getting this error with my A7M4:
Output:
Which corresponds to
GP_ERROR_MODEL_NOT_FOUND
.I was not getting this before. It was able to initialize the camera fine.
The text was updated successfully, but these errors were encountered: