Search found 1 match
- Mon Aug 24, 2020 10:59 pm
- Forum: ESP32 Arduino
- Topic: ESP32-CAM only saves in FRAMESIZE_CIF
- Replies: 1
- Views: 3306
ESP32-CAM only saves in FRAMESIZE_CIF
Hi everyone, first post here. It's my first experience with ESP32-CAM and I started from some sample code found online. In particular, I use this snippet to configure the camera: // camera config camera_config_t config; config.ledc_channel = LEDC_CHANNEL_0; config.ledc_timer = LEDC_TIMER_0; config.p...