-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
GoPro Hero9 control via USB issue #175
Comments
Hi, what version of gopro-py-api are you using? |
4.1.0 installed with pip |
Python is not my main programming language, so bear with me :D. I went step by step with the pycharm debugger and it seems that it gets stuck somewhere in It builds the following uri |
Then it's not the correct IP... Have you tried with 172.27.180.51? It's very important you look at the examples, look how I did it, you pass an interface name to |
With 172.27.180.51 it works... but why? |
Because the GoPro listens on the 51 octet of the IP. |
I'm trying to control the webcam via USB (I got it to work via Wifi).
I tried a lot of things and I can't seem to get it to work via USB.
I should note that I've downgraded my firmware to v1.22.
Here is the ip of my Hero9:
I'm also aware of these tickets, and they did help to some extent (because I was doing some things wrong): #168 and #151.
Here is my code:
Here is my output of my code:
Then I get an exception at the line
gopro.take_photo()
:What should I try next?
The text was updated successfully, but these errors were encountered: