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 two detection models plus a classification model
simultaneously on a single camera stream — no JPEG round-trip, no MethodChannel
per frame. Each model runs concurrently on its own queue.
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.