Releases: KonradIT/gopro-py-api
Releases · KonradIT/gopro-py-api
Bug fix in changeWifiSettings()
2.0.3
- 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
Got a lot of stars from HN... lol
- fixed error regarding ssl context
- fixed hero3 getStatus
Better HERO5 Session support thanks to @fredrikfalkman
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
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
1.9.6 Fixed README badges
HERO6 Bug fixes and additions
Changes will follow up shortly.
HERO5 bugfix
Fixed the never ending connection bug with HERO5 Black cameras.
Clip
Add stream settings
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