Gopro Py Api Versions Save

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

2.0.4

5 years ago

Thanks to @maximedb who pushed this PR: https://github.com/KonradIT/gopro-py-api/pull/43

2.0.3

6 years ago
  • add pair function for HERO 5, HERO 6 by using usepin=False
  • add changeWiFiSettings() function to change SSID and password on HERO 4 cameras. HERO 5 and 6 allow for changing SSID only.

Stay tuned for future commits and releases as I will start adding bluetooth communication for waking up camera, start recording, etc...

2.0.1

6 years ago

Got a lot of stars from HN... lol

  • fixed error regarding ssl context
  • fixed hero3 getStatus

2.0.0

6 years ago

Huge thanks to @fredrikfalkman who lend me his HERO5 Session!!

This update adds:

  • Support for pairing right off the bat, use GoProCamera.GoPro(constants.pair) to start pairing with your camera.
  • Support for HERO5 Session resolutions
  • Support for HERO5 Session connectivity

1.9.8

6 years ago

This is a release meant for testing the downloadLastSpherical function for GoPro Fusion. Also fixes quite a number of bugs reported and pushed by users.

1.9.6

6 years ago

1.9.5

6 years ago

Changes will follow up shortly.

1.9.3

6 years ago

Fixed the never ending connection bug with HERO5 Black cameras.

1.9.2

6 years ago

This release adds the clip feature, this allows you to extract a clip from a video. It also allows you to change resolution and fps

1.9.0

7 years ago

You can now set the resolution and bit-rate of the stream:

gopro.streamSettings(constants.Stream.BitRate.B4Mbps, constants.Stream.WindowSize.R720) #For HERO5 only!

even directly in stream():

gopro.stream("...","high") #high/medium/low