fustyles / Arduino

389 stars 287 forks source link

ESP32-CAM_coco-ssd_offline.ino #22

Open alexRAML opened 1 year ago

alexRAML commented 1 year ago

The project I am running looks very similar to the ESP32-CAM_coco-ssd_offline.ino project; however, I want to send the information of how many objects have been recognized to the serial port, but I can't get it to work. Normally this is usually done through an asynchronous server, but to be able to perform the recognition locally (access point) it is necessary to initialize a wifi server.

Any idea to communicate a variable of the html code with the serial port?