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 there, is there a way to download the timelapse with raw files?

Hello ! There's some sort of incompatibility with background precesses... I want to instanciate a gopro object and run a message loop that has to run in a background process....

When Hero5 Black takes a raw photo, it records both file.GPR and file.JPG Could you add a method to retrieve both, or perhaps a parameter/option to retrieve either GPR or...

I would like to use your API to synchronize a same order to 3 cameras. Should I be able to do this if I made an AP mode in my...

Hi, I'm trying to change the live stream settings to a better quality but it does not seem to work. I tried it in ffmpegless-preview.py by using: ``` gpCam =...

Dear All, Is there anyway to get the timestamp of highlights in the video taken by GOPRO? Any ideas? Cheers

Hi, I met some problems when I was trying to get the frames from the live stream. Here is the error: warning: Error opening file (/build/opencv/modules/videoio/src/cap_ffmpeg_impl.hpp:856) warning: udp://10.5.5.9:8554 (/build/opencv/modules/videoio/src/cap_ffmpeg_impl.hpp:857) It...

Howdy, I can connect to the camera and issue commands to set Burst Mode, however I cannot get multiple exposures using the take_photo() command. Am I missing something? `from goprocam...

Hi Konrad, I've got a Hero3 connected to the pc (Win10) with Python 3.7 and when I run: from goprocam import GoProCamera from goprocam import constants gpCam = GoProCamera.GoPro() I...