ipa: rkisp1: Add enable field for LSC algorithm in IPA context
Add an enable variable in the lsc struct in IPASessionConfiguration which indicates if the LSC hardware module is enabled. This will allow other algorithms to retrieve this information. Signed-off-by: Florian Sylvestre <fsylvestre@baylibre.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
ea549c46d3
commit
6d20a93177
@@ -96,6 +96,14 @@ namespace libcamera::ipa::rkisp1 {
|
||||
* operates in manual or automatic mode.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \var IPASessionConfiguration::lsc
|
||||
* \brief Lens Shading Correction configuration of the IPA
|
||||
*
|
||||
* \var IPASessionConfiguration::lsc.enabled
|
||||
* \brief Indicates if the LSC hardware is enabled
|
||||
*/
|
||||
|
||||
/**
|
||||
* \var IPASessionConfiguration::sensor
|
||||
* \brief Sensor-specific configuration of the IPA
|
||||
|
||||
Reference in New Issue
Block a user