How to use the globalCleanup function from bindings

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

6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301
/**
 * Cleanup resources
 */
function cleanup() {
  internal.cleanup();
  RS2.globalCleanup();
}


/**
 * Error Information returned from native SDK
fork icon14
star icon10
watch icon5

+ 3 other calls in file

Other functions in bindings

Sorted by popularity

function icon

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