Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit 09a6cf3

Browse files
committed
Merge branch 'develop' of https://github.com/microsoft/Azure-Kinect-Sensor-SDK into csharp-record
2 parents 0d50feb + f19e5ac commit 09a6cf3

File tree

6 files changed

+12
-9
lines changed

6 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Change Log
22

3+
### v1.4.0
4+
35
### v1.3.0
46

57
* On Windows VS dependencies are now dynamically linked and require redistributables for

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (NOT CMAKE_PROJECT_NAME)
2121
endif()
2222

2323
project(K4A LANGUAGES C CXX
24-
VERSION 1.3)
24+
VERSION 1.4)
2525

2626
option(K4A_BUILD_DOCS "Build K4A doxygen documentation" OFF)
2727
option(K4A_MTE_VERSION "Skip FW version check" OFF)

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variables:
1111
- name: 'windows_firmware_version'
1212
value: '1.6.102075014'
1313
- name: 'NuGetPackageVersion'
14-
value: '1.3.0-beta.1'
14+
value: '1.3.0'
1515
- name: 'OpenCVPath'
1616
value: 'C:\OpenCV\Build\x64\vc14\'
1717

docs/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ used by our CI system. Extract and run the install list from the
8585

8686
The depth engine is needed as well. The depth engine (DE) is a closed source
8787
binary shipped with the Linux Debian package. As an example, run `apt install
88-
libk4a1.2` to install the Azure Kinect 1.2 and get the depth engine. See
88+
libk4a1.3` to install the Azure Kinect 1.3 and get the depth engine. See
8989
[using the depth engine](docs/usage.md#debian-package) for information about
9090
versioning and adding the Microsoft's Package Repository to your machine. **NOTE** *This step is not
9191
need for building, but is required running the SDK*

docs/releasing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ include/k4arecord/types.h |
116116
linux-ubuntu/x64/release/libdepthengine.so \* | | | :white_check_mark: | |
117117
linux-ubuntu/x64/release/libdepthengine.so.2.0 \* | | | :white_check_mark: | |
118118
linux-ubuntu/x64/release/libk4a.so (symlink) | | | | :white_check_mark: |
119-
linux-ubuntu/x64/release/libk4a.so.1.1 (symlink) | | | :white_check_mark: | |
120-
linux-ubuntu/x64/release/libk4a.so.1.1.0 | | | :white_check_mark: | |
119+
linux-ubuntu/x64/release/libk4a.so.1.x (symlink) | | | :white_check_mark: | |
120+
linux-ubuntu/x64/release/libk4a.so.1.x.x | | | :white_check_mark: | |
121121
linux-ubuntu/x64/release/libk4arecord.so (symlink) | | | | :white_check_mark: |
122-
linux-ubuntu/x64/release/libk4arecord.so.1.1 (symlink) | | | :white_check_mark: | |
123-
linux-ubuntu/x64/release/libk4arecord.so.1.1.0 | | | :white_check_mark: | |
122+
linux-ubuntu/x64/release/libk4arecord.so.1.x (symlink) | | | :white_check_mark: | |
123+
linux-ubuntu/x64/release/libk4arecord.so.1.x.x | | | :white_check_mark: | |
124124
linux-ubuntu/tools/x64/release/AzureKinectFirmwareTool | | | | | :white_check_mark:
125125
linux-ubuntu/tools/x64/release/k4arecorder | | | | | :white_check_mark:
126126
linux-ubuntu/tools/x64/release/k4aviewer | | | | | :white_check_mark:

docs/usage.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The latest stable binaries are available for download as MSIs.
1919

2020
Tag | MSI | Firmware
2121
-------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------
22+
[v1.3.0](https://github.com/microsoft/Azure-Kinect-Sensor-SDK/releases/tag/v1.3.0) | [Azure Kinect SDK 1.3.0.exe](https://download.microsoft.com/download/e/6/6/e66482b2-b6c1-4e34-bfee-95294163fc40/Azure%20Kinect%20SDK%201.3.0.exe) | [1.6.102075014](https://download.microsoft.com/download/1/9/8/198048e8-63f2-45c6-8f96-1fd541d1b4bc/AzureKinectDK_Fw_1.6.102075014.bin)
2223
[v1.2.0](https://github.com/microsoft/Azure-Kinect-Sensor-SDK/releases/tag/v1.2.0) | [Azure Kinect SDK 1.2.0.msi](http://download.microsoft.com/download/1/9/8/198048e8-63f2-45c6-8f96-1fd541d1b4bc/Azure%20Kinect%20SDK%201.2.0.msi) | [1.6.102075014](https://download.microsoft.com/download/1/9/8/198048e8-63f2-45c6-8f96-1fd541d1b4bc/AzureKinectDK_Fw_1.6.102075014.bin)
2324
[v1.1.1](https://github.com/Microsoft/Azure-Kinect-Sensor-SDK/releases/tag/v1.1.1) | [Azure Kinect SDK 1.1.1.msi](http://download.microsoft.com/download/4/9/0/490A8EB2-FFCA-4BAD-B0AD-0581CCE438FC/Azure%20Kinect%20SDK%201.1.1.msi) | [1.6.987014](https://download.microsoft.com/download/4/9/0/490A8EB2-FFCA-4BAD-B0AD-0581CCE438FC/AzureKinectDK_Fw_1.6.987014.bin)
2425
[v1.1.0](https://github.com/Microsoft/Azure-Kinect-Sensor-SDK/releases/tag/v1.1.0) | [Azure Kinect SDK 1.1.0.msi](http://download.microsoft.com/download/E/B/D/EBDBB3C1-ED3F-4236-96D6-2BCB352F3710/Azure%20Kinect%20SDK%201.1.0.msi) | [1.6.987014](https://download.microsoft.com/download/4/9/0/490A8EB2-FFCA-4BAD-B0AD-0581CCE438FC/AzureKinectDK_Fw_1.6.987014.bin)
@@ -54,8 +55,8 @@ to the following packages:
5455
Please note that "\<major\>" and "\<minor\>" refer to the major and minor
5556
portion of the version of the SDK you would like to target. For example, at the writing of these instructions the following packages are available
5657

57-
* libk4a1.1
58-
* libk4a1.1-dev
58+
* libk4a1.3
59+
* libk4a1.3-dev
5960
* k4a-tools
6061

6162
Each package contains different elements.

0 commit comments

Comments
 (0)