KonradIT / gopro-py-api

Unofficial GoPro API Library for Python - connect to GoPro via WiFi.
MIT License
1.38k stars 211 forks source link

Gopro8 Black Not Waking up. #190

Open gaplan opened 2 years ago

gaplan commented 2 years ago

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 commented 1 year ago

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 commented 7 months ago

@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 ?