gopro-py-api icon indicating copy to clipboard operation
gopro-py-api copied to clipboard

Gopro8 Black Not Waking up.

Open gaplan opened this issue 4 years ago • 2 comments

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..

gaplan avatar Mar 26 '22 20:03 gaplan

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 avatar May 31 '23 16:05 davidkahle

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

shahla-ai avatar Dec 04 '23 23:12 shahla-ai