Skip to content

Commit fc46cef

Browse files
Merge pull request #40617 from yijiew/master
Update documentations for body tracking SDK 0.9.4
2 parents e33351d + ec91f08 commit fc46cef

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

articles/kinect-dk/body-sdk-download.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This document provides links to install each version of the Azure Kinect Body Tr
2323

2424
Version | Download
2525
--------------|----------
26+
0.9.4 | [msi](https://www.microsoft.com/en-us/download/details.aspx?id=100415) [nuget](https://www.nuget.org/packages/Microsoft.Azure.Kinect.BodyTracking/0.9.4)
2627
0.9.3 | [msi](https://www.microsoft.com/en-us/download/details.aspx?id=100307) [nuget](https://www.nuget.org/packages/Microsoft.Azure.Kinect.BodyTracking/0.9.3)
2728
0.9.2 | [msi](https://www.microsoft.com/en-us/download/details.aspx?id=100128) [nuget](https://www.nuget.org/packages/Microsoft.Azure.Kinect.BodyTracking/0.9.2)
2829
0.9.1 | [msi](https://www.microsoft.com/en-us/download/details.aspx?id=100063) [nuget](https://www.nuget.org/packages/Microsoft.Azure.Kinect.BodyTracking/0.9.1)
@@ -44,10 +45,15 @@ The basic tutorials require the `libk4abt<major>.<minor>-dev` package. To instal
4445
If the command succeeds, the SDK is ready for use.
4546

4647
> [!NOTE]
47-
> When installing the SDK, remember the path you install to. For example, "C:\Program Files\Azure Kinect Body Tracking SDK 0.9.2". You will find the samples referenced in articles in this path.
48+
> When installing the SDK, remember the path you install to. For example, "C:\Program Files\Azure Kinect Body Tracking SDK 0.9.4". You will find the samples referenced in articles in this path.
4849
4950
## Change log
5051

52+
### v0.9.4
53+
* [Feature] Add hand joints support. The SDK will provide information for three additional joints for each hand: HAND, HANDTIP, THUMB.
54+
* [Feature] Add prediction confidence level for each detected joints.
55+
* [Feature] Add CPU mode support. By changing the `cpu_only_mode` value in `k4abt_tracker_configuration_t`, now the SDK can run on CPU mode which doesn't require the user to have a powerful graphics card.
56+
5157
### v0.9.3
5258
* [Feature] Publish a new DNN model dnn_model_2_0.onnx, which largely improves the robustness of the body tracking.
5359
* [Feature] Disable the temporal smoothing by default. The tracked joints will be more responsive.

articles/kinect-dk/body-sdk-setup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,11 @@ Launch the [Azure Kinect Viewer](azure-kinect-viewer.md) to check that your Azur
4545

4646
Launch the **Azure Kinect Body Tracking Viewer** to check that the Body Tracking SDK is set up correctly. The viewer is installed with the SDK msi installer. You can find it at your start menu or at `<SDK Installation Path>\tools\k4abt_simple_3d_viewer.exe`.
4747

48+
If you don't have a powerful enough GPU and still want to test the result, you can launch the the **Azure Kinect Body Tracking Viewer** in the command line by the following command: `<SDK Installation Path>\tools\k4abt_simple_3d_viewer.exe CPU`
49+
4850
If everything is set up correctly, a window with a 3D point cloud and tracked bodies should appear.
4951

52+
5053
![Body Tracking 3D Viewer](./media/quickstarts/samples-simple3dviewer.png)
5154

5255
## Next steps

0 commit comments

Comments
 (0)