Skip to content

Commit

Permalink
Merge branch 'feature/update_video_and_ipa' into 'master'
Browse files Browse the repository at this point in the history
Update esp_video to v0.8.0, update esp_ipa to v0.2.0

See merge request espressif/esp-video-components!233
  • Loading branch information
wujiangang committed Jan 7, 2025
2 parents 9c3bf4c + ec7ec2e commit 1890098
Show file tree
Hide file tree
Showing 8 changed files with 643 additions and 29 deletions.
6 changes: 6 additions & 0 deletions esp_cam_sensor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion esp_cam_sensor/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "0.7.1"
version: "0.8.0"
description: "Espressif camera sensor drivers"
targets:
- esp32p4
Expand Down
11 changes: 11 additions & 0 deletions esp_ipa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.2.0

- Added auto color correction algorithm for ISP image color management module
- Added auto denoising algorithm for ISP image denoising module
- Added auto enhancement algorithm for ISP image enhancement module
- Added auto exposure and gain control algorithm for sensor exposure and gain control module
- Added image analysis algorithm to analyze image color temperature and luma
- Added pipeline global variable management functions
- Added script to transform JSON configuration file to C source code for algorithms
- Modified ESP-IDF version from v5.3 to v5.4 to support full ISP modules

## 0.1.0

- Initial version for esp_ipa component
Expand Down
Loading

0 comments on commit 1890098

Please sign in to comment.