streamingConfig property

YOLOStreamingConfig? streamingConfig
final

Initial streaming configuration for detection results.

Controls what data is included in the streaming results. If not specified, uses the default minimal configuration. Can be changed dynamically via the controller.

Implementation

final YOLOStreamingConfig? streamingConfig;