Questions tagged [azurekinect]

With Azure Kinect DK you can quickly get started solving customer problems with the Sensor SDK and Body Tracking SDKs. This latest version of the Kinect family includes options for controlling the field of view (FOV) and frame rate of the Depth and RGB cameras to enable developers to customize the device for their application. In addition to building applications with both Windows and Linux APIs, you can also utilize a suite of cognitive services and manage connected PCs with easy Azure Integration.

Learn more about Azure Kinect DK: www.azure.com/kinect
Contribute to the open-source sensor SDK: www.github.com/microsoft/azure-kinect-sensor-sdk Give feedback on feature requests: https://feedback.azure.com/forums/920053

74 questions
0
votes
1 answer

Cannot access all Azure Kinect Cameras

I'm trying to use the feed from all Azure Kinect cameras in other apps (e.g. iMotions, OBS). Unfortunately, there is only one camera available on the device manager, under "Camera > Azure Kinect 4K Camera" while the other cameras appear under…
ratuspro
  • 11
  • 2
0
votes
1 answer

Body Tracking using Point Cloud from Azure Kinect

I'm using multiple Azure Kinect devices to create a merged PointCloud with PCL and Open3D libraries. This is because Azure Kinect doesn't support multi-device body tracking fusion. I've read some people computing joints (position and orientation)…
0
votes
0 answers

Body tracking has low precision on Azure Kinect

I am currently working on a project where the Azure Kinect is meant to be used as an interaction method for a 360° Screen room. When using the Body Tracking Viewer from Microsoft the camera recognizes me well and precisely but in my application the…
flololan
  • 373
  • 1
  • 2
  • 13
0
votes
1 answer

Azure Kinect DK, Body tracking: Mapping separate avatars on separate skeletons

To recreate my issue, I've setup a project in Unity3d 2020, using this sample project. Here I can successfully map an avatar to a single skeleton. In my project, however, I want to map multiple skeletons - not only the closest, as the sample…
Mathias
  • 1
  • 3
0
votes
1 answer

Do we have any way to connect HoloLens 2 with Azure Kinect DK without a machine in between?

Do we have any way to connect HoloLens 2 with Azure Kinect DK without a machine in between ?
Kumar
  • 3
  • 6
0
votes
1 answer

Azure Kinect DK Getting: 'Pixels not aligned to stride of each line'

I'm using the Kinect DK and I'm trying to save the camera Capture (a single frame with Color, Depth, IR images). I've already realised that to save a Capture object I have to save the 3 single images (cited above) and than to reconstruct the Capture…
0
votes
0 answers

I have massive memory leak with AzureKinect Dk camera

I'm going to create a streaming program using 'ibaiGorodo/pyKinectAzure'. Images need to be received from the device on a frame basis, but memory leakage occurs when images are received. after that, Memory leakage occurs again when using…
0
votes
2 answers

Convert azure kinect JSON output to BVH

My current process goes like this I used the k4arecorder that comes with the Azure-Kinect SDK v1.41 to record two MKV videos. In the first, the person is in a T pose and in the second, they are doing some motion. I then used the offline_processor…
Quajijilon
  • 11
  • 2
0
votes
1 answer

Opening and closing background process using Unity and ProcessStartInfo

I have been trying to write a quick script for my unity VR game to begin recording from an Azure Kinect camera at runtime, and close this script/recording on the close of application. To run their demo recording application, you run k4arecorder.exe…
0
votes
0 answers

kinect dk camera not showing color image

Situation is very weird, when I got it over a year ago, it was fine. I have updated the sdk, updated the windows 10, updated the firmware, all are latest. behavior in the official "Azure Kinect Viewer" is the following: device shown, opens fine. if…
0
votes
1 answer

Azure Kinect Viewer cannot start device on HP Elitedesk 800 OS:Win10

I installed Azure Kinect SDK successfully and it looks normal in Device Manager. But the Kinect Viewer cannot start the device. My machine is HP Elitedesk. OS version is Windows 10 (build version:18363). I tried on a Lenovo laptop and the Kinect…
0
votes
1 answer

Is it possible for Azure Kinect Body Tracking to accept depth data from a different depth camera?

This is being done in a Unity project. I'm currently experimenting with creating a new Azure Kinect Capture object and filling it with data from the color, depth, and IR frames being created by the K2. Since an Azure Kinect camera isn't supposed to…
Kojah
  • 1
0
votes
1 answer

NuGet Restore fails for Microsoft.Azure.Kinect.BodyTracking.Dependencies.cuDNN

I am trying to run C++ code for Azure Kinect Body Tracking samples on Windows available from Microsoft on Git. I have latest NVIDIA drivers installed on my system. While trying to build the project in Visual Studio, NuGet restore for…
0
votes
1 answer

How to get raw Kinect range data?

Working with Azure Kinect. in the docs, Microsoft explains that the depth image is a processed output from the raw range data. How do I / is it possible / to obtain the raw range data ?
JPM
  • 445
  • 1
  • 5
  • 15
0
votes
1 answer

How to use a feed from Azure Kinect in multiple applications?

I have Azure Kinect and I am currently using PyK4a wrapper for python and Azure Kinect SDK for C++ application. I want to use feed from my Kinect in two applications at the same time. Is it possible to do this in parallel?