Raspberry Pi Developement
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
Install dependancies
$ sudo apt-get install python-picamera
$ sudo apt-get install python-flask
$ sudo apt-get install python-imaging
Under BSD license