AnalysisCameraState class

Only image analysis, no preview, no photo or video captures

Inheritance

Constructors

AnalysisCameraState({required CameraContext cameraContext})
AnalysisCameraState.from(CameraContext orchestrator)
factory

Properties

analysisController AnalysisController?
read-onlyinherited
cameraContext ↔ CameraContext
read / writeinherited
captureMode CaptureMode
read-onlyoverride
captureState MediaCapture?
read-onlyinherited
captureState$ Stream<MediaCapture?>
Use this stream to listen for capture state
read-onlyinherited
filter AwesomeFilter
read-onlyinherited
filter$ Stream<AwesomeFilter>
read-onlyinherited
filterSelectorOpened$ Stream<bool>
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
saveConfig SaveConfig?
read-onlyinherited
sensorConfig SensorConfig
The sensor config allows you to
read-onlyinherited
sensorConfig$ Stream<SensorConfig>
read-onlyinherited

Methods

dispose() → void
Closes streams depending on the current state
override
focus() → dynamic
focusOnPoint({required Offset flutterPosition, required PreviewSize pixelPreviewSize, required PreviewSize flutterPreviewSize, AndroidFocusSettings? androidFocusSettings}) Future<void>
getSensors() Future<SensorDeviceData>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
previewSize() Future<PreviewSize>
inherited
setFilter(AwesomeFilter newFilter) Future<void>
inherited
setSensorType(SensorType type, String deviceId) → void
inherited
setState(CaptureMode captureMode) → void
Switch to a state between
override
switchCameraSensor({CameraAspectRatios? aspectRatio, double? zoom, FlashMode? flash, SensorType? type}) Future<void>
Switch camera from Sensors.BACK Sensors.front All states can switch this
inherited
textureId() Future<int?>
inherited
toggleFilterSelector() → void
inherited
toString() String
A string representation of this object.
inherited
when({OnVideoMode? onVideoMode, OnPhotoMode? onPhotoMode, OnPreparingCamera? onPreparingCamera, OnVideoRecordingMode? onVideoRecordingMode, OnPreviewMode? onPreviewMode, OnAnalysisOnlyMode? onAnalysisOnlyMode}) → dynamic
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited