arduino-esp32/libraries/ESP32/examples/Camera/CameraWebServer
René Bohne 3a96fc0e4a
framebuffer location for no-psram boards (#6219)
If board has no PSRAM, we need to set the framebuffer location to DRAM:
config.fb_location = CAMERA_FB_IN_DRAM;
2022-02-01 13:59:32 +02:00
..
.skip.esp32c3 Initial Esp32c3 Support (#5060) 2021-04-14 18:10:05 +03:00
app_httpd.cpp Update camera example (#5397) 2021-07-16 16:55:59 +03:00
camera_index.h Update camera example (#5397) 2021-07-16 16:55:59 +03:00
camera_pins.h Add support M5Stack Unit CAM (#5748) 2021-10-11 13:01:10 +03:00
CameraWebServer.ino framebuffer location for no-psram boards (#6219) 2022-02-01 13:59:32 +02:00