Using face detection to run a function
`import gab.opencv.*; import processing.video.*; import java.awt.*; Capture video; OpenCV opencv; Minim minim; AudioPlayer song; import ddf.minim.*; PFont font; String time = "10"; int t; int interval...
View ArticleThis is urgent situation!! How to connect between hand postion and mouseX/Y...
The problem is about connection between hand position and mouseX/mouseY It does work in the computer but the particles doesn't follow my hand position in kinect when I change the mouseX/Y into just...
View ArticleObject detection and tracking
I'm developing a robot which use a webcam to navigate and avoid obstacles. I installed the openCV library but some instructions are missing compare to original openCV library. In particular I need to...
View ArticleKinect v2 + JBullet + Windows 8
I have a Kinect V1/JBullet/Processing 2.0b6 system running on Mac OS (multiple versions). I'm now trying to get Kinect V2 to work with JBullet using the bRigid wrapper in Processing 2 on a Windows 8.1...
View ArticleDepth map to 3d models
Hi all, I have a project I'm making for an installation next month. I'm just seeking advice first to see if its a viable concept within processing. I want to create a virtual aquarium (in 3d) where...
View ArticleI want to combine two processing code for the kinect but it's doesn't work. I...
Hello I work with a group of work on a virtual reality project based on the kinect. I look for change the Background color as a function of time. We are amateur if you can help us would be with...
View ArticleHow and through what has processing libraries can we put a background that...
Hello all, I have a question: How and through what has processing libraries can we put a background that changes color over time with Kinect. I work with a group on a project to explain what augmented...
View ArticleHow to put a background that changes with time with kinect ?
Hello, Here is my code, I would want that the background is evolutionary in time: that he(it) varies of colors. You could help us we are amateur and begin with processing. Thank you in advance. import...
View Articledetecting motion in a videostream and finding pixel locations...
I wrote a sketch to find the motion outlines using opencv. I then use the getPoints function to find the PVectors to use for placing particles. It works quite well but I'm worried about performance...
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 ArticleImplementing Arduino into Skeleton tracking with Kinect4Win Library
Hi, I am new to processing. I have done some simple 3d sketches and now I'm trying to use the skeleton tracking from the Kinect4Win Library to talk with an Arduino. I'm am going to use serial to talk...
View Articleopenni 1280x1024 RGB resolution.
Is there a method to obtain the high resolution RGB image with Processing? I am using Processing 2 with the simple openni library in combination with opencv. Theoretically it should be possible to get...
View ArticleKinect Head Tracking multiple users
Hello, I am using the SimpleOpenNI library to track users in the room and let eyes follow the users movement. Here is my code so far: import SimpleOpenNI.*; SimpleOpenNI context; int Pupilh = 200; int...
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 ArticleDraw a different color if the hand is in a different position - Kinect
Hi everyone I don't understand a part within my code. I want to make an if statement so that if the hand is in a different position of the screen, the color of the circle, which follows the hand, will...
View Articlehelp with a project!
Hi all bit of a novice here I’m looking for a little guidance on a project I’m undertaking the end goal is this within html5 browser hosted online, you move and pan a camera around a 3D space, the 3D...
View Articleapplying a mask flips or rotate the image!
Hi. I'm developing in Eclipse. With a kinect (depth sensor). Currently, I'm trying to mask images. But for some reason as soon I apply a filter, the image flips (or rotates 180º). And I just can't get...
View ArticlePoint Cloud for Kinect V2 (add shader to invert color)
hi everyone , firstly i'm new with point cloud processing , and i've been working with kinect v2 processing from thomas sanchez lengeling from...
View ArticleProcessing Threads, Synchronization of Variables across threads!
Hi all, hope someone can shed some light on this. This is my first time working with threads in processing I'm using a simple implementation of thread("somemethod"). Within somemethod() I have a...
View Article