Questions tagged [kinect.toolbox]

Kinect Toolbox is a set of useful tools for developing with Kinect for Windows SDK. It includes helpers for gestures, postures, replay and drawing.

57 questions
6
votes
2 answers

Microsoft Kinect and background/environmental noise

I am currently programming with the Microsoft Kinect for Windows SDK 2 on Windows 8.1. Things are going well, and in a home dev environment obviously there is not much noise in the background compared to the 'real world'. I would like to seek some…
Francis Kim
  • 4,235
  • 4
  • 36
  • 51
3
votes
2 answers

Kinect 2 USB controller Matlab

I am getting problem in configuration of Kinect sensor v2 in Matlab. My Laptop have USB port 3.0, windows 8.1 and I have all necessary drivers required for Kinect in windows. When I connect Kinect with Laptop and check "Kinect Configuration…
Hammad Hassan
  • 1,192
  • 17
  • 29
3
votes
1 answer

How to set a clr-namespace property programatically in WPF

I am new with WPF, so I'm not sure if the title of the question is correct or makes any sense, please edit if it can get more relevant. I am using Kinect.Toolbox MouseControl in my application. For using the magnetic controls I have a problem. I…
mahsa.teimourikia
  • 1,664
  • 9
  • 32
  • 64
2
votes
1 answer

Kinect V2 Infrared Face Points Tracking does not show proper postion for Co-ordinates

I have implemented Green-Screen(Background Removal) functionality in my code using Kinect V2 sensor. Now i need to detect position of face points like eyes, nose and mouth. Green-Screen is in the depth stream so using FacePointsInColorSpace method…
Anand Thakkar
  • 302
  • 3
  • 18
2
votes
2 answers

Object detection using Kinect V2

I know that object detection is not possible using Kinect v1. We need to use 3rd party libraries like open CV or pointclouds (pcl). But was just curious to know does can it be achived using Kinect v2? Has anyone done any work on it?
Shashank Bisen
  • 213
  • 3
  • 17
2
votes
0 answers

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 gets darker and I get to see the corners of the…
Toonsylvania
  • 453
  • 6
  • 21
2
votes
1 answer

Grip control in Kinect

I want to use the grip control in Kinect. I cant find sources related to grip control in Kinect sdk. Does Kinect sdk provides inbuilt support for recognizing the grip movement,or we have to write our own? Is there any open source samples available…
Naren
  • 2,231
  • 1
  • 25
  • 45
2
votes
2 answers

Finger tracking in Kinect

I was exploring development on kinect, and wanted to be able to recognize fingers rather than the entire hand only. The skeletal API by kinect official SDK only has the hand joint - no provisions for finger tracking. I also read that very recently…
Hrishikesh_Pardeshi
  • 995
  • 4
  • 19
  • 45
1
vote
0 answers

Kinect V2: instantaneous scan but then it stops scanning (Kinectfusion)

IM using kinectfusion explorer d2d and when I use it it scans right away, but then it stops scanning? Is it the settings? what should I put to set it right? some one answered :"If I'm not mistaken, the Kinect scanner has a fairly low maximum polygon…
1
vote
1 answer

Development: Kinect Issue "Error: NuiImageStreamOpen -2097086449"

Greetings, I am developing an app in C++ using Kinect 360. I am having a problem in runtime with KinectGrabber which doesn't initialize the camera as I hoped for in runtime. When debugging it, I found that it gets an error in…
1
vote
1 answer

kinect gesture recognition using neural network

we can achieve gestures using kinect, I am thinking to get images through kinect and then apply neural network on it, to get more accuracy. is it good approach or i am thinking in wrong way?
1
vote
1 answer

Kinect V2 High Definition Face Tracking - Multiple Faces

I've been working for quite a while with Kinect V2 in WPF. Currently, I've written a module to extract the contours of the face from the colour stream via HighDefinitionFaceFrameSource and HighDefinitionFaceFrameReader. Essentially, I am using the…
1
vote
0 answers

Kinect v2 SDK Gesture Database

I am writing a Kinect application with the Kinect SDK v2 and I have a need to detect a swipe left and a swipe right gesture. To me, these gestures seem fairly standard and I would be surprised if I had to go through the whole faff of recording my…
1
vote
1 answer

Finger Position Detection using Kinect

Are there any open libraries or opensource codes available for finger position detection using Kinect ? I have tried searching OpenNI and other libraries for Kinect but could'nt find one.
1
vote
1 answer

Recordings for a Kinect for Windows v2

I'm searching for some recordings that I can use in Kinect Studio. Is there some platform where people share this recordings? An alternative would be an Kinect Simulator but I can't find one that is willing to work with Kinect Studio.
S.Visser
  • 4,645
  • 1
  • 22
  • 43
1
2 3 4