onStreamingData property

dynamic Function(Map<String, dynamic>)? onStreamingData
final

Raw per-frame streaming data. Top-level keys include detections, fps, processingTimeMs, timestamp, frameNumber, and imageWidth/imageHeight — the dimensions of the upright frame that normalized detection coordinates refer to, for custom overlay transforms.

Implementation

final Function(Map<String, dynamic>)? onStreamingData;