https://github.com/bipark/mjpeg_streamer_opencv_fastapi
Mjpeg Streamer Opencv & Fastapi
https://github.com/bipark/mjpeg_streamer_opencv_fastapi
Last synced: 8 months ago
JSON representation
Mjpeg Streamer Opencv & Fastapi
- Host: GitHub
- URL: https://github.com/bipark/mjpeg_streamer_opencv_fastapi
- Owner: bipark
- License: mit
- Created: 2023-10-24T02:21:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T12:27:07.000Z (about 2 years ago)
- Last Synced: 2023-10-25T03:37:45.376Z (about 2 years ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mjpeg Streamer Opencv with Fastapi
* Mjpeg Streamer Opencv with Fastapi
* Use Python to send camera images to http on your laptop or raspberry pie
## Run
* python3 main.py
## Test
* http://localhost:7900
## Requirements
* Python 3.6+
* OpenCV 4.5.1+
* Fastapi 0.63.0+
* Uvicorn 0.13.4+