Help making an animation inside user silhouette
Hello everyone. I need your help with somehow filling up a user's silhouette with moving balls that are limited to the silhouette's outline. I have approached this in several different methods and...
View ArticleKinect 1520 Mac Sierra - No Camera Device
Hello!, I know this will be answered a lot, since I'm new to processing and the whole troubleshooting thing, I need you help Please help me out. I tried once, then I removed libfreenect2 folder and...
View ArticleHow do I install the OpenKinect library on Windows?
I'm really struggling to figure out how to install Daniel Shiffman's OpenKinect library. I have installed the library itself through Processing (3), and have updated the drivers for the kinect to...
View ArticleMulti-Point Interaction
Where might I find either a working library or reference material for processing 3.x to help with multi-point/touch for an interactive floor. I am currently using skeleton tracking from the KinectPV2...
View ArticleProblem with Kinect and macOS 10.12 Sierra: Isochronous transfer error: 1
Hi, I made some programs for Kinect in the recent past and all was going well. However, since I've upgraded to Sierra, the Kinect does not work well anymore. When activating video and depth stream at...
View ArticleMap Kinect to z-coords
I am trying to map the kinect v2 x,y,z coords for an interactive floor. Naturally x,y coords were no problem, but I am having a tough time wrapping my mind around mapping the z coordinate. My goal is...
View Article[Resolved]Hand tracking with Kinect/Processing
Hi, I am trying to make a project with Processing and the Kinect, I already installed the right library (I use OpenNI and FingerTracker), everything seems to work. I followed a tutorial, which showed...
View ArticleKinect Physics
Hi everyone, I am try to run this code made by Amnon Owed and published on http://www.creativeapplications.net/processing/kinect-physics-tutorial-for-processing/. I am running through many different...
View Articleuse opencv output data/frames for further analysis
Dear team, I have an issue regarding the following: I use opencv to perform a first analysis of a video. I also use Daniel S. code on computer vision to analyse pixels. I would like to take further...
View Articlemaking a particle emitter from kinect2 depth data
Hey there. I'm trying to make a particle emitter out of kinect2 depth data, for a dance piece. Essentially what I want to do is extract the body shape, and make that the particle emitter. What I...
View ArticleProcessing libraries for kinect One (Xbox One kinect + pc adapter)?
Hello! I've seen libraries here and there that support v1 and v2 of the kinect but those are hard to purchase lately (v2 discontinued by Microsoft). So I was wondering if there was any fonctionnal...
View ArticleOpenCV Facial Recognition
Looking for any info about doing Facial Recognition in Processing (not to be confused with Facial Detection). Greg Borenstein's lib here gives basic access to OpenCV (and is great BTW!):...
View ArticleColored window instead of skeleton with Thomas Sanchez skeleton3D sketch
Hello ! I am encountering some difficulties with Thomas Sanchez Lengeling's processing sketch "skeleton3D" in the "OpenCV-Processing" library. I've a kinect V2 that seems to be well installed since it...
View Articlefisica array
Why a poly object to create in the void setup(), or repeated drawing;I want to join an activity poly object. `import fisica.*; FWorld world; FPoly poly; PVector[] xy = new PVector[5]; void setup() {...
View ArticleHow do I insert video certain distance from kinect so movement closer to it...
How do I superimpose a video at a certain distance from the kinect so that movement closer to the kinect than that distance distorts the video? It would be great if the video could 'stretch' over any...
View ArticleKinect Projection Mapping
Hello, I'm currently doing a university project on 'Motion Tracking Projection Mapping'. I'm currently focusing on a 'markerless' system using the kinect V1. For the end result I basically want to be...
View ArticleJpBellona's Simple Kinect not displaying anything
Hi, I'm trying to use Jon Bellona's Simple Kinect software along with processing code. I am running a skeleton tracking code along with simple kinect v.1.0.2 with my kinect connected to my laptop. The...
View Articlecould not load video
import gab.opencv.*; import processing.video.*; Movie video; OpenCV opencv; void setup() { size(800, 800); video = new Movie(this, "a.mp4"); opencv = new OpenCV(this, 800, 800);...
View ArticleSkeletal data to grid data
Sorry if this has been asked before, but I couldn't find anything. I'm quite new to both Kinect and programming, so it would be great if someone can help me out here. In my processing sketch I have...
View ArticleProblems with PApplet
Hi guys Apologies if my terminology is in any way incorrect but my processing skills are a bit rusty. I've been trying to get on open source toolkit for Kinect (found here:...
View Article