83 this->_config.ledc_channel = LEDC_CHANNEL_0;
84 this->_config.ledc_timer = LEDC_TIMER_0;
85 this->_config.pin_d0 = Y2_GPIO_NUM;
86 this->_config.pin_d1 = Y3_GPIO_NUM;
87 this->_config.pin_d2 = Y4_GPIO_NUM;
88 this->_config.pin_d3 = Y5_GPIO_NUM;
89 this->_config.pin_d4 = Y6_GPIO_NUM;
90 this->_config.pin_d5 = Y7_GPIO_NUM;
91 this->_config.pin_d6 = Y8_GPIO_NUM;
92 this->_config.pin_d7 = Y9_GPIO_NUM;
93 this->_config.pin_xclk = XCLK_GPIO_NUM;
94 this->_config.pin_pclk = PCLK_GPIO_NUM;
95 this->_config.pin_vsync = VSYNC_GPIO_NUM;
96 this->_config.pin_href = HREF_GPIO_NUM;
97 this->_config.pin_sccb_sda = SIOD_GPIO_NUM;
98 this->_config.pin_sccb_scl = SIOC_GPIO_NUM;
99 this->_config.pin_pwdn = PWDN_GPIO_NUM;
100 this->_config.pin_reset = RESET_GPIO_NUM;
102 this->_config.xclk_freq_hz = 20000000;
103 this->_config.pixel_format = PIXFORMAT_JPEG;
104 this->_config.frame_size = FRAMESIZE_QVGA;
105 this->_config.jpeg_quality = 12;
106 this->_config.fb_count = 2;
107 this->_config.fb_location = CAMERA_FB_IN_PSRAM;
108 this->_config.grab_mode = CAMERA_GRAB_LATEST;