OpenCV Blob Detection management
I'm thinking of using Processing for an installation project i have. Am thinking of using either https://github.com/atduskgreg/opencv-processing or http://www.v3ga.net/processing/BlobDetection/ to...
View ArticleChroma keying with kinect v2
I want to do chroma keying. I can do chroma keying with kinect v1. but can't do with kinect v2. I use kinect PV2 version 0.7.5. This library is very great. unfortunately,CoordinateMapperRGBDepth,...
View ArticleCapture with Macbook Air internal Cam
Dear all. I am trying to resize my cam size to 640x480 with Macbook Air internal Cam. My cam size and and OpenCV size are 320x240 now, and when I try to change to 640x480 I am keep having trouble.....
View ArticleHow to change the range of PWM value
Hello there! I'm doing some project using kinect + processing + arduino. Fyi I am so so new with this software. Here i have code that control the brightness of led using hand movement that i get from...
View ArticleKinect SimpleOpenNI
Hello guys,I m trying to make this code with kinect,Im using as help guide the book "Makings things see" with SimpleOpenNI library in processing 2.2.1. I want get the data from the kinct and when i get...
View ArticleHow to make a sound transition out of videos playing
Hello all ! I'am currently working on a video installation out of processing, kinect and madmapper (with python). I would need some help concerning the sound of my videos which is a problem for me......
View ArticleHow to set collision detection for multiple rects
Currently I am making a game using a kinect, which I needs help very urgently. To explain this game, Users stand in front of the kinect in order to calibrate your body into the skeleton form. Once the...
View ArticleKinect2 KinectPV2 library skeleton tracking
I have been working with this code for a bit now and have been struggling to find what gives a specific x and y value for the points on joints or hands. I see that joints.getX() or joints.getY() does...
View ArticleKinect2 KinectPV2 library skeleton tracking
I have been working with this code for a bit now and have been struggling to find what gives a specific x and y value for the points on joints or hands. I see that joints.getX() or joints.getY() does...
View ArticleProcessing can't find Kinect?
Hi guys I'm trying to get my Kinect (1520) up and running with Processing, but for some reason it just comes back with cannot find devices or no devices connected every time I've installed the drivers...
View ArticleMapping KinectV2 depth to rgb DSLR
Hi, I am trying to map the depth from the Kinectv2 to RGB space from a DSLR camera and I am stuck with weird pixel mapping. I am working on Processing, using OpenCV and Nicolas Burrus' method where :...
View ArticleKinect for Windows V2 Library for Processing
Hey. I just started to developing a Kinect One library for processing. The version uses the Kinect one SDK beta (K2W2), so it only works for windows ): . You can get the current version is still beta....
View ArticleProblem with SimpleOpenNI 1,96. Could not run the sketch! WHY?
Hello at all, I use Ubuntu 64bit, Porcessing 2.2.1. Java version "1.8.0_45". Eveything are updatet. I have downloaded the Library "SimpleOpenNL". And conect the Kinect with my Laptop(OS X Yosemite)....
View Articleexpecting Rcurly, found 'else' (Kinect Physics Tutorial for Processing)
Good afternoon and merry christmas. I'm trying to do the Kinect Physics Tutorial for Processing, using processing 1.5.1. creativeapplications.net/processing/kinect-physics-tutorial-for-processing/ But...
View ArticleSimpleOpenNi,pixels(),Array coordinates
i made this sketch,and i want to mke the ellipse interact with the userDepthMap of the kinect,i tried to find the coordinates of the array but it doesnt seem to work.Im using processing 2+ and...
View ArticleHow to make a video switch out of kinect and processing.
Hi everyone, I currently working on an installation with kinect and processing. Below you have a first code that I made in order to make a switch from a video to another once you cross a certain...
View Articlepoint cloud triangulation
Hi, I'm trying to triangulate the point cloud generated in the PointCloud example by Shiffman. I can delete the origin point from the kinect and the wall behind me with an if and alpha values, but when...
View ArticleSilhouettes from kinect. SimpleOpenNI doesent work on processing 3?
I used to use simpleopenni for getting silhouettes from kinect. But it seems that simpleopenni isnt compatible with processing 3? At least it doesnt work. http://code.google.com/p/simple-openni/ Is...
View ArticleHow to install javax.media library?
Trying to run this sketch: https://github.com/ankitdaf/kinect/tree/master/aura And I get the error: "The package javax.media does not exist. You might be missing a library." How do I install this...
View Articlechanging polygon class into shapes
hey guys, I just started coding in processing and want to know if it is it possible to change a code i found. The code I want to use is the CAN kinect physics code....
View Article