Using the ESP-WHO library and a pan and tilt platform to track a moving face. With the Espressif ESP-FACE library it’s easy to detect a face and find its location in the frame. The library provides a function called draw_face_boxes that is normally used to display a box around a detected face. The X and […]