| Message ID | 20260324151714.3345-3-david.plowman@raspberrypi.com |
|---|---|
| State | New |
| Headers | show |
| Series |
|
| Related | show |
diff --git a/src/libcamera/control_ids_rpi.yaml b/src/libcamera/control_ids_rpi.yaml index a8615112..aca023d7 100644 --- a/src/libcamera/control_ids_rpi.yaml +++ b/src/libcamera/control_ids_rpi.yaml @@ -183,4 +183,14 @@ controls: \sa SyncMode \sa SyncReady \sa SyncTimer + + - ControlId: + type: int64_t + direction: out + description: | + This is the sequence number of the request whose control list has + just been applied. Controls normally take several frames to apply, + so the number here will refer to a request submitted a number of + frames earlier. + ...
The ControlId identifies the sequence number of the request whose controls have been applied to the images in this request for the first time. Signed-off-by: David Plowman <david.plowman@raspberrypi.com> --- src/libcamera/control_ids_rpi.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+)