kinectpv2/toxiclibs particle interaction. (multiple users)
The kinectpv2 library allows for up to 6 simultaneous users, I am using this library to interact with particles using the toxilibs verlet library. My question is, how can I get all 6 users to attract...
View ArticleExport Issue
Hi, I am using Windows 10 and processing 2. and I am developing a game by using Kinect with SimpleOpenNI library. After I exported this program as an application and I tried to open it, it got stuck at...
View ArticleAnyone have any advice on using projectors with Kincet?
Hi guys I recently discovered the OpenKinect for Processing library and it has been a real godsend! I want to use the Kinect in conjunction with a projector to create an interactive wall for a...
View ArticleMapping depth to color with Open Kinect
Hi, I'm an absolute beginner with Kinect & Processing and I'm stuck with something that I believe should be quite basic stuff. I'm trying to make an interactive video wall so that when a person...
View ArticleHow to detect traffic in images? (traffic/facial recognition)
Hi all! I'm currently doing a project in which i ideally want to be identifying if an image contains traffic or not, and if it does then to display information. So i would be using a live stream of...
View ArticleDetecting a die face value
Hello, I want to start a project that relies upon dice face value recognition. The idea is using a kinect pointed at a glass surface and detecting various colored dice. I need sugestions on how to do...
View ArticleKinect map pixel in Z axis
Hello Guys, im quite fresh in the processing world and no native speaker so please be gentle :) but direct to the Point: Im would like to know is there any possibilty to get an defined Z axis output of...
View ArticleTracking a moving object and calculating/drawing its trajectory in space
I am trying to write a sketch that does the following: the users clicks on an object on the videocamera image, and then the computer tracks this object from its colour and finds its distance from the...
View ArticleHow to save multiple gif files without overwriting it onto one?
Hello, So I created a code where a person can take a gif animation of themselves with an effect applied on the webcam. The problem is that the gif keeps overwriting the file and keeps replacing the...
View ArticleOverall motion with openkinect
Hi, I'm trying to display a circle that changes color and size based on the average amount of motion using Kinect V2 and openkinect. My code is based on this example on Learning Processing:...
View ArticleHas anyone found a good AR Marker library to use with the Kinect?
I'm trying to use nyar4psg but it crashes when trying to read PImage from the kinect, has anyone had success with any AR marker libraries?
View ArticleKinect Ribbon - different stroke colors based on subjects
I was able to successfully implement the Kinect Projector Toolkit but am trying to figure out how to have different stroke colors for ribbons when multiple subjects come into the scene. You can see...
View ArticleKinect frame rate for animation
Hi all, I'm currently planning my first interactive installation ever and I'm a bit confused with some basics. My idea is to layer videos and images in a sketch to make an interactive animation, I'm...
View ArticleCan one use he_mesh to triangulate a kinect point cloud? if so, how?
Primarily for @wblut I have a series of points culled from a kinect point cloud (basically only those points relevant to the person, any past a certain depth are ignored) I am having trouble choosing...
View ArticleKinect Projection Masking - How to enlarge image to fit a person?
Hi, I'm currently working on an end of year project for university called 'motion tracking projection mapping'. I'm currently looking into 'projection masking' using the kinect depth image. Basically...
View ArticleParticles to follow Skeleton / Contour
I've been really trying to figure this out but since I'm new to Processing and Kinect, had no luck so far. Can anyone help me figure out how to achieve the following (46 second mark): I've tried using...
View ArticleKinect Face Vertex data
Hi experts! I'm quite new to Kinect and processing, does anybody know if I can use/see the data or the value of each points from the HDFaceVertex example on Kinect V2 for Processing lib to generate a...
View ArticleKinect Projection Masking - Array out of bounds error
Hi, I'm currently working on an end of year project for university called 'motion tracking projection mapping'. I'm currently looking into 'projection masking' using the kinect depth image. Basically...
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 ArticleOld Processing 1.0 + OpenCV code...
Hey all, I wrote this code back in 2011 (So long ago!) and am trying to resurrect it. Essentially it was a video grid that captured 10 frames and constantly looped them. I notice that the old OpenCV...
View Article