AzureKinect Bodytracking not working in latest 2022.5 previews

hi,

azurekinect bodytracking fails with the following exception in latest gamma 2022.5 previews (tested with 0662) .
However, it still works in 0582.

AzureKinectBodyTrackingCreateException: "result = K4A_RESULT_FAILED"
    StackTrace:
        Microsoft.Azure.Kinect.BodyTracking.Tracker { public static Microsoft.Azure.Kinect.BodyTracking.Tracker Create(Microsoft.Azure.Kinect.Sensor.Calibration calibration, Microsoft.Azure.Kinect.BodyTracking.TrackerConfiguration configuration) { ... } }  in "Tracker.cs" Ln 32
        _VL_Devices_AzureKinect_Body_.Devices.AzureKinect.BodyTracker_CsQK4hmPxTfL0XAw2o7C7A+<>c__DisplayClass2_0 { internal Microsoft.Azure.Kinect.BodyTracking.Tracker <Update>b__0() { ... } } 
        System.Reactive.Linq.ObservableImpl.Using`2+_ { public void Run(System.Reactive.Linq.ObservableImpl.Using<, > parent) { ... } }  in "Using.cs" Ln 40
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
        VL.Lang.Platforms.RuntimeHost { private void SharedStep() { ... } } 

edit: using VL.Devices.Azurekinect.Body version 1.4.1

apparently it seems to work again in recent previews (0719), but a small modification in the bodytracker was nescessary to catch an exception that did not appear in 2021.4.12.

PR on github: fixed bodytracking for vvvv 2022.5. by mhusinsky · Pull Request #3 · vvvv/VL.Devices.AzureKinect.Body · GitHub

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.