Detect Objects and Transmit Images Using MQTT
In this article, we will learn how to use OpenCV and YOLO object detector to capture/save and detect objects in images every five seconds. We will then convert the image into a byte array and publish it via MQTT, which will be received on another remote device and saved as JPG. We will use the … Read more