Giter Club home page Giter Club logo

jevoishtml's Introduction

Jevois HTML Interface

A HTML-based Jevois interface that helps the users/developers better streaming Jevois and controling it. Currently, it alsow the user to

  • Stream Jevois on a webpage.
  • Get the information of Jevois.
  • Select the videomapping easily with a dropdown selector.
  • Execute commands and check the return message easily.

Requirements

  • Jevois.
  • Python.
  • Flask. Install it with pip install flask.

Usage

  • Connect Jevois.
  • Run run.py with administrative permission (sudo python run.py or sudo FLASK_APP=run.py flask run).
  • Open your browser and access the url shown in the console (127.0.0.1:5000 by default).

Advanced usage

  • Broadcast your Jevois to the world:
    • Deploy the server on 0.0.0.0. (sudo FLASK_APP=run.py flask run --host 0.0.0.0 --port 12345).

Possible extensions

  • More controls via HTML components:
    • Other commands in jevois-cmd can also be built with HTML components (e.g. setpar, getpar, setcam, getcam).
    • We can parse all options from jevois-cmd help and visualize them as HTML components. I already built a selector for videomapping.
  • Build Jevois application with HTML5:
    • Jevois outputs information with jevois.sendSerial.
    • Python receives information with serial.Serial with pySerial
    • (Check this video to see how I connect Jevois with a neural network to compose.)
    • HTML fetches information from Python server with AJAX.

jevoishtml's People

Contributors

shaofanl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.