Forked from madelinegannon/setup-azure-kinect-on-jetson-x-nx.md
Created
September 5, 2024 18:44
-
-
Save mimetikxs/a89cd261481d092784e0cbe02bbd2b27 to your computer and use it in GitHub Desktop.
Notes on Setting up the Microsoft Azure Kinect on Ubuntu 18.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Azure Kinect on Ubuntu 18.04 | |
| #### Notes on Installing Microsoft Azure Kinect Sensor and Body Tracking SDKs on Linux PC and NVIDIA Jetson Xavier NX | |
| _06.12.2020_ | |
| Jump to: | |
| - [Installing Sensor SDK on Linux PC](#installing-sensor-sdk-on-linux-pc) | |
| - [Installing on Jetson Xavier NX](#installing-sensor-sdk-on-jetson-xavier-nx) | |
| - [Installing Body Tracking SDK](#installing-body-tracking-sdk) | |
| - [Updating Firmware for Azure Kinect](#updating-firmware-for-azure-kinect) | |
| --- | |
| ## Installing Sensor SDK on Linux PC | |
| > See [Microsoft's Installation Guide](https://github.com/microsoft/Azure-Kinect-Sensor-SDK/blob/develop/docs/usage.md#debian-package) | |
| ## 1. Add link to Microsoft's Linux Software Repository | |
| 20 | |
| Basically, you add microsoft's code repository to your system so that you can call `sudo apt install xxx` to install system wide. | |
| 21 | |
| | |
| 22 | |
| - [Guide for Configuring the Repository](https://docs.microsoft.com/en-us/windows-server/administration/linux-package-repository-for-microsoft-software#ubuntu) | |
| --- | |
| ## Installing Sensor SDK on Jetson Xavier NX | |
| --- | |
| ## Installing Body Tracking SDK | |
| --- | |
| ## Updating Firmware for Azure Kinect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment