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
1 answer

Kinect Color Frame Form

I am curious about the format of the Color Frame in Kinect. Is it RGB or BRG + alpha. I think the information coming is in BRG format but could some clarify this for me
kcc__
  • 1,638
  • 4
  • 30
  • 59
0
votes
1 answer

processing - get sketch to recognize xtion kinect device

I have a processing sketch which worked with a microsoft Kinect and which I am now attempting to get to work with an Asus Xtion RGB+D camera. I am getting the attached error. This is my code: // Daniel Shiffman // Kinect Point Cloud example //…
mheavers
  • 29,530
  • 58
  • 194
  • 315
0
votes
1 answer

kinect "unable to enumerate USB device on port" mounts as regular hub, but "Xbox NUI Camera" and "Xbox NUI Audio" are detected

NOTE: MY DEVICE is an xbox 360 kinect device NOT a kinect for windows. I have tried different linux kernels and different compilations of libfreenect, but no cigar. The light on the connection cord is solid green, the light on the kinect device…
MetaMemoryT
  • 174
  • 1
  • 11
0
votes
1 answer

Kinect 3D to 2D bias

I am struggling with the interpretation of kinect depth data. In order to obtain real world distance from kinect, i used the following formula : if(i<2047){ depthToMeterTable[i] = i * -0.0030711016 + 3.3309495161; } else{ …
Al_th
  • 1,174
  • 1
  • 12
  • 24
0
votes
1 answer

blob not showing up on depthjs

i have installed the plugin on chorme (22.0) on mac(10.7.4). The kinect works find on the OpenNI samples, and when i got to the test page http://steventking.com/gesture_interface_site/BasicDemo.html it shows both kinect and plugin are in place. but…
TanC
  • 153
  • 3
  • 13
0
votes
1 answer

Get color Image not in the frame ready event

I have some problem with the kinect. when I try to get color Image from the event: Sensor_AllFramesReady everything is ok. example: using (ColorImageFrame colorFrame = e.OpenColorImageFrame()) { //save image for print if (colorFrame == null)…
Beno
  • 721
  • 1
  • 10
  • 32
0
votes
1 answer

AIRKinect with Kinect for Windows on OSX 10.7.4

Im currently trying to get a new Kinect for Windows to run on OSX 10.7 with AirKinect 2. So far i had no luck. Here is what i did until now : i used the code from http://as3nui.github.com/airkinect-2-core/ on…
chris
  • 171
  • 3
  • 10
0
votes
2 answers

Calculate user parameters using Microsoft kinect

I want to get the following information of a user that is captured using a Microsoft Kinect using a WPF application. Shoulder width Height Waist width Hip width Arm length Bust size I couldn't find any standard way of doing this except calculating…
Shanaka
  • 1,670
  • 3
  • 21
  • 42
0
votes
1 answer

OpenKinect - FreenectDevice abstract?

I am trying to setup a simple program to use OpenKinect to connect a Kinect and somehow test the communication to my laptop. I can run the demos fine, but I want to test it through code to make sure I know whats going on. So far I am still unable to…
Sterling
  • 3,835
  • 14
  • 48
  • 73
-1
votes
1 answer

I want to start programming using a kinect . Should I start with the XBOX 360 version one or the new version 2 of the kinect?

I wish to start programming with the Kinect . I am unsure of which one is recommended for first timers . Also I would like to take into consideration the support online for each version and documentation available
-1
votes
1 answer

Face detection with opencv, open kinect and kinect v2 in Processing

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 within the opencv library. i am working on a mac. this is my code so…
-1
votes
1 answer

How should i run sample code from github for kinect

I have downloaded a source code from GitHub for kinect but I don't understand how to install and run it. Please help me, I am a beginner with kinect and what reference could I use for kinect? Thank you! Here is the code:
-1
votes
1 answer

Issues compiling freenect via cmake

I'm trying to compile freenect and this is my first time using cmake a opposed to make. I had some erlier issues due to dependencies and I was able to resolve via google searches but now I'm stuck again. How do I resolve this? Terminal output…
Jacksonkr
  • 31,583
  • 39
  • 180
  • 284
-1
votes
1 answer

Java use libfreenect and OpenNi simultaneous

In my project i use the Xbox kinect to recognize handgestures. This is working fine. So now i need some kind of feedback from the system and i decided to use the LED on th front of the kinect. The OpenNi driver doesnt support currently the LED…
Wango
  • 1
  • 1
-1
votes
1 answer

error installing python wrapper for openkinect

I tried to install python wrappers for OpenKinect on Ubuntu 12.04, but I can't due this error: $ sudo apt-get install python2.7-dev python2.7-dev : Depends: libexpat1-dev but it is not going to be installed Depends: libssl-dev but…
auraham
  • 1,679
  • 2
  • 20
  • 27
1 2 3
9
10