Track people standing within a certain distance from the kinect (kinectPV2)
I am trying to use skeleton tracking to only track people closest to the kinect, so that people in the background do not affect my script. Is there any way to set a filter such that only people within...
View ArticleReduce PointCloud Resolution in KinectPV2
Anyone have a solution to reducing the number of points read+rendered in Lengeling's fantastic KinectPV2 library/sketches? Love to have 10% of the native rez/points. Using Kinect v2 in sketch based on...
View ArticleTrack color within a certain distance (Mix color tracking and depth?)
Hi, I've been experimenting with Processing 3 for the past weeks (Checking video from Daniel Shiffman) And now, I'm trying to do something I'm not even sure it can be done easily. I want to know if I...
View ArticleHow can I save the previous state of an array, to recall in the next loop?
I am trying to connect lines between two x and y values - one current set of values, and one previous set of values. These x/y values are determined by centre of mass using a kinect lib, and so I can...
View ArticleFace detection - OpenCV: If clauses to act when no face is detected - HELP...
Hi there, I'm working on a face detection code that will put a square around your face when its detected, but will display text or an image when no face is detected on screen. Ideally I'd like it to...
View ArticleAnyone used the OpenCV library to set camera brightness /contrast?
Not talking about filtering image , supposedly OpenCV has commands to set brightness , contrast and other hardware setting if they are supported by camera or grabber device in Device Manager Want to...
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 Articlehttp://myhealthpeak.com/verutum-rx/
The reply to avoid these magic tablets that will make you gradually centered on them is to get fit and also be fit. Work out, or I should say weight lifting, is your best aphrodisiac. First, it is one...
View ArticleKinect v2 How to shorten the cable?
On the Kinect2. It is great and there are nice libraries for it. But that cable is so bad... Way too long and too many proprietary connectors. For installation work or tight spaces it is real bad....
View ArticleExport .obj from 3d slitscan mesh
Hey guys, Hopefully someone here can help out. I've been playing around with this kinect and 3d slitscan sketch by Jagracar that can be found here: I need someone that can help develop the sketch to...
View Articlecould not run the sketch (target VN failed to initialize)
hi there, I'm running windows 10, with an AMD radeon graphics card, latest version of processing. when running my sketch i get the error message "could not run the sketch (target VN failed to...
View ArticleNewbie Question Kinect (1520) with mac osx YOSEMITE
Greetings creative Souls. I like to buy the Kinect v2 (1520) sensor and connect it with my MBP. I have read an interesting article on http://perfectminutegames.com and i am interested to give it a go!...
View ArticleHow to avoid global variables (objects, actually) while importing libraries?
Rookie question here (so maybe the question is fundamentally wrong.) If I'm using a library, and I only want a single object from it to be used in a class in my sketch, how should I organize my code?...
View ArticleHow to improve OpenCV performance on ARM?
Hi guys I am making a face-tracking Nerf blaster using OpenCV on the Raspberry Pi. I am using a Microsoft LifeCam webcam for capture input and the SoftwareServo class for blaster control. However, my...
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 ArticleDoes OpenKinect-for-Processing library recognize different body parts?
I have questions about OpenKinect-for-Processing library. I am going to use Kinect1 with Processing3. What I would like to do is using Kinect to get the coordinates of body parts, such as head, hands,...
View Articlemove blob with hand tracking HELP!
The blob is moving according to the coordinates of the mouse. But I want to move the blob using the coordinates of my hand. So far, what I've done, if you connect Kinect now the blob and the red ball...
View Articledownloadable binary version of the libfreenect driver for Windows 8
Is there a downloadable binary version of the libfreenect driver for Windows 8 that I can download, or do I have to build it from sources? Thanks, Ken
View ArticleExport positions of joints in Skeleton Tracking function (in KinectPV2) to...
Hi everyone, I am working on a project about hand tracking. I am trying to track down the trace of my moving hands and export the trace as an 3d file like .obj I found the SkeletonColor example in...
View ArticleColored window instead of skeleton with Thomas Sanchez skeleton3D sketch
Hello ! I am encountering some difficulties with Thomas Sanchez Lengeling's processing sketch "skeleton3D" in the "OpenCV-Processing" library. I've a kinect V2 that seems to be well installed since it...
View Article