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
- Host: GitHub
- URL: https://github.com/natronics/raspi-cam-server
- Owner: natronics
- License: gpl-3.0
- Created: 2016-03-09T23:52:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-13T01:15:42.000Z (over 10 years ago)
- Last Synced: 2025-12-31T22:45:11.739Z (6 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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