Move 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 Articlei am not able to use my library 'open kinect for processing'..whenever i run...
i am not able to use my library 'open kinect for processing'..whenever i run a program of it..it say there is no kinect..inspite of the fact that i have installed and connected kinect ..what should i do
View ArticleHow to distinguish two shapes from another
Hello, I'm trying to decide, if an object looks more like a rectangle or a circle! I already transformed the image into a binary image and am using the OpenCV libary. I've tried to work with the...
View ArticleSimpleOpenNI Processing 3.3.x OS X
Anyone managed to get the simpleOpenNI library working with Processing 3.3.x on OS X? a|x
View ArticleRun multiple sketchs every couple of minutes randomly
Hallo everyone, I m working on project, where I created 3 sketchs, and I want them to run every couple of minutes randomly. could frameRate() or/and noLoop(), redraw() and loop() work in this case? If...
View ArticleCan I track just ONE object with Kinect?
I'm trying to track my body while doing aerial dance with fabric. This information is being streamed to Isadora using the tutorial I found here:...
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 ArticleKinect and MIDI
Hi there, I am currently undertaking a university project where I intend to use the motion data produced by the Kinect Version 2 to generate MIDI data. I am no coder although I do understand a little...
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 ArticleProcessing and OpenCV / Class don't match
hi, I am a noob of java and one error i don't understand is java.awt.Rectangle[]" does not match with "Rectangle[]" my all code is here : import hypermedia.video.*; OpenCV opencv; void setup() { size(...
View ArticlePSurface On Start Intermittent Error
Created a runnable jar file that starts up just fine most days but occasionally (1-2 times a week) will open to an error. The sketch itself is utilizing controlp5,osc,opencv and the KinectV2 library to...
View ArticleHow do I use the pyrMeanShiftFiltering function from OpenCV?
I'm trying to use the pyrMeanShiftFiltering function from OpenCV. So far, I know that there's two different types of arguments for that function. One requires two mat and two double, and the other...
View ArticleHow to use Hough Circle Transformation
I'm trying to use the Hough Circle Transformation in OpenCV. I've found documentations of it in C++ and Python, but I couldn't find any in Java. Does anyone know how to use this function/what I need to...
View ArticleHow to create lines between particles created on mousePressed and points of...
Hi, sorry for my English i'm French ! :) I'm working on a project using smartphones, kinect and KinectPV2 library. So I have two parts : the client and the server On my computer (that is my server) I...
View ArticleUse a webcam to see AR marker to change projected animation
Ok, so super new to processing and I am trying to figure out a project I would really love to get done. The idea is to have a looped animation projected(about 5 seconds), that changes when an AR marker...
View ArticleHow to use the cascade classifier function of OpenCV in Processing?
How to use the cascade classifier function to detect objects? There aren't any OpenCV documentation that describes how the functions work or any example that I can use as a base.
View ArticleCircle detect in an image
I am interested in circle detection on an image. I have used the Blobdetection library, however this code does not work correctly if many circles are present and merge togheter (many circles merged...
View ArticleHow to tell where the user is pointing with a kinect
I've been using the kinect 2 and it works pretty well in Processing 3 but now I want to develop some interactivity. What I want to do is to get the data from the 3D skeleton and tell what object the...
View ArticleProcessing 3 with Kinect
Hi, I am new to Processing and I am collaborating on a project to work with Kinect and Isadora. We have found this brilliant video which is very relevant to our current RnD. With this video the...
View ArticleLeap Motion & Processing
I'm new to processing, and I've been struggling with removing the text when I deploy the sketch (I tried commenting out all the print lines but I don't think that's correct). The sketch works...
View Article