diff --git a/esp_cam_sensor/CHANGELOG.md b/esp_cam_sensor/CHANGELOG.md index b4af570..22f8be5 100644 --- a/esp_cam_sensor/CHANGELOG.md +++ b/esp_cam_sensor/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.8.0 + +- Added the dependency of esp-ipa component in esp_cam_sensor +- Fixed the minimum exposure time for SC2336 and SC202CS. +- Added default IPA JSON configuration files for OV2710, OV5647 and SC2336. + ## 0.7.1 - Fixed the bayer type error in the OV5647 driver diff --git a/esp_cam_sensor/idf_component.yml b/esp_cam_sensor/idf_component.yml index 6aaf645..a0f63fa 100644 --- a/esp_cam_sensor/idf_component.yml +++ b/esp_cam_sensor/idf_component.yml @@ -1,4 +1,4 @@ -version: "0.7.1" +version: "0.8.0" description: "Espressif camera sensor drivers" targets: - esp32p4