feat(isp_color): support ISP color on P4

This commit is contained in:
gaoxu
2025-09-24 10:23:42 +08:00
committed by BOT
parent 2f2c65ecaf
commit 0726a0dc0f
4 changed files with 72 additions and 3 deletions

View File

@@ -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