9344b58816
Adding LibUVC with patch - Fix to support SS USB - Modify to support MSFT UVC metadata - Fix hang during stop - Add NV12 support - Remove debug message in release build |
||
---|---|---|
cmake | ||
docker | ||
docs | ||
examples | ||
extern | ||
include | ||
scripts | ||
src | ||
tests | ||
tools | ||
.clang-format | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
CHANGELOG.md | ||
CMakeLists.txt | ||
CMakeSettings.json | ||
Doxyfile.in | ||
LICENSE | ||
README.md | ||
azure-pipelines.yml | ||
cgmanifest.json | ||
version.txt |
README.md
K4A SDK
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.