Python code for live streaming PiCam or any plug-and-play usb webcam on the Internet.
- raspberry pi zero w or better
- picam or webcam
- python 3
Install (or upgrade ones already installed).
pip install numpy
pip install opencv-python
pip install flask
pip install waitress
Edit the flcam_config.py file according to your configuration
python ./flcam_prod.py
Then opening http://flcam_prod_host_computers_ip:8989 to view camera's live stream.