Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.57 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.57 KB

robot-camera-web-viewer

A flask app to stream a camera of choice through a webapp

Build Status

web-api-docker-build-workflow-00

Webapp Screenshot Webapp Screenshot Webapp Screenshot

Prerequisites

Getting Started

Running the app locally

  1. Clone this repository: git clone https://github.com/smart-security-robot/robot-camera-web-viewer

  2. Navigate to the project's root directory: cd robot-camera-web-viewer

  3. Install the dependencies: pip install -r requirements.txt

  4. Run the app: python app.py

  5. Open http://localhost:5000 in a web browser.

Running the app in a Docker container

  1. Build the Docker image: docker build -t robot-camera-web-viewer .

  2. Run the Docker container (Linux Only): docker run -p 5000:5000 --device=/dev/video0:/dev/video0 robot-camera-web-viewer

  3. Open http://localhost:5000 in a web browser.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.