Get support for dbu/processing-kinect
If you're new to LTH, please see our FAQ for more information on what it is we do.
Support Options
Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:
View Open IssuesTake a look to see if anyone else has experienced the same issue as you and if they managed to solve it.
Open an IssueMake sure to read any relevant guidelines for opening issues on this repo before posting a new issue.
Sponsor directlyCheck out the page and see if there are any options to sponsor this project or it's developers directly.
dbu/processing-kinect
Code from our Hackday at Liip.
(c) 2011-04-11 daniel.barsotti, david, gerhard, alain.horner at liip.ch
You will need the http://processing.org/ environment to run this example.
Kinect Driver
Follow the guide included in the SensorKinect[1] Readme.
Processing Application
Get the Simple-Openni [2] library. When the maintainer has released a new version, you can just install it into processing. Until then, get the code and apply the patch nite_push-and-swipe.patch. To compile, we had success following the guide and doing the following line from the build folder cmake -DXN_NITE_INCLUDE=/usr/include/nite -DXN_NITE_LIB=/usr/lib -DEIGEN3D_INCLUDE=/usr/include/eigen2/ -DOPEN_NI_INCLUDE=/usr/include/ni -DP5_JAR=/opt/processing-1.0.3/lib/core.jar .. Then install the generated library according to the documentation of Simple-Openni.
Once you have set up processing with Simple-Openni, we can start with the real application. Put the folder "java-processing" into your processing.org sketchbook folder. Then start processing and open and run the application. The necessary Web Sockets library [1] is included as jar.
Website
The web application is in the "web" folder. You can just open the index.html file in a web browser supporting Web Sockets (Chrome or Firefox 4). Note that you need to reload the page each time you start the processing application to make it connect to the server socket.
To try this without the kinect and processing application, you can go to the index.html and change the wsUri from localhost to echo.websocket.org. This will make the buttons send messages to the websocket echo server and get the messages from there, so you can see the carousel turning. wsUri = "ws://echo.websocket.org/"; //wsUri = "ws://127.0.0.1:8888";
[1] https://github.com/avin2/SensorKinect (just use the tar.bz2 in Bin if you do not want to compile) [2] http://code.google.com/p/simple-openni/ [3] https://github.com/TooTallNate/Java-WebSocket
Our Mission
We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated
p-e622a1a2