durationOfNextFrame property
the duration of the next frame
this can be used to slow down the camera scanning and process the image so it will scan and wait for the next frame to be processed based on the duration
default is null which means the camera will scan as fast as possible
Implementation
final Duration? durationOfNextFrame;