

Additionally it provides a few tools, which allow converting the captured frame data to the more common BMP and JPEG formats. This repository hosts ESP32 series Soc compatible driver for image sensors. implicit declaration of function 'ets_delay_us' * Fails with ESP32 (Standard) and not run with ESP-IDF v5.2įirst is that when compiling it does not find the function: ets_delay_us'. * Build fails with ESP32 (Standard) and does not run with ESP-IDF v5.2

The solution is to add #define ets_delay_us esp_rom_delay_us when the idf version is greater than 5 and initialize the variable timer_configure = false Second that it fails to initialize xlock.Ĭamera_xclk: ledc_timer_config failed, rc=103 Implicit declaration of function 'ets_delay_us'

With IDF 5.2 master it works with esp32-s3 but fails with esp32 standard, and has two problems:įirst is that when compiling it does not find the function: ets_delay_us'. Fails with ESP32 (Standard) and not run with ESP-IDF v5.2 ( #542 ) * Fails with ESP32 (standard) and ESP-IDF v5.2
