servo-cam / webapp

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

Home Page:https://servocam.org

Repository from Github https://github.comservo-cam/webappRepository from Github https://github.comservo-cam/webapp

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

About

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

https://servocam.org

License:MIT License


Languages

Language:JavaScript 86.0%Language:HTML 10.5%Language:CSS 3.2%Language:Python 0.4%