Microsoft's Kinect is a motion sensing input device for the Xbox 360 and PCs. Combining video and depth cameras, the Kinect allows developers to create a touchless and immersive user experience through voice, movement and gesture control. In addition to an official Microsoft SDK for Windows PCs, ...
1
vote
0answers
24 views
How to track eyes using Kinect SDK?
There should be a way to track eyes in 3D space using the Microsoft Kinect SDK.
According to this
The Face Tracking SDK uses the Kinect coordinate system to output its
3D tracking results. The ...
-1
votes
0answers
10 views
Digging into the Kinect for Windows SDK… just opened up the source files, missing references already?
I downloaded the Kinect for Windows SDK as well as Visual Studio Express 2012. I installed some of the WPF applications from the SDK browser and they worked wonderfully with the sensor.
Problem is, I ...
1
vote
0answers
16 views
Kinect SDK 1.7: Mapping Joint/Cursor Coordinates to screen Resolution
Unfortunately I'm still struggling a little with the new Kinect SDK 1.7.
This problem is actually in the same context as "finding events via reflection c#": the Click event (however, it is not ...
0
votes
0answers
27 views
Kinect Video not showing in WPF
I have been following a tutorial on how to stream video. The tutorial works fine on its own but when combined with my application it does not stream the video. I think it may be because it's in a grid ...
0
votes
1answer
12 views
Live Audio Stream is Delayed
I'm creating a kind of live video streaming application and using a number of different libraries. I'm using
NAudio for unpacking the audio stream as it comes in. I found on their discussion boards ...
0
votes
0answers
13 views
Wrong definition of the floor plane from a Kinect point cloud
I am using the simpleOpenni library (Processing) in order to retrieve the point cloud from a Kinect. Then I take three random real world points and I calculate the parameters of the plane equations on ...
0
votes
0answers
5 views
Kinect projection matrices from Kinect for Windows SDK
In a project that I'm working on , I need the projection matrices that map 3D points into 2D points for both RGB and IR cameras, I know I need to calibrate the cameras, I know that is possible using ...
0
votes
0answers
8 views
ZigFu Image Viewer in Unity
I am working on a student project with the Kinect. Everything is working fine so far with the ZDK. Now we want to get the RGB Image from the Kinect camera.
There is a Script called ZigImageViewer, but ...
0
votes
0answers
19 views
Using zigfu or microsoft sdk changes the functions which will be used in the code for the kinect? [closed]
I am new to kinect programming and i had to do project using kinect.
1.I got a pdf on "kinect programming with Microsoft sdk", So i wanted to ask whether using zigfu in unity instead of Microsoft ...
0
votes
0answers
10 views
Draw kinect depht data on android?
I have connected an Android device with Kinect. I had recompiled libfreenect library and I am using it to connect and get data from the Kinect. That works fine, but now I don't know how to draw that ...
0
votes
0answers
16 views
How to resize depth data captured from Kinect using Emgu CV resize function and display it
How can I process a depth data from the kinect using Emgu CV and display it in another image box.
I am trying to scale the 640x480 pixels depth data down to an 8x4 pixels using the Emgu CV Resize ...
0
votes
0answers
17 views
KinectSensor NullReferenceException
A week ago, we had a working project. The following worked, without a problem on my machine (Window 8 developing in VisualStudio 2010)
KinectSensor sensor = KinectSensor.KinectSensors[0];
public ...
1
vote
1answer
34 views
Kinect Audio PCM Values
Im using kinect to extract audio and classifie its features, but i have a question. On http://msdn.microsoft.com/en-us/library/hh855698.aspx it says the audio.start method Opens an audio data stream ...
0
votes
0answers
14 views
a virtual Kinect device
Like daemon tools, which creates a virtual drive for loading the iso files, is there any way we can run and compile(basically for testing) our kinect programs without the kinect device .I understand ...
1
vote
0answers
22 views
Positional tracking using kinect - how to determine head position in closed 3d space
I suppose kinect standard way of usage is to put this device in some fixed position and let it do its calculation e.g. head tracking of someone which moves in front it.
But my use case is different. ...
0
votes
0answers
17 views
How to install the latest zigfu on untiy 4.1.3 on a windows 7 pc
I tried to find tutorials on installing zigfu with unity on windows, but all there were no latest tutorials..
so how to install zigfu in unity 4.1.3
0
votes
0answers
9 views
Detecting Closed Fist kinect for windows
I want to detect closed fist using Kinect for windows,
I know last version do that but I can't find code that do that in the installed sample
so, if anyone can help, i will be grateful
thank you in ...
0
votes
0answers
16 views
Kinect Frame saving error
I am working with Kinect. I want to save all the frame from Color Stream, Depth stream and all the body joint positions. The rate for color and depth is 640 x 480 at 30Fps.
I want to work with all ...
0
votes
2answers
20 views
How to merge 2 images in Grid ? WPF
I have 1 image which contains the camera view and 1 image which contains the skeleton tracking .
But i could not merge them together , any idea how to do it so that the skeleton tracking will be with ...
0
votes
0answers
22 views
Conversion from Bitmap to ColorImageFrame
I'm developing an application in order to acquiring and manipulate video stream coming from Kinect.
I'm stuck here:
private void Kinect_ColorFrameReady(object sender, ColorImageFrameReadyEventArgs ...
2
votes
1answer
30 views
openni registration - rgb values for depth pixels with 1280x1024 image node and 640x480 depth node
I'm using OpenNI SDK v1 and attempting to store the alignment between rgb and depth data.
In NiViewer, I enable the overlay mode with registration turned on like so:
// sets the the depth image ...
1
vote
0answers
20 views
Change KinectTileButton selected color
I am displaying a clipped image (round shape) inside a KinectTileButton. The problem is that I don't know how to change the Selected behavior. By default, when the button gets clicked, the entire area ...
2
votes
1answer
40 views
How to read oni file in Processing 2?
I have a Kinect program in Processing 2 that I would like to test or simulate by passing it saved skeletons from an .oni file rather than taking input from the Kinect.
Is it possible to do this, i.e. ...
1
vote
1answer
35 views
Cannot find dependent libraries for openni2.jni - OpenNI 2, Java, Kinect For Windows
I'm trying to get started with OpenNI 2 using Java and the Kinect for Windows Sensor (Not the Xbox version) yet am experiencing significant problems.
While the sample SimpleViewer program functions ...
0
votes
1answer
12 views
“reference to a non-shared member requires an object reference” when trying to track Kinect joint
I want to track a joint position (LeftKnee) from Kinect. The problem is that I get reference to a non-shared member requires an object reference on the Skeleton.Joints part. Can anyone help me please?
...
0
votes
1answer
30 views
Dynamic skeleton using Kinect
I'm asking if there is any ideas how to expand the skeleton extracted by OpenNI or Microsoft SDK from the Kinect device to add more joints to it? For example, if a man is holding a stick then the ...
0
votes
0answers
25 views
Can't execute Robosapien Kinect project on Visual Studio 2012 [duplicate]
I am doing this Robosapien Kinect project in C# ( http://www.youtube.com/watch?v=TKpO5F8LsCk ) and I zipped the code source form here https://github.com/fatihboy/Robosapien and I don't know why that ...
1
vote
1answer
31 views
c# Kinect speech and gesture recognition not working together
I am writing a code that uses both speech and gesture recognition. I have used code from the Kinect Dev toolkit browser for speech and a blog ...
-3
votes
1answer
79 views
I can't execute a project on Visual Studio 2012
I am doing this Robosapien Kinect project in C# ( http://www.youtube.com/watch?v=TKpO5F8LsCk ) and I zipped the code source form here https://github.com/fatihboy/Robosapien and I don't know why that ...
0
votes
0answers
7 views
Stop grabber pcl
I'm compiling this tutorial but I'm not able to stop the grabber. If I push C the image stops but the programs continues and never returns. What should I put?
I've also tried with cv::waitKey ...
0
votes
0answers
17 views
Detecting fall with kinect
i have write an Algorithm for detection fall with kinect sensor. Now i elaborate i Joint Head. I calculate a distance from the floor in this view:
public void verificaCaduta(SkeletonFrame ...
2
votes
2answers
57 views
How do you map Kinect's depth data to its RGB color?
I'm working with a given dataset using OpenCV, without any Kinect by my side. And I would like to map the given depth data to its RGB counterpart (so that I can get the actual color and the depth)
...
0
votes
1answer
12 views
RGBDToolKit calibrate correspondence cannot display the live view by my canon digital camera
Hi~ I am trying to calibrate my depth camera with my digital camera.. but I meet some problem using the RGBDKinectCapture...
1、why the calibrate correspondence cannot show the RGB view from my ...
1
vote
0answers
12 views
Multiple Sensors OpenNI usergenerators
I am working on a project which combines the data of two Asus Xtion (Primesense Sensor device similar to the Kinect)
I am working with OpenNI 1.5.4.0 SDK.
At the moment I have managed to get the ...
1
vote
1answer
35 views
Detecting large flat surfaces from .OBJ file (created from Kinect Fusion)
I used Kinect Fusion to capture a scene and obtained an .OBJ file from it which contains the vertices, vertex normals as well as faces. I will then need to detect large flat surfaces based on these ...
-3
votes
1answer
36 views
Get skelton data from kinect to c# application
Currently I’m working on a project that used Kinect xbox to track falls of the person. To identify falls I need to get x & y coordinates and depth value of the person’s head from Kinect in to C# ...
3
votes
1answer
39 views
Kinect Byte Stream Too Large
I'm trying to stream Kinect video data (just the image, not depth/infared) but I find the default buffer size on the image is very large (1228800) and incapable of sending over a network. I was ...
0
votes
4answers
53 views
Does Kinect Infrared View Have an offset with the Kinect Depth View
I am working on a Kinect project using the infrared view and depth view. In the infrared view, using CVBlob library, I am able to extract some 2D points of interest. I want to find the depth of these ...
0
votes
0answers
12 views
Kinect delay to report when user was removed
I've got a pretty weird question.
I just started using Kinect in an Actionscript/AIR project. I'm using AIRKinect to achieve that.
The problem is that it surprisingly takes too long to fire the ...
1
vote
1answer
46 views
how to map depth frame to color frame WITHOUT Kinect
I am trying to map depth frame to color frame without kinect.
I previously acquired the images, using Kinect, and now, based on the depth image where i can clearly see the person body shape, i want to ...
-1
votes
1answer
27 views
Distance between kinect camera and trcked skeleton
Is there any way to find out the distance between the Kinect camera and the tracked skeleton using the Kinect 1.6 sdk???
I want to get how long the skeleton is from the Kinect camera?
-2
votes
0answers
12 views
SDK 1.7 window visual studio C# Pre-record data to detect gesture
I'm new to kinect window visual studio 2010 sdk 1.7v , i wish i can get some helps or guide on the Title i listed above . or maybe some sample coding for preferences . Thanks in advance .
0
votes
0answers
38 views
writing data to bin file?
I developed an application before. in there I read kinect skeleton data in a thread and store it in a queue and when the user press the save button I wrote the data into a Bin file. I have several ...
-3
votes
0answers
35 views
Make a bvh player , animate it and attach a mesh to the skeleton
I wanted to make a bvh player which would read the skeleton information from a bvh file i.e load a bvh file and then animate it.. i googled it out, but the softwares i got, none of them gave any ...
0
votes
1answer
44 views
Using Kinect to calculate distance traveled
I'm trying to develop what seems to be a simple program that uses the Kinect for Xbox360 to calculate the distance traveled by a person. The room that the Kinect will be pointed at will be 10 x 10. ...
0
votes
0answers
35 views
Two kinects skeleton data fusion
i'm trying to use two kinect for detecting a person's skeleton. What I have to do is to "merge" the obtained data. So I'm writing on the same DrawingContext, using a Mutex.
The problem is that this ...
0
votes
0answers
28 views
single point cloud for each skeleton joint in kinect fusion
I had took depthimagepixels from depth stream and pass it to kinect fusion.
I can take point cloud values for bulk of depthimagepixels of human like face,stomach by using kinect fusion.
But if i try ...
0
votes
0answers
74 views
Using ExportVolumeBlock from Kinect Fusion SDK
I'm playing around with the newly released Kinect Fusion SDK. Now I'm pretty new to C++ coming from Objective-C and I'm having difficulties interpreting the 'Documentation' of some of the new ...
-2
votes
0answers
31 views
How to do triangulation with kinect?
i'm doing 3d reconstruction using kinect and now i have troubles to join differents snapshot from differents angles.I'm working in c# with openni , someone know how to do it ?
-2
votes
0answers
58 views
Install Kinect in Visual Studio 2010 c# [closed]
I have just installed Kinect v1.6 and the samples are great. But now I want to start doing small projects as some tasks , I will be ask to use Kinect. But how do I install Kinect in Visual Studio ...



