mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
feat(isp_color): support ISP color on P4
This commit is contained in:
@@ -20,7 +20,7 @@ extern "C" {
|
||||
*
|
||||
*/
|
||||
typedef struct {
|
||||
float matrix[ISP_CCM_DIMENSION][ISP_CCM_DIMENSION]; /*!< The color correction matrix in float, range (-4.0, 4.0) */
|
||||
float matrix[ISP_CCM_DIMENSION][ISP_CCM_DIMENSION]; /*!< The color correction matrix in float*/
|
||||
bool saturation; /*!< Whether to use saturation when the float data in the matrix is out of the range,
|
||||
* For example, if one of the matrix data is 5.0,
|
||||
* When saturation is true, and final value will be limited to 4.0, and won't rise error
|
||||
|
||||
Reference in New Issue
Block a user