Giter Club home page Giter Club logo

interactive-touchscreen-kiosk's Introduction

interactive touchscreen kiosk

This repository offers touchscreen user-interface templates for interactive kiosk displays. Please fork repository and comment/push useful changes upstream.

Hardware/Software Requirements

ACER T272HL LCD Touchscreen Monitor

  • 1920x1080
  • HDMI Cable
  • USB Keyboard Cable

Chromebook

Lenovo Touchscreen Duet or 110e (potential local storage will depend on file size.) Pitt Wireless Chromebook Configuration

Kiosk Chrome App

Kiosk Chrome App

Instructional Video

(Remember. Hold ctrl+a to access admin password.)

System Considerations

GitHub won't host videos and you probably don't want to host them on YouTube. You can host them on your Pitt Linux server. Additionally, you could run the kiosk through the local files on your chromebook.

-For our project presentations, you'll run your project on either a Lenovo Duet Touchscreen Chromebook or a Lenovo 110e attached to our dedicated ACER T272HL display.

Useful Code Snippets

Sorry. At the moment, image carousel requires either auto-play or user controls. See W3 carousel tutorial.

Time-out function

<!--Place within <HEAD></HEAD>. Refreshes index.html after 180 seconds-->
  <meta http-equiv="refresh" content="180;url=index.html"> 

Stop video from playing in modal window.

</script>
 <!-- Stops video/audio from playing on modal close -->
  <script>
  $(function(){
  $("body").on('hidden.bs.modal', function (e) {
  var $iframes = $(e.target).find("iframe");
  $iframes.each(function(index, iframe){
  $(iframe).attr("src", $(iframe).attr("src"));
  });
  });
  });
  </script>

interactive-touchscreen-kiosk's People

Contributors

amo104 avatar sjquigley 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.