diff --git a/cubesatsim/esp32-cam/esp32-cam.ino b/cubesatsim/esp32-cam/esp32-cam.ino index 50b814d9..cdccf1be 100644 --- a/cubesatsim/esp32-cam/esp32-cam.ino +++ b/cubesatsim/esp32-cam/esp32-cam.ino @@ -218,7 +218,7 @@ static camera_config_t camera_config = { .ledc_timer = LEDC_TIMER_0, .ledc_channel = LEDC_CHANNEL_0, - .pixel_format = PIXFORMAT_RGB565. //888, //PIXFORMAT_JPEG, // Options: YUV422, GRAYSCALE, RGB565, JPEG + .pixel_format = PIXFORMAT_RGB565, //888, //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 = 6, // 12, //0-63 lower number means higher quality