SimpleOpenNI Library error
/* -------------------------------------------------------------------------- * SimpleOpenNI UserCoordsys Test * -------------------------------------------------------------------------- * Processing...
View ArticleStill having issues with SimpleOpen Library
I'm using Processing 2 on OX 10.11.5. I finally seem to have all my libraries installed (and in the correct place) but I'm getting the error UnsatisfiedLinkError: SimpleOpenNI. It IS in the Processing...
View ArticleConnect 3d points (exported from P5 and get from Kinect II) to create a...
Hi everyone, I am working on a project focusing on hand tracking. I got the 3d position of my right hand from the Kinect and exported the as .obj file. (one .obj file per frame) and here is the video...
View ArticleOpenCV kill old Faces loop
Hi there, I am using openCV and face detection to control the transparency of images. The position of the detected face on the x axis controls transparency. What I would like to do is be able to ignore...
View ArticleUsing syphon to connect processing with the Kinect to a VR wrapper
Hello processing community, recently i see some projects (that one is a exemple: ) where the Kinect is transmitting the data to a VR in real time. I discovery that Syphon may do this connection. but...
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 Articlesketch works but exported exe gives blank area with 2 gray boxes in upper...
i have other exported .exe program all written and exported on this computer , they all work. is there something missing in the directories where the .exe's are placed? there is a lib and source...
View ArticleKinect v2 for Xbox or for Windows
I want to know if the Kinect v2 for Xbox can be used with Processing or if it is better to use the for Windows version? I will develp with mac OS.
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 ArticleSimpleOpenni with Processing 3.3.6 working
Hello! with this library you can setup processing 3.3.6 with SimpleOpenni library. Is currently working with Kinect V1 https://github.com/totovr/Processing
View Article[Resolved]Hand tracking with Kinect/Processing
Hi, I am trying to make a project with Processing and the Kinect, I already installed the right library (I use OpenNI and FingerTracker), everything seems to work. I followed a tutorial, which showed...
View ArticleWhy can't I use other cascades in OpenCV library
I try to use camera and opencv library to detect my fist. I can use the cascade file in example code , but when i tried to use other code on internet , it doesn't work. for example :...
View ArticleSimpleOpenNI fails with Processing 3.0
I'm getting a no such method error when trying to run simple open ni in processing 3.0a9. This happens when I call context = new SimpleOpenNI(this); I assume this is because PApplet has been...
View ArticleExporting .ply with RGB
I am new to processing and scripting in general. I am attempting to use a kinect to scan fragments of a building, and while I have no problem viewing point clouds (using either the SDK or Daniel...
View ArticleuserMap questions
I have a doubt on how to access userMap() data and how to manipulate it and convert it to a PGraphics for further manipulation. I did the following code, it works nicely, it differentiates different...
View Articleusing multiple kinects on win10
hi all. multi kinect use seems to have worked up to a point in development history but now has disappeared. anyone using it in processing 3 ? i need to ... hairi
View ArticleHow can I stream my Kinect feed from one computer to another with OSC?
Hi all, this is my first post here I am trying to feed my slightly tweaked PointCloud example from Open Kinect v1 library from one computer to another (for example sake, from one processing file to be...
View ArticleKinect SimpleOpenNI
Hello guys,I m trying to make this code with kinect,Im using as help guide the book "Makings things see" with SimpleOpenNI library in processing 2.2.1. I want get the data from the kinct and when i get...
View ArticleWhy am I getting errors on my server/client data parsing? Why does my data...
I am currently trying to setup a LAN between two computers, to send motion tracking data from one location to another. My code appears to work for a random length of time (anything from 2 seconds up to...
View ArticleHow do I send Kinect v1 depth data over OscP5 from one computer to another?
I am trying to send kinect depth from one computer to create a point cloud on another. I have tried sending the data through OSC, but I'm not sure how to declare it on the receiving end as the depth...
View Article