Skip to content
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

Gopro8 Black Not Waking up. #190

Open
gaplan opened this issue Mar 26, 2022 · 2 comments
Open

Gopro8 Black Not Waking up. #190

gaplan opened this issue Mar 26, 2022 · 2 comments

Comments

@gaplan
Copy link

gaplan commented Mar 26, 2022

mac mini M1
connect gopro with USB cable.

this is my code.

from goprocam import GoProCamera, constants
gopro = GoProCamera.GoPro(ip_address="172.27.148.52")

gopro = GoProCamera.GoPro(ip_address="172.27.148.52")
Waking up...

but not waking up..

@davidkahle
Copy link

I had the same issue with my Hero 8 Black on Ubuntu, and it turned out the interface for the camera being used was usb1 instead of usb0. Changing this in GoProCamera.py solved the problem for me.

@shahla-ai
Copy link

@davidkahle
what is the connection string used to connect to the gopro when connected via USB cable not wifi?
is it the ip 172.27.148.52 or the UIID which is found in /dev/ ?
any Help ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants