I bought 3 m5Stack ESP32CAM units for Arduino. The demo says esp32_cam says you must have PSRAM, but the ESP32CAM does not. I'm talking about this unit: https://docs.m5stack.com/#/en/unit/esp32cam
If I use m5burner and flash the espcam-nopsram, I can connect and see video, so hardware is good.
I added the esp32 board support from here:
https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md
But then, Arduino,Tools,Board: does not have anything that seems like ESP32CAM.
Has Anybody managed to get the ESP32CAM unit to show video in Arduino? Or is this not really working?