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

r-pufky/pi-camera-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages