Skip to content

Commit 93d4d2d

Browse files
committed
update component description
1 parent 5ae4755 commit 93d4d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Components/AzureKinect.BodyTracking/AzureKinectBodyTrackerMetadata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace OpenSense.Components.AzureKinect.BodyTracking {
66
public sealed class AzureKinectBodyTrackerMetadata : ConventionalComponentMetadata {
77

88
public override string Description =>
9-
"This is our own Azure Kinect Body Tracker component implementation. Only one tracker can run per process. It relies on our Azure Kinect Sensor component. This component may not work out-of-box, due to K4ABT's ONNX runtime compatibility issue."
9+
"This is our own Azure Kinect Body Tracker component implementation. Only one tracker can run per process. It relies on our Azure Kinect Sensor component."
1010
;
1111

1212
protected override Type ComponentType => typeof(AzureKinectBodyTracker);

0 commit comments

Comments
 (0)