ActionPi is an easy to use Action Camera for the Raspberry Pi.
Go to file
Jannik 6949f1c32c Update README.md 2016-11-03 23:51:13 +01:00
ActionPi.cpp added compile command for latest raspbian 2016-11-03 23:46:00 +01:00
LICENSE Initial commit 2016-05-31 15:24:49 +02:00
README.md Update README.md 2016-11-03 23:51:13 +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:

  • for raspbian befor 2016-09-23: g++ -Wall -c "%f" -l raspicam -l bcm2835 -std=c++0x (not tested yet)
  • for latest raspbian: g++ -Wall -o"%e" "%f" -l raspicam -l bcm2835 -sdt=c++14

ActionPi © 2016 Software Development Kellerkinder (SDK)
www.kellerkinder.xyz