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

Kinect v2 Color Camera Calibration Parameters

I am looking for camera calibration parameters of Kinect V2 color camera. Can someone provide these parameters or any reference? I know that the camera calibration parameters are lens specific but I am fine with default parameters which Kinect v2 is…
ravi
  • 6,140
  • 18
  • 77
  • 154
2
votes
0 answers

Python saving 13 bit depth .mat data as TIFF converts to 16 bit

I am importing depth data from Kinect V2 saved as .MAT files using scipy.io.loadmat into my python 3.5 code. When I print out the .MAT data I get an uint16 array with values ranging from 0 - 8192. This is expected as the Kinect V2 gives a 13 bit…
Wilbus Fugu
  • 83
  • 2
  • 11
2
votes
1 answer

Kinect v2 pointcloud origin in real world

For the Kinect v2, what is the location of the point cloud's origin, in reference to say some fixed, external feature of the physical Kinect? For context, I have multiple point clouds taken by a Kinect v2, from multiple precisely known locations,…
AiSard
  • 23
  • 2
2
votes
0 answers

Why does the CMake command show "The source directory "/home/shubham" does not appear to contain CMakeLists.txt."?

I am installing libfreenect2 on Linux. I am following the steps given in https://github.com/OpenKinect/libfreenect2. Command cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/freenect2" gives me an error: "CMake Error: The source directory "/home/shubham"…
Shubham D
  • 79
  • 1
  • 7
2
votes
0 answers

Kinect Swipe Conflict between left hand and right hand

I have written a Kinect swipe testing program from scratch that read gbd files produced by Visual gesture builder Kinect Swipe Test Project here. The Main 4 gestures I want to focus in this questions is Left & right Hands up, Left & right hand Swipe…
bingcheng45
  • 398
  • 4
  • 14
2
votes
1 answer

How to remove or replace default Kinect v2 Gestures

I am currently working on a WPF project and is required to do clench to select instead of the default press and release gesture. I have search high and low for a guide or tutorial on it but was unable to find any up to date resources sadly. These…
bingcheng45
  • 398
  • 4
  • 14
2
votes
3 answers

Using Multiple Kinect v2 on one PC

I'm currently attempting to use multiple Kinect v2.0s as part of my dissertation. I've looked around on the subject and I'm aware of the issue with usb bandwidth so the two Kinects I'm currently using are on different usb controllers. The issue I'm…
Champion26
  • 33
  • 1
  • 4
2
votes
0 answers

Driver Attention Monitoring System for Kinect v2

I'm doing a project on Kinect V2 about Driver Monitoring System. The summary of the project is to focus on driver biological measures that is to track the head position and eyes expression. Driver inattention monitoring can be classified into…
mrjren
  • 21
  • 3
2
votes
1 answer

Gather multiple kinects v2 data in one computer

I would like to use three kinects v2 running on three computers and then gather their data in one computer (real time 3d reconstruction using unity3d). Is it possible to do so and how ? Thank you.
Oussama Achech
  • 131
  • 1
  • 11
2
votes
1 answer

Kinect USB 3.0 keeps reconnecting frequently

I'm working on a Kinect app, using a Kinect 2.0 for Xbox One on a Windows 10 PC. Now I have a problem using a new computer. Testing the Kinect with KinectStudio or any of the example programms, the Kinect keeps reconnecting frequently, as if you…
AppleCoderXY
  • 75
  • 1
  • 2
  • 6
1
vote
0 answers

pykinect2 library works only with comtypes 1.1.4 which only works with python 2.7. Hence, not able to integrate media pipe, hand tracking with it

COMtype compatibility issue : As we know mediapipe works well with higher versions of python. i.e., 3.x and higher. I am looking a for ways to implement features of mediapipe into pikinect2 for hand tracking and currently stuck at comtype…
1
vote
3 answers

How to properly use cv2.VideoWriter to write monochrome video similar as cv2.imshow?

I am trying to store video file from multiple sources (RGB, depth, and infrared) from kinect sensors. This is the image that I visualized using cv2.imshow command using the following code: cv2.imshow("ir", ir / 65535.) cv2.imshow("depth", depth /…
kamicj
  • 11
  • 1
  • 3
1
vote
1 answer

PyKinectv2 Body tracking count

New to pykinect and kinect in general -- trying to simply get a count of bodies currently being tracked. No skeletal or joint data required. Just want to get a running count of bodies currently in frame. I am using a kinect-v2 and pykinect2. Being…
pimm245
  • 13
  • 3
1
vote
1 answer

What are the reflective surface that can affect the skeleton joints detection by the Kinect V2?

Where can I find resources about the surfaces that may affect the efficiency of skeleton tracking using Kinect v2 ?
1
vote
0 answers

Reflective materials and Kinect v2 IR camera

IR image of the reflective markers Hi, I'm doing my master thesis on collaborative robotics in which I use 4 spherical markers covered with reflective tape in order to detect them with the IR camera of the Kinect. This avoids problems of noise given…
Xela95
  • 63
  • 7
1
2
3
9 10