We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cf5642 + 5b7f946 commit 40d6aabCopy full SHA for 40d6aab
examples/Basics/camera/camera.ino
@@ -13,6 +13,7 @@
13
*
14
* @Hardwares: M5AtomS3R Cam
15
* @Platform Version: Arduino M5Stack Board Manager v2.1.2
16
+ * @Notes: Remember to turn on PSRAM, otherwise the camera can't be initialized normally.
17
*/
18
19
#include "camera_pins.h"
@@ -203,4 +204,4 @@ client_exit:
203
204
}
205
client->stop();
206
Serial.printf("Image stream end\r\n");
-}
207
+}
0 commit comments