Skip to content

A Python3 library for controlling GoPro Hero 3 & 3+ cameras over http.

License

Notifications You must be signed in to change notification settings

killian441/goprohero3

 
 

Repository files navigation

Build Status Documentation Status

goprohero

A Python3 library for controlling GoPro Hero 3 and 3+ cameras over http.

Description

This package includes a both a library and a command line interface that can interface with GoPro HERO3, and HERO3+ cameras over http. It is an update from goprohero since firmware 3.0 contains breaking changes to the HTTP API. If you think there are missing commands or would like to submit a pull request, have a look at goprowifihack for a list of all the commands on API 3.

The library can be used to set any of the configurable options of the camera and can also interpret the camera's status details. OpenCV (if installed) is used to open the live stream and save a single frame.

The command line interface utilizes the wireless library to control one or more cameras from a single command.

For more advanced management of multiple cameras, check out the GoProController and GoProControllerUI packages which allow for command queuing and status history as well as an interface to view the live stream image captures.

Requirements:

  • Python 3.4 or higher
  • GoPro HERO3 or GoPro HERO3+
  • A computer with a wireless card
  • (optional) OpenCV for live streaming

Documentation

Documentation for the original goprohero project is available on readthedocs.org.

About

A Python3 library for controlling GoPro Hero 3 & 3+ cameras over http.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%