pipeline: ipa: raspberrypi: Add HBLANK control to DelayedControls
Update CamHelper::getDelays() to return the sensor HBLANK delay. The HBLANK delay is set to the same value as VBLANK delay for all sensors in the Raspberry Pi IPA. Return the HBLANK gain delay from the IPA to the pipeline handler, and initialise DelayedControls to handle V4L2_CID_HBLANK with this delay value. As a drive-by, check that the V4L2_CID_HBLANK control is available when calling IPARPi::configure(). Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Tested-by: Dave Stevenson <dave.stevenson@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
f694da76be
commit
aa2fe6a86f
@@ -23,6 +23,7 @@ struct SensorConfig {
|
||||
uint32 gainDelay;
|
||||
uint32 exposureDelay;
|
||||
uint32 vblankDelay;
|
||||
uint32 hblankDelay;
|
||||
uint32 sensorMetadata;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user