How to use the startPlayback function from bindings

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

22
23
24
25
26
27
28
29
30
31
 * @param {bool} options.apply_depth_to_alpha apply the depth data to the alpha channel of the color image
 * min and max depth are used to normalize depth data
 * @param {number} options.min_depth min depth distance in mm
 * @param {number} options.max_depth max depth distance in mm
 */
startPlayback(options) { return kinect.startPlayback(options) }
stopPlayback() { return kinect.stopPlayback() }
resume() { return kinect.resume() }
pause() { return kinect.pause() }
seek(time) { return kinect.seek(time) }
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)