How to use the destroyTracker function from bindings

Find comprehensive JavaScript bindings.destroyTracker code examples handpicked from public code repositorys.

78
79
80
81
82
83
84
85
86
87
        }
      }
    });
  });
}
destroyTracker() { return kinect.destroyTracker() }
stopCameras() { return kinect.stopCameras() }
close() { return kinect.close() }

getDepthModeRange(depthMode) {
fork icon20
star icon0
watch icon1

+ 11 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)