Questions tagged [kinect-v2]

Kinect for Windows v2 (K4W2)

Kinect for Windows v2 (K4W2) which typically uses the Kinect for Windows v2 SDK, not to be confused with Kinect for Xbox 360, or older versions of Kinect for Windows using Kinect for Windows SDK v1.5 or Kinect for Windows SDK v1.8

This sensor can also be used on Linux and OSX via libfreenect2

144 questions
0
votes
1 answer

Kinect v2 Grip gesture to select xaml button

I have a problem using XAML Buttons and C# with Kinect v2. I want to draw a button with three different states, according to default/over/selected, changing according with hand gestures off/over/grip. I've read the answer in the following post…
user3506770
  • 15
  • 2
  • 7
0
votes
1 answer

Control FPS of Kinect v2

I want to control FPS rate of Microsoft Kinect v2 , For example if image processing computation taking more time then FPs rate will slow and if image processing computation taking less time then Fps rate will fast.
AH2
  • 1
  • 2
-1
votes
1 answer

Crop face image from infrared bitmap using Kinect C#

I am trying to get Head/Face images in png from Kinect so I can process face images later. I am able to compute Face co-ordinates in color by using something like: var face = faceFrame.FaceBoundingBoxInColorSpace; double x = face.Left; double y =…
Peri
  • 11
  • 3
-1
votes
1 answer

What is depth data from camera like kinect or realsense?

I am starting to work with cameras like intel realsense, and trying to understand what is depth data? There is a basic example where it gives distance at each pixel, and rendered video shows bright for something closer and darker for further. Now I…
golu
  • 629
  • 2
  • 7
  • 18
-1
votes
2 answers

Kinect sdk 2.0 third party library in C# support posture and gesture recognition?

For Kinect sdk 2.0, is there any third-party library in C# that support posture and gesture recognition? Thank you in advance.
Irina
  • 11
  • 1
  • 3
-1
votes
1 answer

C++ code: Logical error in finding the Kinect sensor

I want to get depth and RGB data from Kinect V2 by Windows SDK 2.0 in Viual Studio 2013. So I write these codes: #include #include #include #include #include #include using namespace…
ma98
  • 83
  • 3
  • 14
-1
votes
1 answer

How to calculate heartbeat with rgb and ir values in c# with kinect for windows

I am trying to calculate heartbeat with kinect for windows. I am getting rgb signals from kinect but i dont know how to use them to calculate heartbeat. Here is an example…
mehmet
  • 55
  • 1
  • 10
-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…
-2
votes
1 answer

Recording Kinect V2.0 (Color and depth) using C++ in UWP

I am fairly new to using Kinect V2.0 (or any Kinect for that matter). I am creating a UWP and I am using C++ underneath. I am making everything in visual studio 2017. I am having trouble finding how to record data using the Kinect camera. So far I…
1 2 3
9
10