A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
Перейти к файлу
Brent Allen 8cf757ab98 Update issue templates 2019-05-10 13:04:10 -07:00
.github Update issue templates 2019-05-10 13:04:10 -07:00
cmake K4ARecord cmake project cleanup (#299) 2019-05-01 17:48:56 -04:00
docker Updating and standardizing the copyright headers in all of the files. (#87) 2019-02-22 10:31:47 -08:00
docs User/brenta/downloadlink (#326) 2019-05-03 15:03:37 -07:00
examples K4ARecord cmake project cleanup (#299) 2019-05-01 17:48:56 -04:00
extern Fix error C2001 on multibyte character environment (#321) 2019-05-03 10:37:25 -07:00
include New API to query color camera control capabilities. (#319) 2019-05-07 14:23:44 -07:00
scripts Cleanup up readme.md of other repo documentation. (#267) 2019-04-29 12:34:30 -07:00
src New API to query color camera control capabilities. (#319) 2019-05-07 14:23:44 -07:00
tests Fix functional test failure. (#336) 2019-05-08 11:33:21 -07:00
tools K4ARecord cmake project cleanup (#299) 2019-05-01 17:48:56 -04:00
.clang-format Moves the K4A SDK to open source project 2019-01-26 14:04:57 -08:00
.gitattributes Moves the K4A SDK to open source project 2019-01-26 14:04:57 -08:00
.gitignore Moves the K4A SDK to open source project 2019-01-26 14:04:57 -08:00
.gitmodules Build and statically link in LibUSB (#269) 2019-04-23 15:30:42 -07:00
CHANGELOG.md Support for multiple devices on one PC (#12) 2019-02-13 11:21:34 -08:00
CMakeLists.txt Linux binaries search local path for shared objects (#315) 2019-05-02 10:51:52 -07:00
CMakeSettings.json Moves the K4A SDK to open source project 2019-01-26 14:04:57 -08:00
CODE_OF_CONDUCT.md Moved files, removed stale architecture doc, and fixed links. (#252) 2019-04-19 15:07:09 -07:00
CONTRIBUTING.md Cleanup up readme.md of other repo documentation. (#267) 2019-04-29 12:34:30 -07:00
Doxyfile.in Documentation review changes (#114) 2019-03-06 14:40:38 -08:00
LICENSE Updates license text to follow guidance (#185) 2019-03-26 10:52:02 -07:00
README.md User/brenta/downloadlink (#326) 2019-05-03 15:03:37 -07:00
azure-pipelines.yml Linux binaries search local path for shared objects (#315) 2019-05-02 10:51:52 -07:00
version.rc.in Updating and standardizing the copyright headers in all of the files. (#87) 2019-02-22 10:31:47 -08:00

README.md

Azure Kinect SDK (K4A)

Welcome to the Azure Kinect DK Sensor SDK! While devices and the Body Tracking SDK will be available this summer, we wanted to share the Sensor SDK now. We hope you can use this interim period to get familiar with our SDK, ask questions, and provide feedback. See Azure.com/Kinect for device info and available documentation.

Build Status (develop)

Introduction

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

Why use the Azure Kinect SDK

The Azure Kinect SDK enables you to get the most out of your Azure Kinect camera. Features include:

  • Depth camera access
  • RGB camera access and control (e.g. exposure and white balance)
  • Motion sensor (gyroscope and accelerometer) access
  • Synchronized Depth-RGB camera streaming with configurable delay between cameras
  • External device synchronization control with configurable delay offset between devices
  • Camera frame meta-data access for image resolution, timestamp and temperature
  • Device calibration data access

Installation

To use the SDK please refer to the installation instructions here.

Documentation and Official Builds

The latest stable binaries are available for download.

Tag Download
v1.0.2 Azure Kinect SDK 1.0.2.msi

Please see usage for info on how to use the SDK.

Building

Azure Kinect SDK uses CMake to build. For instructions on how to build this SDK please see building.

Versioning

The Azure Kinect SDK uses semantic versioning, please see versioning.md for more information.

Testing

For information on writing or running tests, please see testing.md

Contribute

We welcome your contributions! Please see the contribution guidelines.

Feedback

For any feedback or to report a bug, please file a GitHub Issue.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Reporting Security Issues

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at <secure@microsoft.com>. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

License

MIT License