Questions tagged [kinect-interaction]

KinectInteraction is a term referring to the set of features that allow Kinect-enabled applications to incorporate gesture-based interactivity. KinectInteraction is NOT a part of the stand-alone Kinect for Windows SDK 1.7, but is available through the associated Kinect for Windows Toolkit 1.7.

KinectInteraction is a term referring to the set of features that allow Kinect-enabled applications to incorporate gesture-based interactivity. KinectInteraction is NOT a part of the stand-alone Kinect for Windows SDK 1.7, but is available through the associated Kinect for Windows Toolkit 1.7.

KinectInteraction provides the following high-level features: Identification of up to 2 users and identification and tracking of their primary interaction hand.

Detection services for user's hand location and state.

Grip and grip release detection.

Press detection.

Information on the control targeted by the user.

The Toolkit contains both native and managed APIs and services for these features. The Toolkit also contains a set of C#/WPF-interaction-enabled controls exposing these features, which enable easy incorporation of KinectInteraction features into graphical applications.

Source: KinectInteraction

42 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
2
votes
1 answer

Kinect SDK 1.7 - How to work with both hands

I´m trying to work with Kinect SDK 1.7 in WPF and C#. I found some tutorials, but nowhere I cannot find how to work with both hands at once (in my Kinect Region i only see just one hand at any time). Please can you help me, how to do that? I´d like…
VilemRousi
  • 2,082
  • 4
  • 24
  • 34
1
vote
0 answers

Extracting hand region from an image using its depth information derived from Kinect

I have a "Dataset of Leap Motion and Microsoft Kinect hand acquisitions" dataset. It contains acquisitions: depth.png: Kinect depth map (640 x 480). depth.bin: Kinect depth map raw (640 x 480 short 16 bit. 0 means no valid value). rgb.png: Kinect…
bit_scientist
  • 1,496
  • 2
  • 15
  • 34
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

How to initiate a button click of another page in a method from another cs file

I have a cs file for Drag drop Element. In the Method after the drop is completed (OnManipulationCompleted) I would like to initiate/trigger the 3 button clicks from another WPF page which has 3 buttons within the OnManipulationCompleted…
1
vote
1 answer

Both Skeleton tracking methods are correct in kinect?

I have using kinect SDK to develop a application in C# . Now i have a doubt for tracking skeleton . I have 2 code , but there is 2 different approaches . I want to know both methods leads to same concepts ? or different ? code 1 : void…
user2986042
  • 1,098
  • 2
  • 16
  • 37
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

Raspberry Pi 2 B and Kinect V2

Is there anybody who can confirm it is possible to extract depth/RGB images from Kinect V2 + Kinect Adapter for Windows on Raspberry Pi 2 Model B? As far as I know, Raspberry Pi 2 Model B has USB 3.0 which is a requirement for Kinect V2. I would…
Ghassem Tofighi
  • 381
  • 4
  • 16
1
vote
1 answer

Controlling web browser JS components with Microsoft Kinect

I am planning to start a personal project involving controlling jQuery components such as a carousel with Microsoft Kinect. Only basic gestures are required such as swipe left/right, stop, click. I have been digging around for answers here and…
Francis Kim
  • 4,235
  • 4
  • 36
  • 51
1
vote
0 answers

Kinect SDK 1.8: How to detect grip using javascript?

I'm playing with javascript API of KINECT FOR WINDOWS SDK 1.8 starting from Webserver sample included in developer toolkot. Now i would like to detect grip interaction in browser and i've not result at the moment. I'm using the Handpointer interface…
Simar
  • 11
  • 3
1
vote
0 answers

As with basic zoom controls kinect for windows v1.8

How I can add zoom functionality to the basic controls kinect ie the Microsoft.kinect.toolkit.controls?
1
vote
1 answer

Adjust speed of hand cursor in kinect region

I am using Kinect SDK 1.8, i am using default Kinect control. KinectRegion to display hand cursor of Microsoft.Kinect.Toolkit.Controls. But hand cursor is too fast and sensitive. i wanted it to be make it slow down, so that end user of my Kinect app…
1
vote
1 answer

Recognize two skeletons Kinect

I have make a game (pong) using a kinect, I can recognize one skeleton and I can make gestures to control the left stick, but when I try to play with two players don´t recognize the skeleton of other player. This is what I do so far: private void…
seal
  • 520
  • 2
  • 5
  • 20
0
votes
1 answer

Reacting on Head Event at Kinect

I just wanted to ask how to handle the Event when for Example the Head comes in the Sensorview. I did read the Documentation, but dont find the Method for that.
NightScap3
  • 49
  • 1
  • 1
  • 8
1
2 3