1. 09 Nov, 2023 1 commit
  2. 08 Nov, 2023 1 commit
  3. 11 Oct, 2023 2 commits
  4. 08 Aug, 2023 1 commit
  5. 18 Jul, 2023 2 commits
    • Juan Schiavoni's avatar
      Fails with ESP32 (Standard) and not run with ESP-IDF v5.2 (#542) · c0c17bd3
      Juan Schiavoni authored
      * Fails with ESP32 (standard) and ESP-IDF v5.2
      
      With IDF 5.2 master it works with esp32-s3 but fails with esp32 standard, and has two problems:
      
      First is that when compiling it does not find the function: ets_delay_us'.
      implicit declaration of function 'ets_delay_us';
      
      Second that it fails to initialize xlock.
      camera_xclk: ledc_timer_config failed, rc=103
      
      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_conf.deconfigure = false;
      
      * Build fails with ESP32 (Standard) and does not run with ESP-IDF v5.2
      
      With IDF 5.2 master it works with esp32-s3 but fails with esp32 standard, and has two problems:
      
      First is that when compiling it does not find the function: ets_delay_us'.
      implicit declaration of function 'ets_delay_us';
      
      Second that it fails to initialize xlock.
      camera_xclk: ledc_timer_config failed, rc=103
      
      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_conf.deconfigure = false;
      
      * Fails with ESP32 (Standard) and not run with ESP-IDF v5.2
      
      With IDF 5.2 master it works with esp32-s3 but fails with esp32 standard, and has two problems:
      
      First is that when compiling it does not find the function: ets_delay_us'. implicit declaration of function 'ets_delay_us';
      
      Second that it fails to initialize xlock.
      camera_xclk: ledc_timer_config failed, rc=103
      
      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_conf.deconfigure = false;
      
      ---------
      Co-authored-by: default avatarMe No Dev <me-no-dev@users.noreply.github.com>
      c0c17bd3
    • Me No Dev's avatar
      f595abfa
  6. 25 Apr, 2023 1 commit
  7. 20 Apr, 2023 2 commits
  8. 19 Apr, 2023 1 commit
    • Tomas Rezucha's avatar
      Fix/pedantic build (#529) · fac95097
      Tomas Rezucha authored
      * Fix: Make esp32-camera function prototypes strict
      
      This is required for pedantic builds with
      -Wstrict-prototypes flag
      
      * ci: Enable pedantic example build
      fac95097
  9. 11 Apr, 2023 1 commit
  10. 30 Mar, 2023 1 commit
  11. 12 Jan, 2023 1 commit
  12. 12 Dec, 2022 1 commit
  13. 08 Dec, 2022 1 commit
    • Bruno Randolf's avatar
      OV7670 fixes (#484) · 8bcc835c
      Bruno Randolf authored
      * ov7670: fix ov7670_frame_control()
      
      Last value of array (VREF) was overwritten by end marker
      
      * OV7670: Adapt QQVGA VSTART value to remove bar on top
      
      Remove empty bar at the top of the frame. This is more visible on
      OV7675, but also present on OV7670
      8bcc835c
  14. 16 Nov, 2022 1 commit
  15. 15 Nov, 2022 1 commit
  16. 10 Nov, 2022 1 commit
  17. 09 Nov, 2022 1 commit
  18. 08 Nov, 2022 1 commit
  19. 27 Oct, 2022 2 commits
  20. 14 Oct, 2022 1 commit
  21. 11 Oct, 2022 2 commits
  22. 26 Sep, 2022 2 commits
  23. 23 Sep, 2022 1 commit
  24. 20 Sep, 2022 1 commit
  25. 23 Aug, 2022 5 commits
  26. 15 Aug, 2022 1 commit
  27. 13 Aug, 2022 2 commits
  28. 12 Aug, 2022 2 commits