An open API service indexing awesome lists of open source software.

https://github.com/natronics/raspi-cam-server

Simple python raspi web server that can take a picture
https://github.com/natronics/raspi-cam-server

Last synced: 2 months ago
JSON representation

Simple python raspi web server that can take a picture

Awesome Lists containing this project

README

          

Raspberry Pi Camera Server
==========================

Simple python raspi web server that can take a picture.

Uses [Flask][flask] for the server, [subprocess][sub] to call [raspistill][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

[flask]: http://flask.pocoo.org/ "Flask is a microframework for Python"
[sub]: https://docs.python.org/2/library/subprocess.html
[raspistill]: https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspistill.md