You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,10 +45,15 @@ The basic tutorials require the `libk4abt<major>.<minor>-dev` package. To instal
44
45
If the command succeeds, the SDK is ready for use.
45
46
46
47
> [!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.
48
49
49
50
## Change log
50
51
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
+
51
57
### v0.9.3
52
58
*[Feature] Publish a new DNN model dnn_model_2_0.onnx, which largely improves the robustness of the body tracking.
53
59
*[Feature] Disable the temporal smoothing by default. The tracked joints will be more responsive.
Copy file name to clipboardExpand all lines: articles/kinect-dk/body-sdk-setup.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,11 @@ Launch the [Azure Kinect Viewer](azure-kinect-viewer.md) to check that your Azur
45
45
46
46
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`.
47
47
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
+
48
50
If everything is set up correctly, a window with a 3D point cloud and tracked bodies should appear.
49
51
52
+
50
53

0 commit comments