Class: DepthCloud

DepthCloud(options)

new DepthCloud(options)

The DepthCloud object.

Parameters:
Name Type Description
options

object with following keys:

  • url - the URL of the stream
  • streamType (optional) - the stream type: mjpeg or vp8 video (defaults to vp8)
  • f (optional) - the camera's focal length (defaults to standard Kinect calibration)
  • maxDepthPerTile (optional) - the factor with which we control the desired depth range (defaults to 1.0)
  • pointSize (optional) - point size (pixels) for rendered point cloud
  • width (optional) - width of the video stream
  • height (optional) - height of the video stream
  • whiteness (optional) - blends rgb values to white (0..100)
  • varianceThreshold (optional) - threshold for variance filter, used for compression artifact removal
Source:

Methods

initStreamer()

Callback called when video metadata is ready

Source:

metaLoaded()

Callback called when video metadata is ready

Source:

startStream()

Start video playback

Source:

stopStream()

Stop video playback

Source: