SimpleOpenNI Library error
/* -------------------------------------------------------------------------- * SimpleOpenNI UserCoordsys Test * -------------------------------------------------------------------------- * Processing...
View ArticleQuestion:SimpleOpenNI, I would want to limit "range of detection".
I am using kinect v1 and SimpleOpenNI. I would only want to detect person in range of 1m~2m, but kinect would detects and tracks person entire time when the person is its range. Here, I would want to...
View Articlehow to make kinect ditect ableton 9 for live tracking?
hi, i want to understand how to connect the oscp5 library to the kinect library. for this project i want sounds to be triggered when a person crosses which are being made live in ableton 9... any links...
View ArticleAbout OpenCV library
Hello, are there any specific steps I need to follow before I get the OpenCV library to function properly and be able to call it inside Processing? I can't find them online... Thank you in advance.
View ArticleOpenCV VideoCapture::set
I want to know if there is a video capture set command in opencv for Processing that will let me set HARDWARE Video Capture Device settings contrast and brightness? I see cv2 for python has...
View ArticleCombining the MSAFluid with DepthPointCloud (Kinect2 / Mac)
Hello, Hello, first post here! I have a rather complicated question it seems. Basically I'm trying to combine MSAFluid sketch and the OpenKinect's DepthPointCloud sketch so that each vertex there will...
View ArticleAny recommendations which one I should buy.
Microsoft stops production and its hard to get one (in Germany). Like many other nice products which are available in the US. Do you wonder why we are still in the digital Neanderthal.
View ArticleFace recognition - to visualise hidden background
Hi everyone, Thank you for looking at my post and hope you can help me. I have a university project and I need to have a hidden background image, and then using face recognition to reveal this image...
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 ArticleChanging opacity of silhouettes
Hi, Using Daniel Shiffmana's MinMaxThreshold tutorial, I was able to change the colour from red to blue to green based on their distance to the Kinect. I would like to make a wall where when 2 people...
View ArticleThis is a code from library about kinect. I would like to know how to control...
// Daniel Shiffman // Kinect Point Cloud example // https://github.com/shiffman/OpenKinect-for-Processing // http://shiffman.net/p5/kinect/ import org.openkinect.freenect.*; import...
View ArticleKinect
Hi, does anyone know how to change a color in this example. So I would like to have close points in red color and far in blue. import org.openkinect.processing.*; Kinect kinect; void setup() {...
View ArticleKinect color and movement tracking triggering certain sounds :)
Hello everyone! It's my first post so please forgive any issues. I've been using Processing for some time now but I'd still consider myself as a beginner! I'm studying Popular Music and together with...
View Article[multiple kinects] area sensor
hi all this is a request that's in planning mode yet. i have to cover an area of about 10x10m, there will be a crowd and i need to get most of the CenterOfMass(COM) x,y coordinates. is it possible to...
View ArticleColor tracking using opencv in processing
hey, I´m trying to track 2 different color blobs on a monotone background color in a live webcam feed. I'm having ifficulties figuring out how to go about this. Basicly It needs to mark the two...
View ArticleCannot find device
Installed the kinect manually to my Mac and it is working perfectly, however I cannot get it to open in processing 3. I've added shiffman kinect, it's showing up in the USB area fine, i'm just...
View ArticleKinectV2 - Extracting color object using depth camera and "DepthToColor" mapping
Hello ! First of all i'm sorry for the choppiness of my writing, still trying to improve my English writing ability. I'm getting started with Processing v3 and I'd really appreciate some help on this....
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 Article