示例#1
0
 private void close()
 {
     zedCamera.DisablePositionalTracking();
     zedCamera.DisableObjectDetection();
     zedCamera.Close();
     viewer.exit();
 }
示例#2
0
 private void close()
 {
     zedCamera.DisableSpatialMapping();
     zedCamera.DisablePositionalTracking();
     zedCamera.Close();
     viewer.exit();
 }
示例#3
0
 private void close()
 {
     zedCamera.DisablePositionalTracking();
     zedCamera.DisableObjectDetection();
     zedCamera.Close();
     viewer.exit();
     pointCloud.Free();
     imageLeft.Free();
 }