Skip to content

Web-application source code from servocam.org (Javascript). The web application allows you to remotely or locally control the machine using a web browser.

License

Notifications You must be signed in to change notification settings

servo-cam/webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SERVO CAM - Web App (JS)

This repository is a part of SERVO CAM project.

logo2

Project website: https://servocam.org

Documentation (en): https://servo-cam.readthedocs.io/en/latest

GitHub: https://github.com/servo-cam

Release: 0.9.2 | 2023.03.27

Usage:

  1. Create a virtual environment and install dependencies:
python3 -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txt
  1. Start the webserver (Flask):

python3 start.py

  1. Open web-browser and go to address:

http://localhost:8000


(c) 2023, servocam.org

MIT License