Use the contour x y location data to send to a MidiBus
Hello all. I'm currently trying to create a project where Processing reads movements from a webcam to send data to Ableton to trigger sound clips. I have managed to merge two sets of code and am now...
View Articleopencv library
THere are different opencv libs than the contributed one for processing. cv2 hypermedia i see in examples for opencv opencv.images() gives error in processing : the function image() does not exist. I...
View ArticleKinect 4win crashes after a while
So , i´ve been trying to use kinect4win. It works just fine for a while then it crashes. The red light(wich I assume is the dephsensor )turns off. Is there any way to fix this? Why this happends? Im...
View Articleblend() and filter() significantly slow down 1080p Video FPS to 7; Any...
//hey, I'm probably not doing this right //is it cause I'm using the context of PGraphics and PImage mixed up?? //IM GETTING 7 FPS W/ I7 7700K AND 1070 sli //CPU AND GPU ARE NOT BEING PUSHED ///NEED...
View Article[Kinect] How to set transparent background except user's silhouette?
Hi, I am quite new to the forum. I get a lot of help from this forum. And I hope to be able to give back when I will get better with programming:) I am making a kinect game for my university project,...
View ArticleCan I apply ripple effect to Kinect
Hi everyone, I'm trying to put some ripple effects to Kinect video. I found a ripple code online and tried it on a still image, it works. However,`` when I put it together with Kinect, there's no...
View ArticleHey Every1, I Need Help With a Kinect V1 Code On Raw Depth Data. Which...
import org.openkinect.processing.*; //kinect library object Kinect kinect; // Angle for rotation float a = 0; void setup(){ size (800,600, P3D); kinect = new Kinect(this); kinect.initDepth();...
View ArticleProblems with kinect4WinSDK
Hey, I've got a kinect v2 and tried to get kinect4WinSDK lib running. But I'm getting following error messages: "A library relies on native code that's not available. Or only works properly when the...
View ArticleKinect one with Windows 10 and Processing
Hello guys, I'm trying to use Kinect One in Windows 10 with Processing, but still could not make it work ... I found these previous posts, what I saw was with Windows 8.1...
View Articlehow to place rgb camera pixels onto depth camera array V1 Kinect
Processsing 3 Kinect v1 Basically, i've stripped down my code so it's just this, atm it only shows the user when you're in the correct threshold. You go pink as I have made it that color. I want to...
View Articledoes 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 ArticleDoes anyone know how to export a kinectV1 sketch?
having trouble how to export a kinect v1 sketch
View ArticleInteractive image using Face detection (OpenCV)
Hello, there is a program I would like to make with a face detector using OpenCV. So basically you would have an image A (could be a video) that when a face is close enough to the camera, slowly morphs...
View ArticleFace detection activated video
Hello, i would like to create a code that starts to play a movie when face detection script detects a face! and when there is no face detected to play another video. can anyone help? im having trouble...
View ArticleHow to trigger an action with face detection?
Hello, Is it possible to use face detection to trigger a video to play? if webcam detects a face, video plays im having trouble with achieving this
View ArticleGet biggest face from openCV
Hello, This is my first post on this forum, and i'm in need of your help. I'm working on a project with an android that has a set of animatronic eyes and a facetracking feature. I'm using the opencv...
View ArticleQuestion: kinect4winsdk, I would want to control "depth range" and "detection".
I am using kinect v1 and kinect4winsdk. I would only want to detect person in range of 100cm, but kinect would detects every people who comes in to its range. Here, I would want to know function or...
View ArticleStill getting lag when sending midi from Processing to Ableton.
Hello all. So my code is now advancing but it's still laggy. It receives the data in Ableton but it's very temperamental. I've avoided using delay functions as it delays the entire thing. If anyone has...
View ArticleSimpleOpenNI Library error
/* -------------------------------------------------------------------------- * SimpleOpenNI UserCoordsys Test * -------------------------------------------------------------------------- * Processing...
View ArticleStill getting lag when sending midi from Processing to Ableton.
Hello all. So my code is now advancing but it's still laggy. It receives the data in Ableton but it's very temperamental. I've avoided using delay functions as it delays the entire thing. If anyone has...
View Article