ipa: raspberrypi: Rename vblank field in SensorConfig to vblankDelay
The name vblankDelay is clearer. Signed-off-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
8f3a54ae6a
commit
3a59555414
@@ -1266,7 +1266,7 @@ int RPiCameraData::configureIPA(const CameraConfiguration *config)
|
||||
std::unordered_map<uint32_t, unsigned int> delays = {
|
||||
{ V4L2_CID_ANALOGUE_GAIN, result.sensorConfig.gainDelay },
|
||||
{ V4L2_CID_EXPOSURE, result.sensorConfig.exposureDelay },
|
||||
{ V4L2_CID_VBLANK, result.sensorConfig.vblank }
|
||||
{ V4L2_CID_VBLANK, result.sensorConfig.vblankDelay }
|
||||
};
|
||||
|
||||
delayedCtrls_ = std::make_unique<DelayedControls>(unicam_[Unicam::Image].dev(), delays);
|
||||
|
||||
Reference in New Issue
Block a user