Anomaly analysis with ESP32-S3 CAM
- 2 Devlogs
- 10 Total hours
Using an ESP32-S3 with the CAM module, I can analyze objects and train a neural network to find anomalies
Using an ESP32-S3 with the CAM module, I can analyze objects and train a neural network to find anomalies
Devlog #2: I completed the camera post-processing part, added the option to change the ESP32 IP directly from the web interface, and improved the data transfer between the ESP32 and the backend to make image capture faster and more reliable.
The next step is to add IR sensors to detect when pallets pass under the camera, so the system can trigger captures automatically.
Devlog #1: After rewriting the entire project base and switching the communication protocol from HTTP to TCP, I’m now working on camera exposure control to make object detection more reliable, even in poor lighting conditions.