ESP32-CAM: Remote Control Object Detection Camera

In this project I am going to build an IP surveillance camera with the ESP32-CAM board. It would stream video via TCP to PC where we can do some AI tasks such as object detection, classification or segmentation.
Moreover, the ESP32-CAM board can control the servo motors to rotate from user request on PC.

Source code: https://github.com/longpth/ESP32-CAM-…
Description: https://www.hackster.io/dragonph/esp3…

Leave a Comment