DepthOptions constructor

DepthOptions({
  1. bool enablePointCloud = true,
  2. bool enableDepthMap = false,
})

Creates DepthOptions.

Implementation

DepthOptions({this.enablePointCloud = true, this.enableDepthMap = false});