does processing 3.3.5 support skeleton tracking via kinect?
hey, i have an installation where i need to trigger live sound from ableton 9 and some lights.using kinect as a trigger. i have downloaded oscp5 library and the kinect libraries. where can i find code...
View Articlekinect and opencv
Hi, are there some examples of how opencv could work with kinect depth image on processing? I would try to make a hands detection from a depth kinect imag.
View ArticleFace recognition with openCV - compare faces
hi, I've been looking into the amazing world of openCV for a coming little project of mine. I've managed to track my face using the webcam and do some of the other operations that opvenCV provides. I...
View ArticleMove a servo motor (Ax-12) with arduino, processing and kinect
Hey guys, I'm having a problem with my code. I wanna move a Dynamixel servo according to the movement of a person, using kinect and processing. When I tried only with the Arduino moving randomly the...
View ArticleKinect and .mov files
I'm having trouble controlling the .mov file's tint with rawdepth from kinect import org.openkinect.processing.*; import processing.video.*; Movie video; Kinect2 kinect2; int minDepth=0; int...
View ArticleCould not run the sketch (Target VM failed to initialize) Errors (Windows...
Hello guys, I am using the Kinect v2 library for Processing, and I am getting the error could not run the sketch. Here is the log file Any help would be very appreciated.
View ArticleI can't find my Kinect v1
Hi, I'm starting with Kinect, and I can't even make it working yet. When i'm trying to run the OpenKinect's example Depth thresholding, the console says : "64 windows There are no kinects, returning...
View Articleopencv-processing and color format
Hello, PImage requires ARGB or RGB format. Using opencv-processing, i read in OpenCV class that the data matrix is BGRA format. Are some manipulations required to work with PImage and openCV objects ?...
View ArticleProcessing - Kinect/ gesture - music interaction (Max7?)
Hello everyone! I am using Kinect with Windows library (https://github.com/ThomasLengeling/KinectPV2) in processing and detecting all the skeleton joints and positions. What I want to do is to combine...
View ArticleThere are no kinects, returning null(Mac OSX)
Hi there, I'm currently working on the OpenKinect-for-Processing library according to Daniel's tutorial. But I can't get the Kinect connected. Here's the error log in the console when running the point...
View ArticleCant get image from webcam
Hi, I have my first processing sketch running with no errors but I cannot get an image from the webcam. My code; `import hypermedia.video.*; import java.awt.Rectangle; OpenCV opencv; //...
View ArticleJava script error Processing/Kinect + Isadora
Hi I have experienced Java script error when working with Isadora. Any help would be appreciated. I have logged it with TroikaTronix forum too. Thank you.
View ArticleProblem with Screen for a Kinect User Depth Map Drawn with a Class
Hello, I created a Kinect user depth map and drew with a Point class (for manipulating the particles) that will be going into Resolume through Spout. The problem arose when I previewing the resulting...
View ArticleMy sketch runs slow when outputting the OSC to Max, im using kinect RGB and...
Im attempting to build a system for hand tracking using the depth camera and color tracking, and output the values to MaxMsp where I can use them for audio mappings for a college project. The sketch...
View ArticleGetting started with OpenCV
Hello, I would like to have a go with some of OpenCV function but I am stuck right at the beginning... I Imported the library (via tools>Add tools>libraries>OpenCV for Processing) then I...
View ArticleHelp build a kinect People counter
I am trying to people counter using an xbox kinect. I am trying to see how much traffic comes and goes at my schools student lounge for a project. I have no idea how to do it. Please Help? Some...
View ArticleGetting a skeleton
Years ago I managed to use Processing (1.5 ? 2 ? I can't say) + one of the kinect librairies (maybe SimpleOpenNi, that doesn't seem to ba available anymore) in order to get the joints of a skeleton. It...
View ArticleHow to change the point of "this"
Hello everybody,recently i am programming with Processing. I want to find interest_points from two image and compare them.But now i meet some questions,my interest_points all draw in the first image. i...
View ArticleSURF-based feature point matching
Hello guys,I have extracted interest_points form two image with others helping.But I don't know how to match these points. My ultimate goal is to stitch two or more image. As we know,there are four...
View ArticleGet Usermap for each user
Hi everyone, I'm trying to make a processing program where each person (silhouette) will be assigned a different glitch. Essentially something like this Right now we can only assign the same glitch for...
View ArticleHow can I get sound to fade in and out depending on your location?
Hello, I was able to make my sound play and stop with Kinect but it doesn't loop or fade out. I want my sound to continue playing with the video and just fade in if the interaction is activated and...
View ArticleSimpleOpenni with Processing 3.3.6 working
Hello! with this library of SimpleOpenni was updated to use it with Processing 3 and 2. Is currently working with Kinect V1 SimpleOpenni
View Articleguess age (using image or video)
Hi everyone :) does anyone have worked with opencv or something similar to guess age and gender from a person pic (video stream, or image)? Any clues ? thanks :) :)
View Articlefacedetection
Hello, would it be possible, to use openCV library to blur the faces or interact with the are of image where the face is in other ways? By default you using face detection i get rectangles around the...
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 ArticleWhich version of Processing is compatible with the openCV library?
Hey, I'm a beginner and I want to make a program in which my camera detects how a frame differs from a previous frame. If it differs, I want my camera to automatically take a picture. I found something...
View Articlehow to slecet camera input using openVC
OpenCV example for LiveCamTest works with laptop webcam. Camera list shows my easy_cap video device as camera 41 640x480 30fps, same as webcam spec. cam = new Capture(this, cameras[0]); works fine but...
View ArticleHow to write a program that automatically saves frame (only when person is...
Hey all, I'm a beginner and I want to write a program that opens the camera, detects if there is somebody/something IN a rectangle that I will draw in the program itself and if positive, automatically...
View Articleunable to install library
im using the latest processing .. and im a mac user im facing a few problems - my 'add library ' tool does not for (not for open kinect not for other libs) so wen i downloaded open kinect from github...
View ArticleVideo Delay : Ed Tannenbaum, Recollections
Hi, I try to create something like this : https://www.youtube.com/watch?v=YBKkVpRxUfs, using a kinect. At the moment I made some test with something like this : class User { PGraphics pgBodyBg; PImage...
View Article