A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
Перейти к файлу
BrentA-Microsoft 4b1f46ae9e Removed dynamic version number generation (#44)
* Removed dynamic version number generation
* Changed default version to 1.0.0-private
2019-02-08 12:19:04 -08:00
cmake Removed dynamic version number generation (#44) 2019-02-08 12:19:04 -08:00
docker Moves the K4A SDK to open source project 2019-01-26 14:04:57 -08:00
docs Moves the K4A SDK to open source project 2019-01-26 14:04:57 -08:00
examples K4AViewer: Fix debug assert in K4AFilePicker 2019-02-07 11:58:26 -08:00
extern Adding LibUVC with patch (#31) 2019-02-05 15:54:52 -08:00
include Merge branch 'develop' into user/qizen/change_gyro_output_to_radian 2019-02-07 15:03:04 -08:00
scripts Moves the K4A SDK to open source project 2019-01-26 14:04:57 -08:00
src Update imu.c 2019-02-07 15:42:57 -08:00
tests Merge branch 'develop' into user/qizen/change_gyro_output_to_radian 2019-02-07 15:03:04 -08:00
tools Added a check to validate min version is present in HW (#34) 2019-02-07 13:37:44 -08: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 Merge branch 'develop' into user/qizen/change_gyro_output_to_radian 2019-02-07 15:03:04 -08:00
CMakeLists.txt Removed dynamic version number generation (#44) 2019-02-08 12:19:04 -08:00
CMakeSettings.json Moves the K4A SDK to open source project 2019-01-26 14:04:57 -08:00
Doxyfile.in Moves the K4A SDK to open source project 2019-01-26 14:04:57 -08:00
LICENSE Moves the K4A SDK to open source project 2019-01-26 14:04:57 -08:00
README.md Adds build status to the readme (#5) 2019-01-28 12:47:18 -08:00
azure-pipelines.yml Removed dynamic version number generation (#44) 2019-02-08 12:19:04 -08:00
cgmanifest.json Moves the K4A SDK to open source project 2019-01-26 14:04:57 -08:00

README.md

K4A SDK

Build Status (develop)

Introduction

K4A SDK is a cross platform (Linux and Windows) SDK to read data from your K4A device.

Usage

Please see docs/usage.md for info on how to use the SDK,

Building

K4A uses cmake to build. For instructions on how to build this SDK please see docs/building.md.

Testing

K4A has four types of tests

  • Unit tests

  • Functional tests

  • Stress tests

  • Performance tests

For more instructions on running and writing tests see docs/testing.md.

Contributing

All contributing info is under docs/contributing.md.