A flask app to stream a camera of choice through a webapp
-
Clone this repository:
git clone https://github.com/smart-security-robot/robot-camera-web-viewer
-
Navigate to the project's root directory:
cd robot-camera-web-viewer
-
Install the dependencies:
pip install -r requirements.txt
-
Run the app:
python app.py
-
Open http://localhost:5000 in a web browser.
-
Build the Docker image:
docker build -t robot-camera-web-viewer .
-
Run the Docker container (Linux Only):
docker run -p 5000:5000 --device=/dev/video0:/dev/video0 robot-camera-web-viewer
-
Open http://localhost:5000 in a web browser.
This project is licensed under the MIT License - see the LICENSE.md file for details.