I recently took on a project for school where I would like to display a custom message when a face is detected. I have an ESP32 camera and arduino uno and want to know how I can run the ESP32 cam facial detecting and run certain code when a face is detected on an arduino that will display a message on a led or lcd display. I know how I can write code for the display however I don’t know how to get the arduino to detect whether or not the ESP32 cam detected a face. Any help would be appreciated!