ESP32 CAM project
Budget: $10 – $30 USD
The task is about repairing existing code.
Original source has a face detection and will record the face by the button click. But in this code, it will take a frame as reference picture on button click. every frame will then become compared to the reference image and on difference of pixel count, it will let the LED light off. If frame comparison will tell the frame is similar like before, the green LED will light.
There is a threshold for image comparison.
Problem: The reference image will be taken and compared but there is a problem and the program stops working on a while.
Future request: The reference picture should be uploaded to RestApi website on button click.
Original source has a face detection and will record the face by the button click. But in this code, it will take a frame as reference picture on button click. every frame will then become compared to the reference image and on difference of pixel count, it will let the LED light off. If frame comparison will tell the frame is similar like before, the green LED will light.
There is a threshold for image comparison.
Problem: The reference image will be taken and compared but there is a problem and the program stops working on a while.
Future request: The reference picture should be uploaded to RestApi website on button click.