All Projects → KonradIT → Gopro Py Api

KonradIT / Gopro Py Api

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gopro Py Api

Pymba
Python wrapper for Allied Vision's Vimba C API
Stars: ✭ 98 (-90.74%)
Mutual labels:  api-wrapper, camera
Frisbee
🐕 Modern fetch-based alternative to axios/superagent/request. Great for React Native.
Stars: ✭ 1,038 (-1.89%)
Mutual labels:  api-wrapper
Cordova Plugin Ios Camera Permissions
Cordova / PhoneGap Plugin Permission Settings for NSCameraUsageDescription and NSPhotoLibraryUsageDescription in iOS 11 by adding a declaration to the Info.plist file, see:
Stars: ✭ 34 (-96.79%)
Mutual labels:  camera
Sonoff Hack
Custom firmware for Sonoff GK-200MP2B camera
Stars: ✭ 41 (-96.12%)
Mutual labels:  camera
Golang Tmdb
This is a Golang wrapper for working with TMDb API. It aims to support version 3.
Stars: ✭ 36 (-96.6%)
Mutual labels:  api-wrapper
Jcamera
This is Android CameraActivity,Imitation WeChat Camera Android 仿微信视频拍摄 支持触摸拍摄 长按拍摄
Stars: ✭ 42 (-96.03%)
Mutual labels:  camera
Nem Php
NEM Blockchain NIS API Wrapper and Software Development Kit for PHP
Stars: ✭ 32 (-96.98%)
Mutual labels:  api-wrapper
Keera Posture
Alleviate your back pain using Haskell and a webcam
Stars: ✭ 48 (-95.46%)
Mutual labels:  camera
Check Mk Web Api
Python library to talk to the Check_Mk Web API
Stars: ✭ 44 (-95.84%)
Mutual labels:  api-wrapper
Expo Three Ar
Utilities for using Expo AR with THREE.js
Stars: ✭ 40 (-96.22%)
Mutual labels:  camera
Ros openpose
ROS wrapper for OpenPose
Stars: ✭ 39 (-96.31%)
Mutual labels:  camera
Camera calibration api
A simple Python API for single camera calibration using opencv
Stars: ✭ 36 (-96.6%)
Mutual labels:  camera
Psraw
PowerShell Reddit API Wrapper
Stars: ✭ 42 (-96.03%)
Mutual labels:  api-wrapper
Meething Ml Camera
Machine-Learning powered Virtual Camera with SVG Animation (alpha)
Stars: ✭ 36 (-96.6%)
Mutual labels:  camera
Python Datamuse
Python 3 wrapper for the Datamuse API
Stars: ✭ 47 (-95.56%)
Mutual labels:  api-wrapper
Zxingcamera
Camera for Android,身份证号码识别 (本地,实时)
Stars: ✭ 34 (-96.79%)
Mutual labels:  camera
Pi Webcam
Automation to configure a Raspberry Pi as a USB OTG webcam
Stars: ✭ 990 (-6.43%)
Mutual labels:  camera
Last.fm Api
Last.fm API wrapped into a bunch of classes. Built with OkHttp, Retrofit2, RxJava2.
Stars: ✭ 41 (-96.12%)
Mutual labels:  api-wrapper
Defold Orthographic
Orthographic camera functionality for the Defold game engine
Stars: ✭ 50 (-95.27%)
Mutual labels:  camera
V4l2test
v4l2 camera test for android platform.
Stars: ✭ 47 (-95.56%)
Mutual labels:  camera

GoPro API for Python

GitHub issues Github All Releases PyPi Version

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

Compatibility:

  • HERO3
  • HERO3+
  • HERO4 (including HERO Session)
  • HERO+
  • HERO5 (including HERO5 Session)
  • HERO6
  • Fusion 1
  • HERO7 (Black)
  • HERO8 Black
  • MAX
  • HERO9 Black

Installation

From PyPi:

pip install goprocam

Git (unstable):

git clone http://github.com/konradit/gopro-py-api
cd gopro-py-api
python setup.py install

Tested on Python 3.6.0 -- works on Linux and Windows and Mac

Quick start:

Connect your camera to your computer via WiFi (WiFi on the camera must be on!)

from goprocam import GoProCamera, constants

goproCamera = GoProCamera.GoPro()

goproCamera.shoot_video(10)

Examples:

See examples for examples on how to use this API.

Documentation:

Documentation is available: docs

Video screencap:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].