Ejemplo n.º 1
0
 public void FreeSensorInterface(bool bDeleteLibs)
 {
     if (bDeleteLibs)
     {
         KinectInterop.DeleteNativeLib("OrbbecAstraInterface.dll", true);
         KinectInterop.DeleteNativeLib("msvcp140.dll", false);
         KinectInterop.DeleteNativeLib("vcruntime140.dll", false);
     }
 }
 public void FreeSensorInterface(bool bDeleteLibs)
 {
     if (bDeleteLibs)
     {
         KinectInterop.DeleteNativeLib("KinectUnityAddin.dll", true);
         KinectInterop.DeleteNativeLib("msvcp110.dll", false);
         KinectInterop.DeleteNativeLib("msvcr110.dll", false);
     }
 }
Ejemplo n.º 3
0
 public void FreeSensorInterface(bool bDeleteLibs)
 {
     if (bDeleteLibs)
     {
         KinectInterop.DeleteNativeLib("UnityInterface2.dll", true);
         KinectInterop.DeleteNativeLib("OpenNI2.dll", false);
         KinectInterop.DeleteNativeLib("NiTE2.dll", false);
         KinectInterop.DeleteNativeLib("OpenNI.ini", false);
         KinectInterop.DeleteNativeLib("NiTE.ini", false);
         KinectInterop.DeleteNativeLib("msvcp100.dll", false);
         KinectInterop.DeleteNativeLib("msvcr100.dll", false);
     }
 }