Commit 3a96fc0
authored
framebuffer location for no-psram boards (espressif#6219)
If board has no PSRAM, we need to set the framebuffer location to DRAM:
config.fb_location = CAMERA_FB_IN_DRAM;1 parent 5be3ff7 commit 3a96fc0
File tree
1 file changed
+1
-0
lines changed- libraries/ESP32/examples/Camera/CameraWebServer
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments