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
0
votes
0 answers

kinect v1 no output although the drivers are installed correctly

a Kinect-Noob here. My machine runs Windows 10 - x86 I connected my kinect v1 to computer after installing kinect runtime, kinect for windows drivers, SDKs and developer toolkit. It wont show anything on the kinect studio even when I ran kinect…
newron
  • 3
  • 1
0
votes
1 answer

Transform kinect v2 coordinate to another coordinate

I actually measured (x,y) joint position that related to a human skeleton in the sagittal plan using Kinect v2 camera. Now, I want to create the angle between Kinect v2 and skeleton direction of motion( like in this figure:…
0
votes
1 answer

Getting Kinect V2 (Kinect for Windows) to work with skeleton tracking on Windows 7. Is it possible?

The title says it all. We're making a small academic project with skeleton tracking using Kinect V2, and our industrial partner asked us if it was possible to run it on Windows 7. I've managed to run openkinect2 on Ubuntu once before, but I'm…
birgersp
  • 3,909
  • 8
  • 39
  • 79
0
votes
1 answer

How to Track Non Skeletal Point Or Extend the Sketetal Tracking Framework to Add Addition Joints

Say for example if you wanted to track a tennis ball or extend the Skeletal Tracking Framework. How would you achieve this ?
Shivam Sinha
  • 4,924
  • 7
  • 43
  • 65
0
votes
1 answer

How to start kinect v2 calibration and programming on Ubuntu 14.4 using C++?

I am looking for some library which could help me to start working on kinect v2 on Ubuntu 14.4 using C++. I have tried using libfreenect and openNI but there are dependency issues in openCV. I have used following link. Link for kinect on ubuntu…
Zahir
  • 1
0
votes
1 answer

Use libfreenects waitForNewFrame with timeout on Qt

I have a Qt application which controls 2 Kinects via libfreenect. To access the Kinects, I use one Qt-thread. All works perfectly so far. But I need the program to continue working when one Kinect is disconnected. But if so, the program get stuck in…
Thomas Klier
  • 449
  • 4
  • 16
0
votes
2 answers

how to Hide the output messages from libfreenect2?

For a project, I am working with libfreenect2 and because I am reading some commands from console I want to hide the messages* that libfreenect2 outputs when the kinect is acquiring data. How could I do that? *I mean all the messages about skipping…
rafaoc
  • 586
  • 7
  • 21
0
votes
1 answer

Is it possible to connect Kinect to Unity3D and compile it to run on Jetson TK1?

I am working on a project which runs on a Linux PC. However I want to try a new combination. I want to connect Microsoft Kinect to NVIDIA Jetson TK1. Then run a "game" compiled with Unity3D for Linux, which uses the Kinect as an input. Is this…
Sasan
  • 35
  • 7
0
votes
1 answer

How can I input a depth image to let kinect output a skeleton?

My research is to make the skeleton more stable, for now I want to try it by make the depth image better and then get a skeleton based on the processed image, but I don't know how to make it happen since Kinect only provide APIs to get the output…
0
votes
1 answer

How to compile Open Kinect for Windows to use for Java?

I am used to Java. I am learning more about C++ so I can learn how to add native capabilities into a Java program. With this being said, I am looking into how to use Kinect sensor with Java. I would like to use the OpenKinect project. I am…
itgeek25
  • 203
  • 2
  • 7
  • 18
0
votes
1 answer

Display images on the screen for the user to select

How do I display some images on kinect display screen so that the user selects the desired image by hand?
Leomar de Souza
  • 677
  • 10
  • 23
0
votes
1 answer

libfreenect2 example Protonect only showing raw feed?

I figure the Protonect example in libfreenect2 is supposed to show more than just this raw feed? I am running Linux Mint 17.2 and pocl 0.11 for OpenCL on an i7 4790. The system has llvm-3.6 installed. This is the output of clinfo. Number of…
kotakotakota
  • 731
  • 8
  • 26
0
votes
0 answers

Get limit of the human body in Kinect

I need to resolve this situation: Need to get the ends of the body of a person through the Kinect sensor. Thus, need the X, Y coordinates of each point. I have logic to it, which is move the skeleton points to the end of the body of the person, but…
Leomar de Souza
  • 677
  • 10
  • 23
0
votes
1 answer

Build libfreenect on ubuntu

I built the libfreenect (Open Kinect) library from sorce, but the libraries and headers are nowhere to be found. I have checked the paths specified in the configuration step, i.e., /usr/local, /usr/local/lib, usr/local/include. Has anyone faced this…
rohit-biswas
  • 815
  • 1
  • 11
  • 23
0
votes
1 answer

What is the best depth camera to be controlled from an fpga? intel realsense vs kinect v1 vs kinect v2?

intel realsense vs kinect v1 vs kinect v2? What are the pro and cons of each of these sensors and what would be the best sensor to be used for an fpga implementation? where can I find datasheets or low level protocol information about these sensors?
sus
  • 1
  • 2