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

The following issues are missing information, have wrong information, or prematurely closed with no followthrough, tracking, or responses. This is again repeated poor Microsoft behavior. It is a lack of...

Bug
Body Tracking

Microsoft asked yet failed to provide instructions on how to "reactivate" issues, see https://github.com/microsoft/Azure-Kinect-Sensor-SDK/issues/1824 > @qm13, it is not possible for customers like me to "reactivate" issues. Your team did...

Bug
Triage Needed

When running a build of the [sample project for Body Tracking on Unity](https://github.com/microsoft/Azure-Kinect-Samples/tree/master/body-tracking-samples/sample_unity_bodytracking) It seems that the camera device does not open. Using Unity Debugger on Visual Studio, I can...

Bug
Body Tracking

https://github.com/microsoft/Azure-Kinect-Sensor-SDK/tree/develop/examples/calibration_registration I am not sure if I put the parameters correctly **calibration** ```python \calibrate.py --dataset-dir --template ``` dataset_dir --> RGB image directory full_path_template -->plan.json **register** ```python \register.py --img-a --img-b --template...

Ask a Question

**Describe the bug** I created a console application with c++ on Windows 11. Everything is working as expected. The camera is connected and we can use the camera. So i...

Bug

Azure-kinect-sensor-sdk is available as a port in vcpkg, a C++ library manager that simplifies installation for azure-kinect-sensor-sdk and other project dependencies. Documenting the install process here will help users get...

Hi, I'm trying to stream the K4A_DEPTH_MODE_WFOV_UNBINNED (1024x1024) depth image (no RGB image) at 15fps using Intel-8700K CPU which is integrated with an Intel® UHD Graphics 630 GPU. However, I...

Ask a Question

I connect two or three Kinects to USB3.0 ports of my PC. When I connect one Kinect, the frame rate is 30fps, but when I connect two Kinects, the frame...

Bug

**Describe the bug** Projects using k4arecord lib crash at runtime due to a spdlog exception claiming the k4a_logger is being initialised twice: ``` terminate called after throwing an instance of...

Bug

In my understanding about Azure Kinect, is there any function here to get extrinsic matrix of each depth frame? Maybe the first frame is set as the global pose and...

Enhancement