menu
nexora_sdk_platform_interface package
documentation
models/hardware_models.dart
DepthOptions
DepthOptions.new constructor
DepthOptions.new constructor
dark_mode
light_mode
DepthOptions
constructor
DepthOptions
(
{
bool
enablePointCloud
=
true
,
bool
enableDepthMap
=
false
,
})
Creates
DepthOptions
.
Implementation
DepthOptions({this.enablePointCloud = true, this.enableDepthMap = false});
nexora_sdk_platform_interface package
documentation
models/hardware_models
DepthOptions
DepthOptions.new constructor
DepthOptions class