ActionPi/README.md

17 lines
475 B
Markdown
Raw Normal View History

2016-05-31 15:25:31 +02:00
# ActionPi
2016-05-31 15:30:07 +02:00
ActionPi is an easy to use Action Camera for the Raspberry Pi.
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
2017-04-07 13:59:02 +02:00
ActionPi © 2016-2017 Kellerkinder
2016-05-31 15:27:00 +02:00
www.kellerkinder.xyz