Merge branch 'feat/p4_rev3_isp' into 'master'

isp: basic support on p4 eco5

Closes IDF-13439

See merge request espressif/esp-idf!41682
This commit is contained in:
Armando (Dou Yiwen)
2025-09-17 01:45:10 +00:00
4 changed files with 589 additions and 4229 deletions

View File

@@ -1974,7 +1974,7 @@ __attribute__((always_inline))
static inline void isp_ll_hist_get_histogram_value(isp_dev_t *hw, uint32_t *histogram_value)
{
for (int i = 0; i < SOC_ISP_HIST_SEGMENT_NUMS; i++) {
histogram_value[i] = hw->hist_binn[i].hist_bin_n;
histogram_value[i] = hw->hist_bin[i].hist_bin_n;
}
}