Skip to content

Commit

Permalink
fix adaptive color2grey (#315)
Browse files Browse the repository at this point in the history
Co-authored-by: alex-guo <[email protected]>
  • Loading branch information
alex-GuoGuo and alex-guo authored Sep 2, 2022
1 parent 04c12f9 commit 5af74ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ static ADAPTIVE_ISP_PIPELINE_PARAM_T adap_imx219_f2k =

// static ADAPTIVE_ISP_COLOR_GREY_SWI2CH_PARAM_T color_grey_switch_param = {
/* nAutoSwitchEnable */
1, // use csm mode
0, // use csm mode
/* tColorGreySwitchParam */
{
/* Color2BW */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ static ADAPTIVE_ISP_PIPELINE_PARAM_T adap_imx219_r2k =

// static ADAPTIVE_ISP_COLOR_GREY_SWI2CH_PARAM_T color_grey_switch_param = {
/* nAutoSwitchEnable */
1, // use csm mode
0, // use csm mode
/* tColorGreySwitchParam */
{
/* Color2BW */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ static ADAPTIVE_ISP_PIPELINE_PARAM_T adap_imx385_f2k =

// static ADAPTIVE_ISP_COLOR_GREY_SWI2CH_PARAM_T color_grey_switch_param = {
/* nAutoSwitchEnable */
1, // use csm mode
0, // use csm mode
/* tColorGreySwitchParam */
{
/* Color2BW */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ static ADAPTIVE_ISP_PIPELINE_PARAM_T adap_imx385_r2k =

// static ADAPTIVE_ISP_COLOR_GREY_SWI2CH_PARAM_T color_grey_switch_param = {
/* nAutoSwitchEnable */
1, // use csm mode
0, // use csm mode
/* tColorGreySwitchParam */
{
/* Color2BW */
Expand Down

0 comments on commit 5af74ad

Please sign in to comment.