mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 23:09:45 +03:00
test: delayed_controls: Add test case for DelayedControls
Add a test case for DelayedControls that exercises the setting of controls and reading back what controls were used for a particular frame. Also exercise corner cases such as a V4L2 device that does not reset its sequence number to 0 at stream on and sequence number wrapping around the uint32_t value space. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
parent
3d4b7b0059
commit
5023ad293d
2 changed files with 298 additions and 0 deletions
|
@ -29,6 +29,7 @@ public_tests = [
|
|||
internal_tests = [
|
||||
['byte-stream-buffer', 'byte-stream-buffer.cpp'],
|
||||
['camera-sensor', 'camera-sensor.cpp'],
|
||||
['delayed_contols', 'delayed_contols.cpp'],
|
||||
['event', 'event.cpp'],
|
||||
['event-dispatcher', 'event-dispatcher.cpp'],
|
||||
['event-thread', 'event-thread.cpp'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue