I want to display the object detection results from the ESP32-CAM on a web page

Question/Issue:
I have an object detection project and it works great and printed the result on serial monitor, but I want to see what the camera sees on a web page , how i can do that?
Project ID:

Context/Use case:

Hi @abdulmola2000,

While this repo is no longer maintained, it has some examples showing how you can host images from the ESP32 onto a web page: GitHub - edgeimpulse/example-standalone-inferencing-espressif-esp32: Builds and runs an exported impulse locally (ESP IDF)

1 Like

thank you for your replay … is there another way to do it in ARDUINO IDE ?

Hi @abdulmola2000,

Yes, it should be possible with Arduino, but we don’t have any examples of that.