public
static
final
CameraConfig.DepthSensorUsage
DO_NOT_USE
DO_NOT_USE
public static final CameraConfig.DepthSensorUsage DO_NOT_USE
When used as a camera filter, via CameraConfigFilter.setDepthSensorUsage(EnumSet),
indicates that ARCore will not attempt to use a depth sensor, even if it is present. Most
commonly used to filter camera configurations when the app requires exclusive access to the
depth sensor outside of ARCore, for example to support 3D mesh reconstruction. Available on
all ARCore supported devices.
public
static
final
CameraConfig.DepthSensorUsage
REQUIRE_AND_USE
REQUIRE_AND_USE
public static final CameraConfig.DepthSensorUsage REQUIRE_AND_USE
When used as a camera filter, via CameraConfigFilter.setDepthSensorUsage(EnumSet),
indicates that a depth sensor must be present on the device, and the depth sensor will be
used by ARCore. Not supported on all devices.
Currently not supported when SharedCamera API is used to share
control of the camera with ARCore.