Skip to content

SDDoSx/robot-camera-web-viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 39.1%
  • HTML 23.5%
  • CSS 20.7%
  • Dockerfile 16.7%