Azure Kinect Sensor SDK download

This page has the download links for each version of the Azure Kinect Sensor SDK. The installer provides all of the needed files to develop for the Azure Kinect.

Azure Kinect Sensor SDK contents

Windows installation instructions

You can find installation details for the latest and previous versions of Azure Kinect Sensor SDK and Firmware here.

You can find the source code here.

Note

When installing the SDK, remember the path you install to. For example, "C:\Program Files\Azure Kinect SDK 1.2". You will find the tools referenced in articles in this path.

Linux installation instructions

Currently, the only supported distribution is Ubuntu 18.04. To request support for other distributions, see this page.

First, you'll need to configure Microsoft's Package Repository, following the instructions here.

Now, you can install the necessary packages. The k4a-tools package includes the Azure Kinect Viewer, the Azure Kinect Recorder, and the Azure Kinect Firmware Tool. To install the package, run:

sudo apt install k4a-tools

This command installs the dependency packages that are required for the tools to work correctly, including the latest version of libk4a<major>.<minor>. You will need to add udev rules to access Azure Kinect DK without being the root user. For instructions, see Linux Device Setup. As an alternative, you can launch applications that use the device as root.

The libk4a<major>.<minor>-dev package contains the headers and CMake files to build your applications/executables against libk4a.

The libk4a<major>.<minor> package contains the shared objects needed to run applications/executables that depend on libk4a.

The basic tutorials require the libk4a<major>.<minor>-dev package. To install the package, run:

sudo apt install libk4a<major>.<minor>-dev

If the command succeeds, the SDK is ready for use.

Be sure to install the matching version of libk4a<major>.<minor> with libk4a<major>.<minor>-dev. For example, if you install the libk4a4.1-dev package, install the corresponding libk4a4.1 package that contains the matching version of shared object files. For the latest version of libk4a, see the links in the next section.

Change log and older versions

You can find the change log for the Azure Kinect Sensor SDK here.

If you need an older version of the Azure Kinect Sensor SDK, find it here.

Next steps

Set up Azure Kinect DK