How to use the openPlayback function from bindings

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

7
8
9
10
11
12
13
14
15
16
/**
 * open a playback mkv stream
 * @param {string} path The path to the mkv recording
 * @param {function} playback_handle callback
 */
openPlayback(path, playback_handle) { return kinect.openPlayback(path, playback_handle) }

/**
 * Starts the kinect cameras
 * @param {Object} options The configuration for the cameras
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)