An open API service indexing awesome lists of open source software.

https://github.com/sensoranalyticsaus/flcam_prod

For live streaming web cam
https://github.com/sensoranalyticsaus/flcam_prod

Last synced: over 1 year ago
JSON representation

For live streaming web cam

Awesome Lists containing this project

README

          

# FlCam
Python code for live streaming PiCam or any plug-and-play usb webcam on the Internet.

## Getting Started

### Prerequisites
* 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

```

### Settings

Edit the `flcam_config.py` file according to your configuration

## Running the code

`python ./flcam_prod.py`

Then opening `http://flcam_prod_host_computers_ip:8989` to view camera's live stream.