How do I resize the ouput of kinect.getColorImage()? Windows PC/process 3
I am trying to use the processing Kinect library with another AR tool kit; the AR toolkits only takes in 640 x 480 input sizes, so the kinect's colorImage output's 1920 X 1080 was not compatible to be...
View ArticleSimpleOpenNi Libraries
Where can I download the SimpleOpenNI library? https://code.google.com/archive/p/simple-openni closed in 2015. Is this library mirrored somewhere trustworthy? I ask because KinectPV2 keeps throwing...
View ArticleHow to connect Kinect xbox 360 on windows 10 for processing?
How to connect Kinect xbox 360 on windows 10 for processing?
View ArticlePhoto timer, can't figure it out
Hi there, I am working to set up a "look away photo booth" with face tracking in OpenCV. Basically: Sees face, face looks away, counts to 10, takes picture. If there is no face, it just waits for one,...
View ArticleMake the animation to move with kinect
Hello, I am very new in Processing. I am using Processing 3.3. So I found this formula and I want to move the animation by tracking my movements from a Kinect instead of a mouse. I am using the new...
View ArticleCombine RGB data with Body Track to only show RGB of Bodies...
I am using Thomas Lengeling's KinectPV2 library to try to get processing to save/display only the RGB data of the bodies it detects. Right now when it runs it displays the color image not filtered...
View ArticleCreate an Image Mask On Top of a Live Feed
Hey all! So for this code I'm trying to create a code that will use a live webcam feed and face tracking to put an image on top of the tracked face. After this point, I want to press a key ('n' in the...
View ArticleHow to solve NoSuchMethodError
I get the following error when I try to compile my code. Please suggest a solution for the same. java.lang.RuntimeException: java.lang.NoSuchMethodError:...
View ArticleAbout to lose my mind - please help!
Hi, Trying to use motion tracking for a sketch. I've seen all of the Shiffman videos like 5 times (he's great) and still not getting it. If someone could help me out I would really appreciate it. Using...
View ArticleWhat am I missing? java.lang.UnsatisfiedLinkError
I see reference to this error in several places but I cant seem to find a thread anywhere that actually states the fix! any help would be wonderful for a sad n00b. Mac Pro desktop OS x 10.11.6...
View ArticleKinect PointCloudDepthOGL display delay
Hi everyone, I have been trying to achieve a 3-6 sec delay on the live display from my kinect 2's point cloud feed, I am new to all this, so I have been basing my work on the KinectPV2 library by...
View ArticleOpenKinect
Hi all, Using the Kinect V2 I'm trying to blur anything further than a threshold distance in the RGB image based on the depth image. To do so I first need to align the Depth and RGB image, how can I do...
View ArticleKinect issue!
Hi! Trying to run a Processing and Kinect version 1 interactive sketch. Running into errors. One error: cannot find anything named "num". This is in reference to my Processing sketch. Please help!...
View Articleplease share knowledge on Kinect Drivers : KinectCamera (v1.6.0.476) vs...
Dear Friends, Consider me total ignorant on hardware-drivers working. To help me started, I would like a quuick guidance from you. I recently got my hands on a kinect V1 #1473 running on processing...
View ArticleKinect Issue
Hi! My sketch works but when I try to add the Kinect I can't get it to work. Ideally I'd like to project the piece and have people be able to play with it. Right now it's not possible. Not sure what...
View ArticleCAN Kinect Physics Code Examples
I've been getting some notifications that the code examples for the CAN Kinect Physics tutorial no longer work. This is because the code formatting plugin was removed and because the code is severely...
View Articleanyone know anything about facial landmark detection?
I want to be able to make a code using my live camera, and detectiong facial features so i can expand on that and morph or manipulate facial features, anyone know anything about that? do i need to...
View ArticleLoad textfile into array to display depth image
Hey guys, after watching some tutorials about the kinect I finally managed to get the depth image and transform that depth image into text/numbers. I have a textfile with a poem, just one for now, and...
View ArticleSpeeding up Open CV detect face
Hi All, I'm trying to implement a real time face detection using openCV from the IR image of the kinect, unfortunately it takes my sketch from 60fps down to 6fps. I am aware kinectPV2 does face...
View ArticleGet Depth Value for Each Pixel
Hi All, I'd really appreciate some help on this, I'm using the KinectPV2 library which is great but very poorly documented. With reference to the example "MapDepthToColor" copied below I'm trying to...
View Article