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
- Host: GitHub
- URL: https://github.com/sensoranalyticsaus/flcam_prod
- Owner: SensorAnalyticsAus
- License: apache-2.0
- Created: 2023-02-01T00:25:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T07:35:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T16:23:30.069Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.