We are customizing QGC to support drones with real time object detecting capability and we need to display the images of the detected objects on QGC. We use yolo5 for object detection.
Should I create a new class to display the detected objects and do I need a database for this purpose?