where can I find documentation for the Kinect PV2 library?
I'm looking for a javadoc or some kind of reference that I can use to figure out how to use this library. The "reference" folder in the library just seems to contain info about "FaceData". Thanks.
View ArticleInstalling Simpleopen NI on El Capitain
I'm trying to install SimpleOpen NI on el Capitain but all the help pages are inactive. I finally found the library, but I can't figure out how to install it. I've used plenty of libraries before and...
View ArticleSimpleOpenNI not compatible?
I copied a simple example code called slug monster to use with my kinect (1414) and processing replies that the library is not compatible. Sketch>Import Library shows SimpleOpenNI. Any ideas?
View ArticleCreating an array of audio in beads.
Hi, I'm trying to create an array of audios in beads so that they play independently when each SMT zone is touched. The problem I am having is how to initialize and link a different audio file to each...
View Articlechange colors of points data from kinect using shaders
Sorry, I am just starting with shaders. I have read a little but not enough to understand how to change this code. the code below would build a 3D scene from kinect point cloud data and set all points...
View ArticleStill having issues with SimpleOpen Library
I'm using Processing 2 on OX 10.11.5. I finally seem to have all my libraries installed (and in the correct place) but I'm getting the error UnsatisfiedLinkError: SimpleOpenNI. It IS in the Processing...
View ArticleIt's obout kinect depthimage real-time guided-filter
i found the kinect depthimage filter works well with guided-filter in MATLAB. But i don't know how to write the code in processing...
View ArticleMulti user detection and visualisation
I am looking to create a visualisation which represents the presence of users and the length of time that they stand in front of the camera for. Firstly, I wrote a code which writes 'Hello' when a user...
View ArticleImproving sketch used for kinect detection and audio playback. (smt and beads...
Hey, so this links to a previous post—I have been building this code, and finally have it in a spot where it is usable, but KNOW people out there can help me improve it, whether through speeding it up,...
View ArticleOpenKinect: disabling console messages?
So I've been using Shiffman's OpenKinect-for-Processing for a while now, It kept spitting out errors in the console which I assume are dropped frames or something, which I've safely ignored so far. But...
View ArticleDeveloping Joint Movement/Displacement Detector using Processing 3 and Kinect v2
Hi guys! I am now working on Kinect, pretty new to it. I want to detect the displacement of one specific joint in LIVE. For example, my right hand is at top right corner now. Then when I move my right...
View Articlemake a Halloween projection mapping project
Hi, I'm planning to have a projection mapping installation at my house for the upcoming Halloween. I'm probably going to use the nice Keystone library to adjust the projection surfaces to my house...
View Article** (java.exe:9372): WARNING **: gstvideo: failed to get caps of pad nat:sink
Hello there! I have borrowed this code for a school project. It creates a bouncing ball which you can control with you webcam by movements. Sometimes it works just fine, but there seem to be a bug...
View ArticleIs it possible to adjust the length of the bone?(kinect v1)
Is it possible to adjust the length of the bone? The shape should try to use another puppet. Like this, Use the 'SimpleopenNI' but did not find the relevant methods.
View ArticleIssues with Kinect initializing on first run of application on startup
Anybody experiencing this issue? For some reason, when I start my computer and run one of the kinect sketches or one of my own, for some reason the kinect doesnt initialize. The sketch runs but the...
View ArticleSimpleOpenNI fails with Processing 3.0
I'm getting a no such method error when trying to run simple open ni in processing 3.0a9. This happens when I call context = new SimpleOpenNI(this); I assume this is because PApplet has been...
View ArticleException in thread "Animation Thread" java.lang.NullPointerException
Hello everyone, I'm trying to get some code working on a Raspberry Pi using the freenect libraries and a Kinect V1 (from an Xbox 360). I'm trying to get the example programs in...
View ArticleHow to reset kinect when end of interaction
Kinect used a simple interaction. but kinect not work when other people hide kincet or if kinect is back What do I need to have control ?
View ArticleSimpleOpenNI Export Application stops sketch from working
I have a working sketch with SimpleOpenNI. Everything is working just like I wanted, but when I export the application it doesn't run. I imported the sketch into Mother and I get te error: Can't load...
View ArticleProcessing's “Export” functionality does not work with SimpleOpenNI Kinect...
I'm running Processing 2.2.1 along with SimpleOpenNI 1.96 (based on instructions at http://shiffman.net/p5/kinect/). I modified the DepthImage example sketch and added file writing (code below). I'm...
View Article