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: 26 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T04:31:07.000Z (over 1 year ago)
- Last Synced: 2025-06-11T03:39:06.050Z (12 months ago)
- Topics: camera, fastapi, livestream, mjpeg, mjpeg-stream, opencv, python-poetry
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- 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_src
In 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.