Skip to content

Commit

Permalink
constexpr camera_config_t m5stack_camera_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Jan 28, 2024
1 parent 7f37bff commit 51c5bf0
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions include/camera_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,29 +112,29 @@ constexpr camera_config_t ttgo_t_camera_settings = {

constexpr camera_config_t m5stack_camera_settings = {
.pin_pwdn = -1,
.pin_reset = 15,
.pin_xclk = 27,
.pin_sscb_sda = 25,
.pin_sscb_scl = 23,
.pin_d7 = 19,
.pin_d6 = 36,
.pin_d5 = 18,
.pin_d4 = 39,
.pin_d3 = 5,
.pin_d2 = 34,
.pin_d1 = 35,
.pin_d0 = 32,
.pin_vsync = 22,
.pin_href = 26,
.pin_pclk = 21,
.pin_reset = -1,
.pin_xclk = 10,
.pin_sscb_sda = 40,
.pin_sscb_scl = 39,
.pin_d7 = 48,
.pin_d6 = 11,
.pin_d5 = 12,
.pin_d4 = 14,
.pin_d3 = 16,
.pin_d2 = 18,
.pin_d1 = 17,
.pin_d0 = 15,
.pin_vsync = 38,
.pin_href = 47,
.pin_pclk = 13,
.xclk_freq_hz = 20000000,
.ledc_timer = LEDC_TIMER_0,
.ledc_channel = LEDC_CHANNEL_0,
.pixel_format = PIXFORMAT_JPEG,
.frame_size = FRAMESIZE_SVGA,
.jpeg_quality = 12,
.fb_count = 1,
.fb_location = CAMERA_FB_IN_DRAM,
.fb_location = CAMERA_FB_IN_PSRAM,
.grab_mode = CAMERA_GRAB_LATEST};

constexpr camera_config_t wrover_kit_camera_settings = {
Expand Down

0 comments on commit 51c5bf0

Please sign in to comment.