We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a8b79 commit 700b05dCopy full SHA for 700b05d
plugin_KinectOne/RuntimeInstaller.cs
@@ -58,7 +58,7 @@ public bool IsInstalled
58
try
59
{
60
// Well, this is pretty much all we need for the plugin to be loaded
61
- return File.Exists(
+ return File.Exists(@"C:\Windows\System32\Kinect20.dll") && File.Exists(
62
@"C:\Windows\Microsoft.NET\assembly\GAC_64\Microsoft.Kinect\v4.0_2.0.0.0__31bf3856ad364e35\Microsoft.Kinect.dll");
63
}
64
catch (Exception)
0 commit comments