IsolateFrameProcessor class

Multithreaded background isolate worker for processing camera image frames, performing sub-region ROI cropping, image enhancement, blur/motion detection, static frame skipping, and calculating frame luminosity without UI stutter.

Constructors

IsolateFrameProcessor()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

getPooledBuffer(int size) Uint8List
Recycles buffer to prevent GC allocations across streaming frames.
processFrame(IsolateFrameTaskData task) Future<IsolateFrameResult>
Processes raw frame payload on a background isolate thread.