attachInterrupt(interruptPin, trigger, RISING);
This one line of code above, causes my ESP32 Cam to just continuously reboot. When I comment it out, everything works fine. Here is the error from the monitor.
I’m using the Basic Image Classification program, Arduino 1.8.19.
Can anyone help me fix this? If you need all my code, I will happily provide it.