UArCapabilities constructor
const
UArCapabilities({
- String platform = "",
- bool worldTracking = false,
- bool planeHorizontal = false,
- bool planeVertical = false,
- bool planeClassification = false,
- bool depth = false,
- bool peopleOcclusion = false,
- bool sceneReconstruction = false,
- bool lidar = false,
- bool imageTracking = false,
- bool objectTracking = false,
- bool faceTracking = false,
- bool bodyTracking = false,
- bool geospatial = false,
- bool gpsGeo = false,
- bool cloudAnchors = false,
- bool worldMap = false,
- bool collaboration = false,
- bool lightEstimation = false,
- bool environmentHdr = false,
- bool instantPlacement = false,
- bool semantics = false,
- bool recording = false,
- bool snapshot = false,
- bool roomPlan = false,
- bool objectCapture = false,
- bool textRecognition = false,
- bool barcodeDetection = false,
- bool cameraImage = false,
- bool nativeViewer = false,
- bool viewer = false,
- bool webXr = false,
- bool sensorAr = false,
- List<
String> formats = const <String>[],
Implementation
const UArCapabilities({
this.platform = "",
this.worldTracking = false,
this.planeHorizontal = false,
this.planeVertical = false,
this.planeClassification = false,
this.depth = false,
this.peopleOcclusion = false,
this.sceneReconstruction = false,
this.lidar = false,
this.imageTracking = false,
this.objectTracking = false,
this.faceTracking = false,
this.bodyTracking = false,
this.geospatial = false,
this.gpsGeo = false,
this.cloudAnchors = false,
this.worldMap = false,
this.collaboration = false,
this.lightEstimation = false,
this.environmentHdr = false,
this.instantPlacement = false,
this.semantics = false,
this.recording = false,
this.snapshot = false,
this.roomPlan = false,
this.objectCapture = false,
this.textRecognition = false,
this.barcodeDetection = false,
this.cameraImage = false,
this.nativeViewer = false,
this.viewer = false,
this.webXr = false,
this.sensorAr = false,
this.formats = const <String>[],
});