diff options
author | Naushir Patuck <naush@raspberrypi.com> | 2020-12-04 15:31:21 +0000 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-12-08 14:31:50 +0200 |
commit | 2795f333fce5f43a4239d8d40d34dde4e5caa6ca (patch) | |
tree | 0626319af99a7322f287545b11494e14b8931812 /include | |
parent | 0238b9e080bcf765f4a3ea9c7be1681cd0c3bb1f (diff) |
pipeline: ipa: raspberrypi: Pass controls to IPA on start
Forward any controls passed into the pipeline handler to the IPA.
The IPA then sets up the Raspberry Pi controller with these settings
appropriately, and passes back any V4L2 sensor controls that need
to be applied.
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
Tested-by: David Plowman <david.plowman@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/ipa/raspberrypi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libcamera/ipa/raspberrypi.h b/include/libcamera/ipa/raspberrypi.h index 86c97ffa..01fe5abc 100644 --- a/include/libcamera/ipa/raspberrypi.h +++ b/include/libcamera/ipa/raspberrypi.h @@ -22,6 +22,7 @@ enum ConfigParameters { IPA_CONFIG_SENSOR = (1 << 2), IPA_CONFIG_DROP_FRAMES = (1 << 3), IPA_CONFIG_FAILED = (1 << 4), + IPA_CONFIG_STARTUP = (1 << 5), }; enum Operations { |