ActionPi is an easy to use Action Camera for the Raspberry Pi.
Go to file
Jannik cca0f9ea7e Update README.md 2017-04-07 13:59:02 +02:00
ActionPi.cpp Update ActionPi.cpp 2016-11-04 11:24:46 +01:00
LICENSE Initial commit 2016-05-31 15:24:49 +02:00
README.md Update README.md 2017-04-07 13:59:02 +02:00
build.sh Update build.sh 2017-02-07 20:15:08 +01:00

README.md

ActionPi

ActionPi is an easy to use Action Camera for the Raspberry Pi.

Used Librarys:

Installation

to build with geany add this to Build Commands:

  • 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

ActionPi © 2016-2017 Kellerkinder
www.kellerkinder.xyz