mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
ports/stm32: Enable gamma correction.
This commit is contained in:
parent
0307402a57
commit
0c1d134a84
@ -167,6 +167,10 @@ int stm_isp_config_pipeline(DCMIPP_HandleTypeDef *dcmipp, uint32_t pipe,
|
||||
}
|
||||
}
|
||||
|
||||
if (HAL_DCMIPP_PIPE_EnableGammaConversion(dcmipp, pipe) != HAL_OK) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif // DCMIPP
|
||||
|
||||
Loading…
Reference in New Issue
Block a user