How to use the startCameras function from bindings

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

53
54
55
56
57
58
59
60
61
62
 * @param {bool} options.depth_to_redblue converts depth_to_color 16bit image to RGBA 32bit color image
 * min and max depth are used to normalize depth data when converting within cpp
 * @param {number} options.min_depth min depth distance in mm
 * @param {number} options.max_depth max depth distance in mm
 */
startCameras(options) { return kinect.startCameras(options) }
/**
 * Creates a body tracker
 * @param {Object} options The configuration for the body tracker
 * @param {number} options.sensor_orientation (KinectAzure.K4ABT_SENSOR_ORIENTATION_DEFAULT, KinectAzure.K4ABT_SENSOR_ORIENTATION_CLOCKWISE90, KinectAzure.K4ABT_SENSOR_ORIENTATION_COUNTERCLOCKWISE90 or KinectAzure.K4ABT_SENSOR_ORIENTATION_FLIP180)
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)