A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
Перейти к файлу
Jacob Wirth 29ef39dd66
Fix build in Ubuntu 18.04 clang 6.0.0 (#276)
* Fix build in Ubuntu 18.04 clang 6.0.0

* Globally allow double-promotion instead of on a case-by-case basis
2019-04-25 18:10:44 -04:00
cmake Fix build in Ubuntu 18.04 clang 6.0.0 (#276) 2019-04-25 18:10:44 -04:00
docker Updating and standardizing the copyright headers in all of the files. (#87) 2019-02-22 10:31:47 -08:00
docs Moved files, removed stale architecture doc, and fixed links. (#252) 2019-04-19 15:07:09 -07:00
examples Add simple viewer example (#150) 2019-03-21 14:49:38 -07:00
extern Fixes cmake config break on CMake 3.11 and no nasm (#195) 2019-03-27 15:36:32 -07:00
include Improve support for pre-1.0.0 recording files (#259) 2019-04-19 13:15:01 -07:00
scripts Enable NASM on Linux and Windows (#184) 2019-03-26 11:12:52 -07:00
src Fix build in Ubuntu 18.04 clang 6.0.0 (#276) 2019-04-25 18:10:44 -04:00
tests Improve support for pre-1.0.0 recording files (#259) 2019-04-19 13:15:01 -07:00
tools K4AViewer: drop 'auto exposure priority' color control (#273) 2019-04-25 12:45:48 -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 Moves the K4A SDK to open source project 2019-01-26 14:04:57 -08: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 Moved files, removed stale architecture doc, and fixed links. (#252) 2019-04-19 15:07:09 -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 Moved files, removed stale architecture doc, and fixed links. (#252) 2019-04-19 15:07:09 -07:00
azure-pipelines.yml Updates firmware during functional tests (#202) 2019-04-03 15:06:19 -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

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.

K4A SDK

Build Status (develop)

Introduction

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

Why use the Azure Kinect Sensor SDK

The Azure Kinect Sensor 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

Getting Started

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 Sensor SDK uses cmake to build. For instructions on how to build this SDK please see building.

Versioning

The Azure Kinect Sensor SDK uses semantic versioning.

Testing

K4A has five types of tests:

  • Unit tests
  • Functional tests
  • Stress tests
  • Performance tests
  • Firmware tests

For more instructions on running and writing tests see testing.

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.

License

MIT License