nioto > Raspberry Pi dev

Raspberry Pi Developement

PiCamStreamer

PiSysInfo

under BSD License

PiCamStreamer

Create a mjpeg server for you Pi Camera module

Defines a Blueprint to use under the micro web framework Flask .

This project uses the PiCamera interface.

Based on the code from Simple mjpeg server

There are 2 modes:

  1. Simple : only streaming
  2. With controls : allow you to change resolution, view strem on grayscale, add timestamp on image, change quality of image (need PIL library)

Install dependancies

$ sudo apt-get install python-picamera
$ sudo apt-get install python-flask
$ sudo apt-get install python-imaging

Under BSD license