500 ms between photos, JPEG quality from 12 to 6

pico-v0.15
alanbjohnston 3 years ago committed by GitHub
parent fd2abceb1c
commit a27c33cb0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -128,7 +128,7 @@ void loop() {
send_image_serial(filename);
delay(5000);
delay(500);
}
/**
@ -220,7 +220,7 @@ static camera_config_t camera_config = {
.pixel_format = PIXFORMAT_JPEG, // Options: YUV422, GRAYSCALE, RGB565, JPEG
.frame_size = FRAMESIZE_QVGA, // Options: QQVGA-UXGA, QVGA Do not use sizes above QVGA when not JPEG
.jpeg_quality = 12, //0-63 lower number means higher quality
.jpeg_quality = 6, // 12, //0-63 lower number means higher quality
.fb_count = 1, //if more than one, i2s runs in continuous mode. Use only with JPEG
// .grab_mode = CAMERA_GRAB_WHEN_EMPTY,
};

Loading…
Cancel
Save

Powered by TurnKey Linux.