Skip to content

Releases: KonradIT/gopro-py-api

Bug fix in changeWifiSettings()

07 Jun 09:49
f4c18d5
Compare
Choose a tag to compare

Thanks to @maximedb who pushed this PR: #43

2.0.3

26 May 11:39
Compare
Choose a tag to compare
  • 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...

Thanks Hacker News

09 Apr 20:31
4b27657
Compare
Choose a tag to compare

Got a lot of stars from HN... lol

  • fixed error regarding ssl context
  • fixed hero3 getStatus

Better HERO5 Session support thanks to @fredrikfalkman

03 Feb 11:52
Compare
Choose a tag to compare

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

_TESTING_: GoPro Fusion pre-release

27 Dec 16:52
Compare
Choose a tag to compare
Pre-release

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.

HERO6 additions

07 Dec 11:30
Compare
Choose a tag to compare
1.9.6

Fixed README badges

HERO6 Bug fixes and additions

16 Oct 16:31
Compare
Choose a tag to compare

Changes will follow up shortly.

HERO5 bugfix

01 Aug 14:33
Compare
Choose a tag to compare

Fixed the never ending connection bug with HERO5 Black cameras.

Clip

08 Jun 20:34
Compare
Choose a tag to compare

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

Add stream settings

02 Jun 10:12
Compare
Choose a tag to compare

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