Hi, good morning,
I am trying to use an ESP32 CAM to take photos and store them on an SD card in different folders depending on the classification they receive. In the first folder, I want to place the diseased plants, and in the second, the healthy ones.
I don’t want to use Wi-Fi, so I used the link GitHub - edgeimpulse/example-esp32-cam: Builds and runs an exported image classification impulse on ESP32 Cam to perform the inference at boot, but the code has problems with image_util.h
, and I would like to know what I can do to fix it.
Right now I’m able to take the pictures and send to the sd card, but I want to classify the image right before sending the image to the card. Saving the img as “Figure 1 Classification Health”
Thank you.