ESP32-CAM Guru Meditation Error

I would suggest you to decided this using exception decodeer

Thank you everyone for your help, I have resolved this issue and it can be marked SOLVED.

The issue was that both initializing the camera, as well as ResetButton.h utilize the interrupt service and both were initializing it. I commented out this line in ResetButton.h and all is well. I will need to figure out a work around but for now this gets me another step forward.

Comment out this line:

attachInterrupt(BOARD_BUTTON_PIN, button_change, CHANGE);

Thanks again for all the help.

1 Like