'Connect real-time Python data (E.g. object detection results in real-time) to database (any)
Is it possible if I want to enter object detection data into the database? (Eg MySQL or MariaDB. Or whatever :) , as long as it's quick and easy to work with - not tied to QoS or network reliability)
I want what object is detected by the camera, the data is 'recorded' to the database. For example, if "Person" is detected, the keyword "Person" will appear in the database later. The OpenCV program combined with the YOLOv4-Tiny model is done, but is stuck with that problem now. Is that possible? How to? Thank you!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
