Skip to content

debd/kinect-carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kinect-carousel / karousel

Little experiment to control an image carousel with a Kinect.
Demonstration video coming soon.

Todos/Roadmap

  • Use Grunt/Bower/... for easier installation
  • Add online demo & video, showing kinect in action
  • Code Refactoring (clean up messy CSS/JS...), Performance optimization

Credits

Installation & Usage

  • Buy a Kinect
  • Install Kinect drivers
  • Download Processing & install Processing libraries
  • Connect Kinect to your computer
  • Start OSC/Websocket bridge
    $ cd kinect-carousel/server
    $ node oscbridge.js -port 4344
  • Start Processing
    /kinect-carousel/kinect/kinect.pde
  • Add folders with images (the name doesn't matter) to /kinect-carousel/client/img to initiate as many carousels as folders. Don't put files directly in /kinect-carousel/client/img, they won't be included
  • Open client on localhost/webserver (PHP must be enabled)
    /kinect-carousel/client/index.html
  • Have fun!

Dependencies/Libraries/Requirements

Hardware

Software