Metadata-Version: 2.1
Name: actionpi
Version: 1.1.1
Summary: Action/Dash camera powered by Raspberry Pi Zero
Home-page: https://github.com/andreacioni/actionpi
Author: Andrea Cioni
License: UNKNOWN
Description: # actionpi [WIP]
        Action/Dash camera powered by Raspberry Pi Zero 
        
        ### Convert h264 video
        In order to play the video you have to run: `mp4box -add video.h264:fps=<framerate>  -new video.mp4` 
        
        ### Enable WiFi Client
        `sudo touch /boot/wifi_client`
        
        ### Enable WiFi hotspot
        `sudo touch /boot/wifi_hotspot`
        
        ### Start Read/Write mode
        `sudo touch /boot/rw`
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
