ActionPi/README.md

20 lines
958 B
Markdown
Raw Normal View History

2018-02-14 22:58:29 +01:00
[![Latest](https://img.shields.io/github/release/Seil0/ActionPi/all.svg?style=flat-square)](https://github.com/Seil0/ActionPi/releases)
[![HitCount](http://hits.dwyl.io/Seil0/ActionPi.svg)](http://hits.dwyl.io/Seil0/ActionPi)
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
2018-02-14 23:20:06 +01:00
ActionPi is an easy to use Action Camera for the Raspberry Pi. The full documentation can be found in our [wiki](https://github.com/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
2018-01-10 10:51:15 +01:00
OSI Certified Open Source Software, ActionPi © 2016-2018 Kellerkinder www.kellerkinder.xyz