Azure Kinect Sensor SDK のダウンロードAzure Kinect Sensor SDK download
このページには、Azure Kinect Sensor SDK の各バージョンのダウンロード リンクがあります。This page has the download links for each version of the Azure Kinect Sensor SDK. このインストーラーには、Azure Kinect 用に開発するために必要なすべてのファイルが用意されています。The installer provides all of the needed files to develop for the Azure Kinect.
Azure Kinect Sensor SDK のコンテンツAzure Kinect Sensor SDK contents
- Azure Kinect DK を使用してアプリケーションを構築するためのヘッダーとライブラリ。Headers and libraries to build an application using the Azure Kinect DK.
- Azure Kinect DK を使用するアプリケーションで必要とされる再頒布可能な DLL。Redistributable DLLs needed by applications using the Azure Kinect DK.
- Azure Kinect ビューアー。The Azure Kinect Viewer.
- Azure Kinect レコーダー。The Azure Kinect Recorder.
- Azure Kinect ファームウェア ツール。The Azure Kinect Firmware Tool.
Windows のインストール手順Windows installation instructions
Azure Kinect Sensor SDK とファームウェアの最新バージョンと以前のバージョンのインストールの詳細については、こちらを参照してください。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.
注意
SDK をインストールするとき、インストール先のパスを覚えておいてください。When installing the SDK, remember the path you install to. たとえば、"C:\Program Files\Azure Kinect SDK 1.2" です。For example, "C:\Program Files\Azure Kinect SDK 1.2". このパスの記事で参照されているツールが見つかります。You will find the tools referenced in articles in this path.
Linux のインストール手順Linux installation instructions
現在、サポートされているディストリビューションは Ubuntu 18.04 のみです。Currently, the only supported distribution is Ubuntu 18.04. その他のディストリビューションのサポートをリクエストするには、このページを参照してください。To request support for other distributions, see this page.
最初に、こちらの手順に従って、Microsoft のパッケージ リポジトリを構成する必要があります。First, you'll need to configure Microsoft's Package Repository, following the instructions here.
必要なパッケージをインストールできるようになりました。Now, you can install the necessary packages. k4a-tools
パッケージには、Azure Kinect ビューアー、Azure Kinect レコーダー、Azure Kinect ファームウェア ツールが含まれています。The k4a-tools
package includes the Azure Kinect Viewer, the Azure Kinect Recorder, and the Azure Kinect Firmware Tool. インストールするには、以下を実行します。To install it, run
sudo apt install k4a-tools
libk4a<major>.<minor>-dev
パッケージには、libk4a
に対して構築するヘッダーと CMake ファイルが含まれています。The libk4a<major>.<minor>-dev
package contains the headers and CMake files to build against libk4a
.
libk4a<major>.<minor>
パッケージには、libk4a
に依存する実行可能ファイルを実行するために必要な共有オブジェクトが含まれています。The libk4a<major>.<minor>
package contains the shared objects needed to run executables that depend on libk4a
.
基本的なチュートリアルでは、libk4a<major>.<minor>-dev
パッケージが必要です。The basic tutorials require the libk4a<major>.<minor>-dev
package. インストールするには、以下を実行します。To install it, run
sudo apt install libk4a1.1-dev
コマンドが成功すると、SDK を使用できるようになります。If the command succeeds, the SDK is ready for use.
変更ログと以前のバージョンChange log and older versions
Azure Kinect Sensor SDK の変更ログについては、こちらをご覧ください。You can find the change log for the Azure Kinect Sensor SDK here.
以前のバージョンの Azure Kinect Sensor SDK が必要な場合は、こちらをご確認ください。If you need an older version of the Azure Kinect Sensor SDK, find it here.