Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 850 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 850 Bytes

pi-camera-recorder

Pi camera recording web interface.

This presents a restful interface to trigger pi camera recordings.

Install Instructions

  1. Login raspberry pi, install dependencies and clone code
sudo apt install python-picamera python3-picamera python-picamera-docs python-dev python-imaging python-pip python-flask flask
sudo apt update && sudo apt upgrade
git clone https://github.com/r-pufky/pi-camera-recorder
mkdir pi-camera-recorder/recordings
  1. Ensure camera port is enabled
  • Select Camera -> Enable
sudo raspi-config

Usage:

Run recorder.py and access interface via http://localhost:8080. Recordings will be saved to recordings/.

This should probably be turned into a service if used for more than a demo.