Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unanancyowen/azurekinectsample
Sample Program for Azure Kinect Sensor SDK and Azure Kinect Body Tracking SDK
https://github.com/unanancyowen/azurekinectsample
azure-kinect c cpp csharp kinect linux opencv windows
Last synced: 3 months ago
JSON representation
Sample Program for Azure Kinect Sensor SDK and Azure Kinect Body Tracking SDK
- Host: GitHub
- URL: https://github.com/unanancyowen/azurekinectsample
- Owner: UnaNancyOwen
- License: mit
- Created: 2019-09-05T12:17:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T00:18:21.000Z (almost 4 years ago)
- Last Synced: 2024-10-14T20:49:18.358Z (4 months ago)
- Topics: azure-kinect, c, cpp, csharp, kinect, linux, opencv, windows
- Homepage:
- Size: 62.5 KB
- Stars: 65
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Azure Kinect Sample Program
===========================This repository is sample program of Azure Kinect Sensor SDK / Azure Kinect Body Tracking SDK.
This sample program works on cross-platform (Windows, Linux).Environment
-----------
* Visual Studio 2017/2019 / GCC 7.4 / Clang 6.0 (or later)
* Azure Kinect Sensor SDK v1.4.1 (or later)
* Azure Kinect Body Tracking SDK v1.0.1 (or later)
* OpenCV 4.x (or later)
* CMake 3.19 (latest release is preferred)
* .NET SDK 5.0 (or later)
* Python 3.x (or later)* Part of the sample program (point_cloud) requires viz_module of OpenCV.
* C# sample requires .NET 5. Currently, C# sample only works on Windows because WPF support is Windows only.
* Python sample requires build and install from official package yourself. Please see [this](https://github.com/microsoft/Azure-Kinect-Sensor-SDK/blob/develop/src/python/k4a/README.md) documents.License
-------
Copyright © 2019 Tsukasa SUGIURA
Distributed under the [MIT License](http://www.opensource.org/licenses/mit-license.php "MIT License | Open Source Initiative").Contact
-------
* Tsukasa Sugiura
*
*Reference
---------
* Azure Kinect DK Documentation | Microsoft Docs
* microsoft/Azure-Kinect-Sensor-SDK | GitHub
* Azure Kinect Sensor SDK API Reference | GitHub.io
* Azure Kinect Body Tracking SDK API Reference | GitHub.io