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

Camera not grabbing a color image

I connected a Azure Kinect Camera to my system, and from code I can grab an IR image and a Depth image, but the Color image is not working. I have compiled the SDK myself, and when running the k4aviewer.exe, I get the same thing. IR + Depth camera…
SinisterMJ
  • 3,425
  • 2
  • 33
  • 53
0
votes
0 answers

How to align the external RGB camera with Azure Kinect depth sensor

I am going to set up my RGBD camera with Panasonic LUMIX GH5 and azure Kinect like a depthkit cinema. The depthkit does not provide raw depth data but the obj sequence files. I require the depth buffer which aligns with an RGB image. So I started to…
0
votes
1 answer

Azure Kinect DK operating range

I have a question regarding the specified operating range of the Azure Kinect DK given here, under the "Depth camera supported operating modes" section. The operating range numbers are given for various modes (e.g. In WFOV 2x2 binnned mode, the…
indigoblue
  • 453
  • 6
  • 13
0
votes
1 answer

Azure Kinect Green Screen building

I'm having a hard time building an executable from the example provided from https://github.com/microsoft/Azure-Kinect-Sensor-SDK/tree/develop/examples/green_screen I've tried using cmake GUI, VS 2017's cmake but to no avail. I'm not even sure how I…
Spirals
  • 3
  • 1
0
votes
1 answer

A body tracking when adding a Azure Kinect

I know that I can body tracking 5 people per Azure Kinect. Is a total of 15 people tracking when connecting 3 Azure Kinect?
sorajj
  • 1
0
votes
0 answers

Does anyone know why the Azure Kinect DK crashes in the viewer when WFOW(wide field of view) is used as depth configuration?

When the WFOV(wide field of view) depth configuration is used, the Azure kinect is failing in Kinect viewer. We tried to update the firmware but it did not work. Everytime after opening the kinect viewer for couple of seconds we receive the…
0
votes
1 answer

Azure Kinect and Hololens

Is Azure-Kinect-Sensor-SDK supported on Lattepanda (Windows OS) , Raspberry Pi 4 (Windows ARM OS) and Intel Compute Stick ? Does Microsoft hololens azure kinect is same as new azure kinect camera? thank you in advance.
chethana
  • 19
  • 5
0
votes
1 answer

Azure Kinect - Setting World Scale

I'm trying to get body tracking to register on small action figures that are about 12" tall. I've tried using other depth sensors like the Zed2 and D435i and their skeletal SDK's recognize the toys as "humanoid" and attempt to track the skeleton. Is…
0
votes
1 answer

Azure Kinect not connecting or showing up in device manager?

I just got an Azure Kinect and tried connecting it, but it does not enumerate in device manager or Azure Kinect Viewer. I have it plugged into USB 3.1 in a new Lenovo Y740 15", but the light is still blinking white on the Azure Kinect. I also went…
0
votes
1 answer

Azure Kinect Body Tracking Function coordinates in Unity

I am a complete newcomer to programming with C#, Unity and the Azure Kinect SDK. As part of a project, I have the goal of reading out certain points (so called joints) of the body, e.g. neck, shoulder_left, eye_right, … . Therefore, I am working…
sm_1996
  • 27
  • 1
  • 3
0
votes
1 answer

Real-Time Object Detection using Azure Kinect camera

I'm working on a project where I have to flag any foreign objects within a region of interest, other than two detector heads that are always present. My company ordered two Azure Kinect cameras to implement this and I was following this tutorial on…
0
votes
1 answer

LNK1104 cannot open file 'k4a::k4a.lib'

I want to run this example from azure kinect sdk and have a problem in building. I am using cmake to build but it can't find target libraries. Error Lines : Target "transformation_example" links to target "k4a::k4a" but the target was not found.…
badcode
  • 581
  • 1
  • 9
  • 28
0
votes
1 answer

Can we connect azure kinect DK with Nvidia Jetson Tx2 development kit?

Can we connect Microsoft's azure Kinect DK camera with Nvidia Jetson TX2 board DK together? Do these development kits support each other? Can we work on them?
0
votes
1 answer

Azure Kinect Crop Out Body Using Body Index Map

I am using the Azure DK to read an MKV file where I am able to extract the RGBA and corresponding depth image for each frame. Thereafter I use the body tracker to locate and track people using the depth image. At the moment, I am able to generate a…
eshirima
  • 3,837
  • 5
  • 37
  • 61
0
votes
1 answer

While debugging with Visual Studio, my application freezes on an external DLL call. How can I find the path to this DLL?

I am debugging a Windows application on Visual Studio 2017 because my Azure Kinect application freezes after 20-30minutes of use. When I "pause" the debugger and check the call stack, I can see that the main thread is waiting for an operation…
Danilo Gasques
  • 666
  • 6
  • 16