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
20
0
1
+ 11 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)