| Message ID | 20260327144726.7983-3-david.plowman@raspberrypi.com |
|---|---|
| State | New |
| Headers | show |
| Series |
|
| Related | show |
Hi David, Thank you for the update. On Fri, 27 Mar 2026 at 14:47, David Plowman <david.plowman@raspberrypi.com> wrote: > > The ControlListSequence 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> Reviewed-by: Naushir Patuck <naush@raspberrypi.com> > --- > src/libcamera/control_ids_rpi.yaml | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/src/libcamera/control_ids_rpi.yaml b/src/libcamera/control_ids_rpi.yaml > index a8615112..0b7da5b2 100644 > --- a/src/libcamera/control_ids_rpi.yaml > +++ b/src/libcamera/control_ids_rpi.yaml > @@ -183,4 +183,13 @@ controls: > \sa SyncMode > \sa SyncReady > \sa SyncTimer > + > + - ControlListSequence: > + 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. > ... > -- > 2.47.3 >
diff --git a/src/libcamera/control_ids_rpi.yaml b/src/libcamera/control_ids_rpi.yaml index a8615112..0b7da5b2 100644 --- a/src/libcamera/control_ids_rpi.yaml +++ b/src/libcamera/control_ids_rpi.yaml @@ -183,4 +183,13 @@ controls: \sa SyncMode \sa SyncReady \sa SyncTimer + + - ControlListSequence: + 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 ControlListSequence 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 | 9 +++++++++ 1 file changed, 9 insertions(+)