Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.