mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
feat(isp): Update hue for esp32p4eco5
This commit is contained in:
@@ -90,7 +90,7 @@ void isp_hal_init(isp_hal_context_t *hal, int isp_id);
|
||||
typedef struct {
|
||||
isp_color_contrast_t color_contrast; ///< The color contrast value, range 0~1, decimal value should be 0~127
|
||||
isp_color_saturation_t color_saturation; ///< The color saturation value, range 0~1, decimal value should be 0~127
|
||||
uint32_t color_hue; ///< The color hue angle value, range 0-360
|
||||
uint32_t color_hue; ///< The color hue angle value, range 0-359
|
||||
int color_brightness; ///< The color brightness value, range -128~127
|
||||
} isp_hal_color_cfg_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user