ian-whitestone / rpi-security-system

Building a home security system with a raspberry pi + Python + Slack
11 stars 2 forks source link

new video streaming process #15

Closed ian-whitestone closed 6 years ago

ian-whitestone commented 6 years ago

The current streaming process works by killing the pycam.py process, and launching a uv4l process.

It would be great to control this via Flask, and not have to kill and launch a new process: See these links:

ian-whitestone commented 6 years ago

tutorial: https://github.com/miguelgrinberg/flask-video-streaming