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
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
3 answers

point position using Kinect V2 camera

I knew that kinect v2 camera can detect the skeleton joint position, but I need to know how can I determine the (x,y,z) position of a certain point in a room using kinect- v2 camera?
0
votes
1 answer

How to store or keep Kinect movement tracking data?

Our group is now facing a problem that, we aim to implement a login system using body movements with Kinect device. That is to say, we use body movements as a so call "password". In order to login, user has to enter the "password" by performing…
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
2 answers

Why is it needed for us to calibrate the depth camera and color camera of a Kinect?

I am new to Kinect. I used to see on the Internet that the joint depth camera and color camera calibration of a Kinect has been finished when it goes out of factories. So what's the meaning of the calibration for a second time? On the other hand,…
0
votes
2 answers

KinectRegion does not exist in namespace "http://schemas.microsoft.com/kinect/2013"

This error message comes up when i try to build my app, but it still finds the KinectSensorChooserUI element. I'm using Kinect for Windows v1 sensor with SDK 1.8
Müller András
  • 191
  • 3
  • 12
0
votes
2 answers

The type or namespace name 'InteractionHandType' could not be found Kinect SDK 1.8

I am trying to detect closing fist (grip) gesture to control my mouse cursor in Kinect. I followed this tutorial to setup…
Faizan
  • 1,847
  • 8
  • 40
  • 63
0
votes
1 answer

Kinect for Windows v2 hand cursor outside WPF windows

I would like to write an application where you can use your hand instead of mouse. I wrote some WPF and use a hand style and it work good. But I want to use this control outside and WPF window, just like normal mouse coursor. Is it possible to write…
mskuratowski
  • 4,014
  • 15
  • 58
  • 109
0
votes
1 answer

Kinect installation error

i recently brought kinect sensor. As per system requirement i purchase desktop . Now followed installation mentioned bellow link. I also downloaded verification link. when check installation it giving me below error. let me know how to sort it…
user50949
  • 37
  • 2
  • 7
0
votes
2 answers

Kinect v2 Connectivity Issue

I am Trying to Connect/Configure Kinect v2. on my Laptop. I have HP DV6 with Dual Graphics, Intel 3000 and AMD Radeon 6700 2GB dedicated. But after installing Kinect SDK, When i Run Kinect Configuration Verifier, It Gives me 2 errors. 1- No DirectX…
BSCS Student
  • 21
  • 1
  • 6
0
votes
1 answer

Printing live calculated values onto main window

I am writing an application in Visual Studio 2013 using C# I have some live values that I get from Kinect and I process those values and save them in a floating point. there are about 8 values I need to print these values out on my window how do I…
amirf8
  • 5
  • 1
  • 2
0
votes
1 answer

Finding the offset(difference between coordinates) for Kinect

I'm working on a kinect project..I trying to find the offset(the difference between coordinates of a joint) and send it through a network using TCP/IP..However, I am facing the problem of accessing the previous values of the joint.. These are my…
Thale
  • 123
  • 4
  • 15
0
votes
1 answer

What are the minimum system requirements to run Kinect application's executable?

I am working on a Kinect application. I am planning on creating an executable for the application. The executable will then be installed on a "Windows Single Board Computers". Currently I am running the application on an i7 Desktop Tower with 3.4GHz…
user2438113
  • 27
  • 1
  • 9
0
votes
1 answer

Reading/Writing ElevationAngle in Kinect throws InvalidOperationException

Any idea how to move the Kinect up and down? Theoretically, sensor.ElevationAngle = 20; should do the job, but I am getting the following error: InvalidOperationException This API has returned an exception from an HRESULT: 0x8007000D It breaks…
kch
  • 57
  • 1
  • 8
0
votes
1 answer

Setting Kinect's ElevationAngle randomly throws COM based InvalidOperationException

I'm working on the Kinect tilt control (similar to those in the Kinect Explorer toolkit sample but composed just of a Scrollbar). This works well but setting the tilt angle: CurrentKinectSensor.ElevationAngle = value; causes randomly the…
Peter
  • 43
  • 3