A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
Перейти к файлу
BrentA-Microsoft aa78d68546 Added optional filerevision metadata (#82) 2019-02-19 18:00:48 -08:00
cmake Added optional filerevision metadata (#82) 2019-02-19 18:00:48 -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 Add version resource to binaries (#52) 2019-02-11 13:11:12 -08:00
extern Adding LibUVC with patch (#31) 2019-02-05 15:54:52 -08:00
include Playback / Record External Sync changes (#47) 2019-02-08 16:19:14 -08:00
scripts Moves the K4A SDK to open source project 2019-01-26 14:04:57 -08:00
src Merge pull request #75 from Microsoft/user/axduan/fix_transformcreate_no_rgb (#81) 2019-02-19 12:34:37 -08:00
tests Merge pull request #75 from Microsoft/user/axduan/fix_transformcreate_no_rgb (#81) 2019-02-19 12:34:37 -08:00
tools Add version resource to binaries (#52) 2019-02-11 13:11:12 -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 Add version resource to binaries (#52) 2019-02-11 13:11:12 -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
version.rc.in Added optional filerevision metadata (#82) 2019-02-19 18:00:48 -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.