Questions tagged [openkinect]

Focused on the `libfreenect` library for Microsoft Kinect, enabling the Kinect to used with Windows, Linux and Mac.

OpenKinect is a community of people making use of the Microsoft Kinect hardware for PCs and other devices. The communities primary focus, libfreenect, is a set of open source libraries that enable the Kinect to be used with Windows, Linux, and Mac.

136 questions
1
vote
4 answers

Is there any standard gestures available for kinect?

I want to know that is there any standards for defining gestures using Kinect for windows SDK or any gestures available with the non-commercial kinect SDK
ravithejag
  • 588
  • 11
  • 23
1
vote
3 answers

How to stop and start kinect in openkinect?

I am using the openkinect with python bindings and running the following demo app... #!/usr/bin/env python import freenect import cv import frame_convert cv.NamedWindow('Depth') cv.NamedWindow('Video') print('Press ESC in…
Shan
  • 18,563
  • 39
  • 97
  • 132
1
vote
0 answers

Kinect for Processing error when using multiple cameras

I'm trying to run two Kinect V1 cameras simultaneously in Processing 3. I have gotten to a solution that is not sustainable, and am I trying to make something more stable/reliable. At the moment, whenever I try to run both cameras simultaneously on…
1
vote
1 answer

Detecting when a PNG image has been "wiped transparent" in Processing?

i'm trying to create a game using Kinect where you have to use your hand movements to wipe away an image to make it disappear revealing another image beneath it within 30 seconds. Now I have already done the code for the loosing condition where if…
AxeFire
  • 11
  • 1
1
vote
0 answers

Get pixel locations of the joints in the depth and in the RGB images

l have skeleton data of 15 joints per person. Each person is described with (X,Y,Z) coordinates. Give that coordinates, l would like to find the pixel locations in the depth and in the RGB images. How can l get that ? Is there any Kinect…
Taylor
  • 127
  • 1
  • 10
1
vote
1 answer

kinect V2 get real xyz points from raw depth image in matlab without visionKinectDepthToSkeleton or depthToPointCloud or pcfromkinect

There are many ways to get real xyz from raw depth image like vision.internal.visionKinectDepthToSkeleton or depthToPointCloud or pcfromkinect . The problem is that it's not clear how these functions work exactly . All these functions use…
A. Jeed
  • 43
  • 6
1
vote
0 answers

Range of values for depth images generated by kinect v1

I am trying to use the OSD dataset link: http://www.acin.tuwien.ac.at/forschung/v4r/software-tools/osd/ which uses kinect v1 for generating the Depth map images. I have read that the values should range from 0-2048 in the depth map images and the…
kkk
  • 1,850
  • 1
  • 25
  • 45
1
vote
1 answer

Logging to klg file using kinect 1

I am trying to run SLAM algorithm (ElasticFusion) using my custom .klg file. I tried the following 2 ways : The first way was about to build .klg file manually from separate depth and rgb image (.png) files and their time stamp informations . I…
MIRMIX
  • 1,052
  • 2
  • 14
  • 40
1
vote
2 answers

Libfreenect wrong depth map

I've been using OpenNI+PrimeSense+NiTE with OpenCV on my project to segment objects according to their distances. However I meant to deploy it in a NVIDIA Jetson TX1 board and it couldn't manage to compile OpenNI+PrimeSense+NiTE with OpenCV on it. I…
Dourado
  • 23
  • 4
1
vote
1 answer

Handling Depth Processing With The Kinect V2

I am currently trying to deal with processing the depth data for the Kinect V2. I wish to filter out all points that are not within a specific distance. The problem is I can't find reliable docs on how this could possibly be done, let alone on how…
sBourne
  • 483
  • 1
  • 5
  • 17
1
vote
2 answers

OpenKinect acquire raw depth image

I am trying to use the example code from here. I have made some changes in order to save the images to the computer. When I read the data in MATLAB it seems like values that should be 0 are set to 2047, and overall it does not seem to be correct…
El_Loco
  • 1,716
  • 4
  • 20
  • 35
1
vote
1 answer

Point Cloud from Kinect using Freenect and Python

I have an XBox 360 Kinect Sensor connected via Linux Mint. I am trying to create a CSV file where the Z values represent the distance from the sensor-in short, I want to use the Kinect as a short-range 3D scanner. I have the code below producing a…
GBG
  • 233
  • 5
  • 17
1
vote
2 answers

Java: Unsatisfied link Error on Raspberry Pi running Processing 3.2.1

I get this error whenever I run an example code from OpenKinect Kinect v1 example PointCloud. Unsatisfied link error: Unable to load library 'freenect': Native library (linux-arm/libfreenect.so) not found in resource path. A library relies on…
Eric Reyna
  • 181
  • 1
  • 3
  • 13
1
vote
1 answer

3D Object tracking detection using Kinect

I am working on identifying an object by using Kinect sensor so to get x,y,z coordinates of the object. I am trying to find the related information for this but could not able to find much. I have seen the videos as well but nobody is sharing the…
UGandhi
  • 518
  • 1
  • 8
  • 28
1
vote
0 answers

Skeleton Tracking on Raspberry Pi using Kinect

I'm trying to do some skeleton tracking on Raspberry Pi. I installed libfreenect and OpenNI. I can't find NITE ARM binaries anywhere as it is acquired by Apple and no support is provided now. Where can I find the other required binaries and how to…
user1612738
  • 131
  • 9
1 2
3
9 10