Skip to content

Commit beae92a

Browse files
SDK install
1 parent a217f5c commit beae92a

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.cab filter=lfs diff=lfs merge=lfs -text
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:4e1267cd6233a55c6f09e9fd63f51847c9d0126f3cd59c56a44d01764e0d92f7
3+
size 116142506

plugin_Kinect360/SdkInstaller.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ internal class KinectSdk : IDependency
5252
private List<string> SdkFilesToInstall { get; } = new()
5353
{
5454
"KinectDrivers-v1.8-x64.WHQL.msi",
55-
"KinectRuntime-v1.8-x64.msi"
55+
"KinectRuntime-v1.8-x64.msi",
56+
"KinectSDK-v1.8-x64.msi"
5657
};
5758

5859
public IDependencyInstaller.ILocalizationHost Host { get; set; }

0 commit comments

Comments
 (0)