We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fcfc6 commit 42d48b3Copy full SHA for 42d48b3
libraries/ESP32/examples/Camera/CameraWebServer/CameraWebServer.ino
@@ -41,8 +41,8 @@ void setup() {
41
config.pin_reset = RESET_GPIO_NUM;
42
config.xclk_freq_hz = 20000000;
43
config.frame_size = FRAMESIZE_UXGA;
44
- //config.pixel_format = PIXFORMAT_JPEG; // for streaming
45
- config.pixel_format = PIXFORMAT_RGB565; // for face detection/recognition
+ config.pixel_format = PIXFORMAT_JPEG; // for streaming
+ //config.pixel_format = PIXFORMAT_RGB565; // for face detection/recognition
46
config.grab_mode = CAMERA_GRAB_WHEN_EMPTY;
47
config.fb_location = CAMERA_FB_IN_PSRAM;
48
config.jpeg_quality = 12;
0 commit comments