pico-esp32-sstv
alanbjohnston 3 years ago committed by GitHub
parent e3d9ce9db6
commit b082cdd374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -318,7 +318,7 @@ static camera_config_t camera_config = {
.ledc_timer = LEDC_TIMER_0,
.ledc_channel = LEDC_CHANNEL_0,
// .pixel_format = PIXFORMAT_JPEG, // Options: YUV422, GRAYSCALE, RGB565, JPEG
.pixel_format = PIXFORMAT_ RGB565, // Options: YUV422, GRAYSCALE, RGB565, JPEG
.pixel_format = PIXFORMAT_RGB565, // Options: YUV422, GRAYSCALE, RGB565, JPEG
.frame_size = FRAMESIZE_QVGA, // Options: QQVGA-UXGA, QVGA Do not use sizes above QVGA when not JPEG
.jpeg_quality = 6, // 12, //0-63 lower number means higher quality

Loading…
Cancel
Save

Powered by TurnKey Linux.