Giter Site home page Giter Site logo

yggdrasii / kinectgrid Goto Github PK

View Code? Open in Web Editor NEW
7.0 3.0 5.0 731 KB

Use Kinect to create '3D mousepads'. This program detects finger position and send TUIO messages to pass them. Linux clone of Space Palette.

License: GNU Lesser General Public License v3.0

C++ 58.98% C 33.69% JavaScript 3.75% CMake 2.11% HTML 0.96% CSS 0.16% Makefile 0.22% Objective-C 0.14%
kinect blob-detection mouse-events tuio single-thread c-plus-plus

kinectgrid's Introduction

Linux clone of MultiMultiTouchTouch aka Space Palette of Tim Thompson ( http://spacepalette.com ).

Use your Kinect to define 'virtual' touchpads and 
send touch information in TUIO format. Look at the
wiki page for some screenshots.

Even on ARM platforms (I.e. beagleboard) are 30 fps reached.

Installation:
 Call 'make' to 
 1. Install the dependencies
 2. Compile and copy 3rd party libraries into lib subfolder
 3. Build KinectGrid with CMake in 'build' subfolder

 If step 1 (suited for debian based systems only) failes, try to install the dependencies manually
 and call make again.


Known Problems:
 Kinect sensor did not shutdown if KinectGrid terminated with Ctrl+C.
 Solution: Press ESC in the application window or quit application over the webinterface.


 Websocket did not work and terminal prints out
  '[ERROR onion.c:385] Error accepting connection: Function not implemented'

 Solution: Probably your kernel did not support accept4(...). 
 Add #undef SOCK_CLOEXEC just before the the #ifndef SOCK_CLOEXEC at 3rdparty/onion/src/onion.c:193
 and recompile & reinstall the library.

kinectgrid's People

Contributors

yggdrasii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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