Skip to content

Commit 5b7f946

Browse files
authored
Tips for adding camera examples
1 parent 52dd1b4 commit 5b7f946

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/Basics/camera/camera.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*
1414
* @Hardwares: M5AtomS3R Cam
1515
* @Platform Version: Arduino M5Stack Board Manager v2.1.2
16+
* @Notes: Remember to turn on PSRAM, otherwise the camera can't be initialized normally.
1617
*/
1718

1819
#include "camera_pins.h"
@@ -203,4 +204,4 @@ client_exit:
203204
}
204205
client->stop();
205206
Serial.printf("Image stream end\r\n");
206-
}
207+
}

0 commit comments

Comments
 (0)