Azure-Kinect-Sensor-SDK icon indicating copy to clipboard operation
Azure-Kinect-Sensor-SDK copied to clipboard

A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.

Results 210 Azure-Kinect-Sensor-SDK issues
Sort by recently updated
recently updated
newest added

Use of 4:2:2 subsampling in the MJPG color stream limits use of hardware acceleration like those from NVidia. Sometimes (M)JPG decompressors only support hardware acceleration in 4:4:4 and 4:2:0. They...

Enhancement

**Is your feature request related to a problem? Please describe.** 3D object features well below the resolution of the sensor get filtered away. **Describe the solution you'd like** Please provide...

Enhancement

For Intel cameras, "When Autoexposure is turned on, it will average the intensity of all the pixels inside of a predefined Region-Of-Interest (ROI) and will try to maintain this value...

Enhancement

Hi, Please excuse my naive questions. I am new to coding and Kinect ecosystem. I have been recording some video samples using k4arecorder using the following command: k4arecorder.exe -c OFF...

Enhancement

I request two lines of additional code be added to allow K4A_IMAGE_FORMAT_IR16 to be used as input into `k4a_transformation_depth_image_to_color_camera_custom()`. I see only benefit and no harm for the trivial change....

Enhancement

**Describe the bug** We are experiencing a rather strange bug with the color stream of the kinect. On an AMD EPYC 7302 machine, the color stream is corrupted. This is...

Bug
Investigating

I found that using k4a_playback_get_record_configuration to get uint32_t k4a_record_configuration_t::start_timestamp_offset_usec. The value is given in nano seconds, and not micro seconds as indicated by the name start_timestamp_offset_usec.

Bug
Documentation
Triage Approved

Improve documentation of active and passive IR images. Currently only image documentation is https://microsoft.github.io/Azure-Kinect-Sensor-SDK/master/group___enumerations_gabd9688eb20d5cb878fd22d36de882ddb.html#gabd9688eb20d5cb878fd22d36de882ddb https://docs.microsoft.com/en-us/azure/Kinect-dk/depth-camera

Enhancement
Documentation

Hey, I've been following the Python API to calculate pixel 2d points to 3d but I have been having problem calculating the distance in mm to input to the function,...

Ask a Question

Hello, I wrote a Python script to call CMD to run k4ARecorder. Exe, I want to record a long video at random, but Ctrl-C is not working, how can I...

Ask a Question