ActionPi/README.md

20 lines
938 B
Markdown
Raw Permalink Normal View History

2019-02-16 17:22:16 +01:00
[![Download](https://img.shields.io/badge/Download-latest-brightgreen.svg?style=flat-square)](https://git.mosad.xyz/Seil0/ActionPi/releases)
![Latest](https://img.shields.io/badge/Release-1.02-blue.svg?style=flat-square)
2017-09-20 18:43:54 +02:00
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=flat-square)](https://www.gnu.org/licenses/gpl-3.0)
2016-05-31 15:25:31 +02:00
# ActionPi
2019-01-06 20:45:08 +01:00
ActionPi is an easy to use Action Camera for the Raspberry Pi. The full documentation can be found in our [wiki](https://git.mosad.xyz/Seil0/ActionPi/wiki).
2016-05-31 15:32:28 +02:00
2016-11-03 23:51:13 +01:00
Used Librarys:
- http://www.uco.es/investiga/grupos/ava/node/40
- http://www.airspayce.com/mikem/bcm2835/
2016-05-31 15:27:00 +02:00
2016-06-02 18:55:46 +02:00
## Installation
2016-11-03 23:51:13 +01:00
to build with geany add this to Build Commands:
2016-11-04 17:45:55 +01:00
- `g++ -Wall -c "%f" -l raspicam -l bcm2835 -std=c++0x`
- if the first command doesn't work `g++ -Wall -o"%e" "%f" -l raspicam -l bcm2835 -sdt=c++14`
2016-06-02 18:55:46 +02:00
2019-02-16 17:21:08 +01:00
ActionPi © 2016-2019 Kellerkinder [www.mosad.xyz](https://www.mosad.xyz)