multi_task_yolo_view library

Classes

MultiTaskYOLOController
Controller for MultiTaskYOLOView. Pass to the widget and call capturePhoto to take a still JPEG from the live camera stream.
MultiTaskYOLOView
A Flutter widget that runs detect, classify, and optionally segment simultaneously on a single camera stream — no JPEG round-trip, no MethodChannel per frame.

Typedefs

MultiTaskStreamCallback = void Function(Map<String, dynamic> data)
Callback fired on the main thread for each inference result from one of the active YOLO tasks.