https://github.com/zanussbaum/telepresence-robot
Be able to control a telepresence robot from your browser!
https://github.com/zanussbaum/telepresence-robot
css flask html javascript python react
Last synced: 3 months ago
JSON representation
Be able to control a telepresence robot from your browser!
- Host: GitHub
- URL: https://github.com/zanussbaum/telepresence-robot
- Owner: zanussbaum
- Created: 2018-07-03T23:50:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T20:57:10.000Z (over 7 years ago)
- Last Synced: 2025-03-18T05:44:17.325Z (over 1 year ago)
- Topics: css, flask, html, javascript, python, react
- Language: Python
- Homepage:
- Size: 96.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telepresence-Robot
Be able to control a telepresence robot from your browser!
This project utilizes Flask (Flask-SocketIO), Python, HTML/CSS, JS, a to render a webpage that you can control a telepresence robot.
It currently only streams the video onto the webpage. Functionality for controlling the robot will be added soon
The webpage utilizes the Flask video streaming from Miguel Grinberg here: https://github.com/miguelgrinberg/flask-video-streaming.