maxFPS property

int? maxFPS
final

Maximum frames per second for streaming output.

This controls how often results are sent to Flutter, not inference frequency. When set, limits the rate at which results are sent to improve performance. Null means no limit (device-dependent maximum).

Implementation

final int? maxFPS;