Skip to content

v1.4.16

Compare
Choose a tag to compare
@bibigone bibigone released this 12 Mar 09:42
· 4 commits to master since this release

For Azure Kinect:

  • NuGet package: https://www.nuget.org/packages/K4AdotNet/1.4.16
  • Corresponding versions of native SDKs:
    • Azure Kinect Sensor SDK: 1.4.1 (included in release and NuGet package).
    • Azure Kinect Body Tracking SDK: 1.1.2 (must be installed/copied separately).

For Orbbec Femto Bolt/Mega:

Changes:

  • Switching to the version 1.9.2 of OrbbecSDK K4A Wrapper. Support for new API in this wrapper.
  • New properties BodyTrackingRuntimePath and BodyTrackingRuntimeVersion in Sdk class.
  • Slight reworks around custom memory management: method Sdk.SetCustomMemoryAllocator replaced by property Sdk.CustomMemoryAllocator.
  • Bug and typo fix in BodyFrame.SystemTimestamp property.
  • Additional notes in comments and slightly better behaviour for image creation in case of OrbbecSDK K4A Wrapper.