Quantcast
Channel: Kinect - Processing 2.x and 3.x Forum
Browsing all 530 articles
Browse latest View live
↧

openKinect + Fisica. movement

Hello. Before I ask nothing, i mean 2 things. 1. My native language is Spanish and 2. I'm not a professional programmer, I'm learning. So please excuse my car for all the gramatical errors and...

View Article


Low frame because GetImage

i use Kinect4WinSDK libraries. my sketch have low frame when i use GetImage. but if i delete GetImage, return normal frame. How do i go for the normal frame while using the GetImage ?? help me plz : )

View Article


Image may be NSFW.
Clik here to view.

The class "PApplet" does not exist amongst other things.....

Hello, New to the forum and to Processing so I need a lot of help. I'm trying to follow along with Daniel Shiffman tutorial for setting up the kinect to your mac. I have downloaded and installed the...

View Article

Can I extract the point data I get from the Kinect to be used in after effects?

Looking to somehow export the data the Kinect is using into a format that I can use in After Effects. Is there anyway to use the point data to export an obj sequence?

View Article

getting started w/kinect

what is the newest (or best) version of kinect to purchase for working with processing on a mac? a lot of the reference info i'm finding online seems dated or vague. anyone have a "getting started"...

View Article


Spout and videoExporter Enabled Kinect Masker

Over the last two weeks I have gone from not knowing much about processing to having a final product, thank you to @GoToLoop, @hamoid and others. Your sketches and contributions to this forum are...

View Article

kinect v1 with w10 64bit

I am trying to follow shiffmans example of kinect use with P3. I have loaded the Kinect4WinSDK library with Contribution Manager, trying to load Kinect v2 shows an error on install. I run Processing...

View Article

How to change position of "Contour" OpenCV

Hi everybody, I'm using the opencv findcontour library that I modified to use with the webcam, that works great, but I would the webcam be in the center of my window. When I change the values of :...

View Article


Virtual interactive Keyboard Kinect and Processing 3

I am working on a fun project of mine, which is creating a virtual keyboard using Kinect1 and Processing 3, and it works with reading the users steps or touches when they touch or step on the area...

View Article


How to edit body track image separately?

Using: -Kinect V2 -Windows10 -Processing 3.2.1 -Kinect PV2 MaskTest Code: void draw() { background(0); image(kinect.getDepthImage(), 0, 0); image(kinect.getBodyTrackImage(), 512, 0); int [] rawData =...

View Article

CAN 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 Article

OpenCV with OpenKinect and Xbox Kinect V2

hi everyone, i am trying build a face detection with the opencv and openkinect libraries. for the image input i want to use the xbox kinect v2. i am basing my code on the face detection example. this...

View Article

Kinect4WinExample

Trying to run this example (not modified) I noticed that my bodies.size() value is always 0. I can see myself in the image and depht picture and expected to see the recognized bones. Can not see what...

View Article


depth value puzzle

I try to capture the depth data with PImage depth = kinect.GetDepth(); For a certain x,y pixel I try to get the depth value with: depth.loadPixels(); println(depth.pixels[x + y*width]); but get funny...

View Article

Kinect,RotateY,PopMatrix,PushMatrix

hello guys,here i have 3 examples of the same code,the two of them is with kinect and the other with a static point and the mouse.The final installation will be with the two hands of the kinect.I have...

View Article


Help with SimpleOpenNI

So I ame getting the error: "SimpleOpenNI Error: Can't open device: DeviceOpen using default: no devices found Can't init SimpleOpenNI, maybe the camera is not connected!" when loading a sketch with...

View Article

Second image doesnt dissapear

Hello,i have this code with two image appearing as instruction,the first appears and dissapears well,but the second image doesnt disappear,i want to be disappear after some seconds,but it doesnt work,i...

View Article


using kinect for background subtraction and as camera, as a substitute for...

Hi there, I would like to use kinect as a substitute for green screen and send it to resolume for layering. Is there a patch available for combining depth image and rgb image? Also, I currently have...

View Article

Face Tracking

Hi friends! I'm looking for a way of track a moving face on a camera. I need a basic tracking, just one face at a time. I tried Ketai library, but it works only in Android. Searching on the web I found...

View Article

Interactive Mirror

Hi guys, I just want to know if its possible to do an (interactive mirror) with processing and Kinect. Interactive mirror is for changing clothes at stores, I had seen many examples but is it possible...

View Article
Browsing all 530 articles
Browse latest View live