AnalysisConfig class Null safety

Constructors

AnalysisConfig({InputAnalysisImageFormat outputFormat = InputAnalysisImageFormat.nv21, int width = 500, double? maxFramesPerSecond, bool autoStart = true})

Properties

autoStart bool
When set to true, image analysis starts automatically. Otherwise, you will have to start it manually using AnalysisController.start()
final
hashCode int
The hash code for this object.
read-onlyinherited
maxFramesPerSecond double?
This is used to improve performance on low performance devices. It will skip frames if the camera is producing more than the specified.
final
outputFormat InputAnalysisImageFormat
Image analysis format. Used only on Android for now.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
width int
`Target width of you image analysis. CamerAwesome will try to find the closest resolution to this width. Used only on Android for now.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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