mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 23:09:45 +03:00
libcamera: rpi: Draw sensor delays from CameraSensorProperties
Now that we have camera sensor control application delay values in the CameraSensorProperties class, remove the duplicated definitions in the RPi IPA's CameraSensorHelpers and update the pipeline handler to use the values from CameraSensorProperties. Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
fb02bbf7d9
commit
e4178d7943
16 changed files with 15 additions and 158 deletions
|
@ -12,10 +12,6 @@ import "include/libcamera/ipa/core.mojom";
|
|||
const uint32 MaxLsGridSize = 0x8000;
|
||||
|
||||
struct SensorConfig {
|
||||
uint32 gainDelay;
|
||||
uint32 exposureDelay;
|
||||
uint32 vblankDelay;
|
||||
uint32 hblankDelay;
|
||||
uint32 sensorMetadata;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue