diff --git a/body-tracking-samples/sample_unity_bodytracking/Assets/Scripts/SkeletalTrackingProvider.cs b/body-tracking-samples/sample_unity_bodytracking/Assets/Scripts/SkeletalTrackingProvider.cs index 6cd50cf3..9b0494a0 100644 --- a/body-tracking-samples/sample_unity_bodytracking/Assets/Scripts/SkeletalTrackingProvider.cs +++ b/body-tracking-samples/sample_unity_bodytracking/Assets/Scripts/SkeletalTrackingProvider.cs @@ -43,7 +43,7 @@ protected override void RunBackgroundThreadAsync(int id, CancellationToken token var deviceCalibration = device.GetCalibration(); - using (Tracker tracker = Tracker.Create(deviceCalibration, new TrackerConfiguration() { ProcessingMode = TrackerProcessingMode.Gpu, SensorOrientation = SensorOrientation.Default })) + using (Tracker tracker = Tracker.Create(deviceCalibration, new TrackerConfiguration() { ProcessingMode = TrackerProcessingMode.Cuda, SensorOrientation = SensorOrientation.Default })) { UnityEngine.Debug.Log("Body tracker created."); while (!token.IsCancellationRequested) diff --git a/body-tracking-samples/sample_unity_bodytracking/MoveLibraryFiles.bat b/body-tracking-samples/sample_unity_bodytracking/MoveLibraryFiles.bat index 4187294e..881d4ff1 100644 --- a/body-tracking-samples/sample_unity_bodytracking/MoveLibraryFiles.bat +++ b/body-tracking-samples/sample_unity_bodytracking/MoveLibraryFiles.bat @@ -24,10 +24,11 @@ copy packages\Microsoft.Azure.Kinect.Sensor.1.4.1\lib\native\amd64\release\k4are copy %BODY_TRACKING_TOOLS_PATH%onnxruntime.dll Assets\Plugins copy %BODY_TRACKING_TOOLS_PATH%k4abt.dll Assets\Plugins copy %BODY_TRACKING_TOOLS_PATH%cudnn64_8.dll .\ -copy %BODY_TRACKING_TOOLS_PATH%cudnn64_cnn_infer64_8.dll .\ -copy %BODY_TRACKING_TOOLS_PATH%cudnn64_ops_infer64_8.dll .\ +copy %BODY_TRACKING_TOOLS_PATH%cudnn_cnn_infer64_8.dll .\ +copy %BODY_TRACKING_TOOLS_PATH%cudnn_ops_infer64_8.dll .\ copy %BODY_TRACKING_TOOLS_PATH%onnxruntime.dll .\ copy %BODY_TRACKING_TOOLS_PATH%dnn_model_2_0_op11.onnx .\ copy %BODY_TRACKING_TOOLS_PATH%cublas64_11.dll .\ copy %BODY_TRACKING_TOOLS_PATH%cublasLt64_11.dll .\ copy %BODY_TRACKING_TOOLS_PATH%cudart64_110.dll .\ +copy %BODY_TRACKING_TOOLS_PATH%cufft64_10.dll .\