Metadata-Version: 2.1
Name: actionpi
Version: 1.2.0.dev21
Summary: Action/Dash camera powered by Raspberry Pi Zero
Home-page: https://github.com/andreacioni/actionpi
Author: Andrea Cioni
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pycommon-andreacioni (==0.0.4)
Requires-Dist: flask (==1.1.2)
Requires-Dist: flask-restful (==0.3.8)
Requires-Dist: psutil (==5.7.3)
Requires-Dist: gpiozero (==1.5.1)
Requires-Dist: flask-cors (==3.0.9)
Requires-Dist: picamera (==1.13)
Requires-Dist: RPi.GPIO (==0.7.0)

# ActionPi ![Release build](https://github.com/andreacioni/actionpi/workflows/Release%20build/badge.svg) ![Development build](https://github.com/andreacioni/actionpi/workflows/Development%20build/badge.svg)

<p align="center">
  <img height="140" src="https://github.com/andreacioni/actionpi/blob/develop/img/logo.png">
</p>

<p align="center">Action/Dash camera powered by Raspberry Pi Zero </p>

# Introduction
ActionPi is a DIY project that gives everyone the opportunity to build an action/dash camera with a _20$_ budget.

# ✨ Features 

 - 📽 **FullHD** video recordings
 - 📥 **Download video** easily using USB cable or WiFi connection
 - 💡 **Rolling video appenders**: record video in a circular buffer, never overwrite on reboot
 - 🔨 **Robust design**: temperature control, OS read-only partition & low latency write-to-disk (never miss a single frame on power loss)
 - 🕹 **3D Printable case**: it's avaialble on [Thingiverse](https://www.thingiverse.com/thing:4703198)

# Docs

Check out [wiki](https://github.com/andreacioni/actionpi/wiki/) to read how to setup your personal ActionPi.

>⚠️ Documentation is work in progress, please bear with me  ⚠️

# Do you want to build it on your own and/or contribute?

I'm currently looking for someone interested in build a prototype for personal usage and also help me in the documentation phase of this project.



