Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lewiscollum/networkcameras
web API for streaming multiple cameras
https://github.com/lewiscollum/networkcameras
camera fastapi livestream mjpeg mjpeg-stream opencv python-poetry
Last synced: 5 days ago
JSON representation
web API for streaming multiple cameras
- Host: GitHub
- URL: https://github.com/lewiscollum/networkcameras
- Owner: LewisCollum
- License: mit
- Created: 2022-05-25T16:52:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T04:31:07.000Z (19 days ago)
- Last Synced: 2024-10-29T05:26:13.702Z (19 days ago)
- Topics: camera, fastapi, livestream, mjpeg, mjpeg-stream, opencv, python-poetry
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
** Getting Started
Make sure =poetry= is installed, then, run the application#+begin_src bash
poetry install
poetry run
#+end_srcIn a browser, open =localhost:8000/camera/0/health=, which will tell if the camera at index 0 (=/dev/video0=) is available. If the camera is available, go ahead and open =localhost:8000/camera/0=, which will show a live camera stream.