natronics / raspi-cam-server

Simple python raspi web server that can take a picture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi Camera Server

Simple python raspi web server that can take a picture.

Uses Flask for the server, subprocess to call raspistill.

Install

Clone or download this repo, create a python virtual environment and run

$ pip install -r requirements.txt

Run

$ python app.py

Then open a browser an point it towards your raspi http://raspberrypi:5000

About

Simple python raspi web server that can take a picture

License:GNU General Public License v3.0


Languages

Language:Python 48.9%Language:HTML 44.6%Language:CSS 6.5%