mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-12 07:33:17 +00:00
feat(isp): support on p4 rev3
This commit is contained in:

committed by
Armando (Dou Yiwen)

parent
9cee386af9
commit
9a4d37f109
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user