A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
Перейти к файлу
Brent Allen fce42c02a0
Create pull_request_template.md
2019-05-01 13:26:15 -07:00
.github Create pull_request_template.md 2019-05-01 13:26:15 -07:00
cmake Merge branch 'release/1.0.x' into merge_release_into_develop 2019-04-26 09:45:05 -07:00
docker Updating and standardizing the copyright headers in all of the files. (#87) 2019-02-22 10:31:47 -08:00
docs Update readme to point to public CI and added logo (#298) 2019-04-30 09:29:17 -07:00
examples Cleanup up readme.md of other repo documentation. (#267) 2019-04-29 12:34:30 -07:00
extern Merge branch 'release/1.0.x' into merge_release_into_develop 2019-04-26 09:45:05 -07:00
include Remove K4A_COLOR_CONTROL_AUTO_EXPOSURE_PRIORITY control (#277) 2019-04-29 14:09:26 -07:00
scripts Cleanup up readme.md of other repo documentation. (#267) 2019-04-29 12:34:30 -07:00
src Remove K4A_COLOR_CONTROL_AUTO_EXPOSURE_PRIORITY control (#277) 2019-04-29 14:09:26 -07:00
tests Remove K4A_COLOR_CONTROL_AUTO_EXPOSURE_PRIORITY control (#277) 2019-04-29 14:09:26 -07:00
tools Cleanup up readme.md of other repo documentation. (#267) 2019-04-29 12:34:30 -07: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 Moved files, removed stale architecture doc, and fixed links. (#252) 2019-04-19 15:07:09 -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 Add information on reporting vulnerabilities to README (#305) 2019-05-01 11:18:55 -07:00
azure-pipelines.yml Switched firmware and connection tool away from universal packages (#289) 2019-04-29 17:13:31 -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

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