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

How to turn off depth filter for Azure Kinect, for borders and flying pixels?

Is there any way I can turn off the flying pixels filter of the Azure Kinect? I call "flying pixels" those pixels on the border of an object, that are flying between the foreground and the background object. I observed that when the 2 are far…
Raluca
  • 280
  • 2
  • 9
0
votes
1 answer

Get FaceModel - Azure Kinect

I'm working with the new Azure Kinect and it's totally new for me. Is this new Azure Kinect have something like Kinect V2 FaceModel? I'm looking it but I didn't find.
Denis Ken
  • 226
  • 4
  • 13
0
votes
1 answer

Is there any way to use Kinect SDK remotely with network?

The Azure Kinect sensor SDK requires Kinect to connect directly to pc via usb, but it's not appropriate to me. Is it posible to use something like raspberry pi to transfer kinect sensor data and process on a remote server? Do you have any…
Solo
  • 1
0
votes
1 answer

Ninja Build Failing for Azure Kinetic Github Repo

I am trying to configure the Azure Kinetic to allow C programming scripts based off the following repo: https://github.com/microsoft/Azure-Kinect-Sensor-SDK The build instructions include the following…
0
votes
1 answer

How long should Azure Kinect timeouts be?

So I have a working version of the Kinect working in its own thread and I want the application to to run at 60 fps (despite the cameras running at 30, which is fine). Getting the frame and body tracking data is working perfectly with a wait time of…
0
votes
1 answer

Azure Kinect: how to find the windows device id

I have been developing a Win application that uses 3 Azure Kinects. Since there is no C# wrapper available yet, I made a C++ app that does what I need and the C# app just grabs its output files. I now need to figure out which camera is which. In the…
guidout
  • 322
  • 1
  • 4
  • 13
0
votes
0 answers

Composite volumetric video across multiple azure kinect sensors

My question is can the recorded data from daisy-chained azure kinect sensors be combined into a single volumetric video. I have not seen any documentation regarding this.
0
votes
2 answers

Azure Kinect Sensor SDK - C# wrapper for image capture missing "Buffer"?

I was watching video for "Intro to Developing for Azure Kinect - BRK1001". https://www.youtube.com/watch?v=HzeYb00eQRI At the time was writing code and noticed that property Buffer is not available on Microsoft.Azure.Sensor.Image but is being…
ej_ja
  • 45
  • 6
0
votes
1 answer

Azure Kinect Recording Color Format

I'm attempting to read an Azure Kinect recording and save images from the frames. But, it is not possible to set the color_format, which causes problems when using imwrite. I have read the recording documentation here:…
Archetype90
  • 179
  • 1
  • 4
  • 19
0
votes
1 answer

How to build Kinect DK viewer example with cmake file in Visual Studio?

I want to test the viewer example from the new Kinect DK sdk. I try to compile the project manually by adding headers and libs (opengl, imgui...) but I still have links errors. I try to compile the Cmake file, provided by the SDK, with cmake-gui (I…
0
votes
2 answers

Azure Kinect Green Screen

I'm looking for sample code, or getting started to perform a "green screen" with the latest Azure Kinect DK. How should I proceed to build and display a color stream with ONLY body area ? Is it possible to avoid using body stream ? Because it…
Jean-Philippe Encausse
  • 1,491
  • 2
  • 22
  • 40
0
votes
1 answer

How many channels of audio can I access via the USB interface? All 7? or muxed to 1?

The help page doesn't tell me how many channels can I access raw via the USB interface in an application like Audacity/VLC/etc All 7 channels independently? Muxed to 1?
MyPreciousss
  • 186
  • 2
  • 10
-1
votes
2 answers

What usb-c to usb-c cable for Kinect azure

I'm trying to connect the kinect azure to my computer with only a usb-c to usb-c cable following the https://learn.microsoft.com/fr-fr/azure/Kinect-dk/hardware-specification page. I've tried few but non of them seems to work. Have some of you ever…
Xosteer
  • 1
  • 1
-1
votes
2 answers

Kinect DK Create Recording

Just received the new Kinect DK and installed the SDK on a W10 machine, then run C:\temp>k4arecorder.exe -l 5 output.mkv libusb: error [winusbx_open] could not open device…
Mike W
  • 559
  • 8
  • 20
1 2 3 4
5