You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
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")
but not waking up..
The text was updated successfully, but these errors were encountered: