Closed ian-whitestone closed 6 years ago
The current streaming process works by killing the pycam.py process, and launching a uv4l process.
pycam.py
uv4l
It would be great to control this via Flask, and not have to kill and launch a new process: See these links:
tutorial: https://github.com/miguelgrinberg/flask-video-streaming
The current streaming process works by killing the
pycam.py
process, and launching auv4l
process.It would be great to control this via Flask, and not have to kill and launch a new process: See these links: