gopro-py-api
gopro-py-api copied to clipboard
Gopro8 Black Not Waking up.
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..
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.
@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 ?