https://github.com/kmpm/py-aiogopro
https://github.com/kmpm/py-aiogopro
asyncio gopro gopro-api python python3
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kmpm/py-aiogopro
- Owner: kmpm
- License: mit
- Created: 2018-10-25T17:11:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T02:18:12.000Z (over 5 years ago)
- Last Synced: 2025-03-03T19:24:45.882Z (over 1 year ago)
- Topics: asyncio, gopro, gopro-api, python, python3
- Language: Python
- Size: 84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Python async I/O GoPro module
=============================
__Requires Python >= 3.6__
Only tested with Hero 4 Black and above
# Develop
```bash
clone py-aiogopro
cd py-aiogopro
python3 -m venv venv
source venv\bin\activate
pip install -e .
```
## Download json spec from camera
```bash
curl http://10.5.5.9/gp/gpControl -o gpcontrol.json
# optionally, make it pretty
python ./tools/prettygp.py --replace gpcontrol.json
```
## Refresh constants.py from spec
```bash
python ./tools/generate_constants.py ./doc/HD7_01_01_70_00.json
```