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

Unofficial GoPro API Library for Python - connect to GoPro via WiFi.

Results 102 gopro-py-api issues
Sort by recently updated
recently updated
newest added

Hi, does the GoPro MAX deliver metadata during livestreaming `camera.livestream("start")`? My goal is to read GPS and Gyroscope metadata of every x-th frame Thanks

Hello! I want to use USB to control the camera I also see the following solutions [https://github.com/gopro/OpenGoPro/discussions/146](url) According to its steps, I can now use the win10 to control the...

Running gopro_keepalive.py and in another terminal gopro_opencv.py I keep getting the same error: cv2.error: OpenCV(4.5.2) C:\Users\runneradmin\AppData\Local\Temp\pip-req-build-vi271kac\opencv\modules\highgui\src\window.cpp:404: error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'cv::imshow' When I run gopro_keepalive.py I...

When using downloadAll() I am getting the following error. ERROR: I'm running this on a Pi 4 Model B with a Hero 8 Any ideas?

Hi, i´m creating some integreation between python and Hero10. Gopto-py-api works well. But in some cases getMediaList method return a empty media vector. Even in the browser method return empy...

Heyy guys I would really like some input here, I'm trying to connect my GoPro Hero 8 and use it as a camera on OpenCV applications. I'm using multiple cameras...

Hi Trying to capture photo/video with GoPro 9 Black, connected via USB. When start capture command gopro.shoot_video(10) or gopro.take_photo() camera disconnect from PC (USB switch off Windows sound) and reconnect...

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

With the release of the Hero10 Black comes the reintroduction of shutter stop command, which was disabled in the Hero9. This makes the library more or less end to end...

Hello, I use the API on two Hero-8 GoPros connected via usb ethernet. Everything works fine but when I take a picture with the take_photo method, it takes the photo...