diff options
author | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2019-04-30 20:28:31 +0200 |
---|---|---|
committer | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2019-06-19 12:25:12 +0200 |
commit | 5ed3a89480b5330e0032c13ba6edb2adcf5c3e7a (patch) | |
tree | f91f2531d412d0bf579043db8608a29cc7dbd06f /test/meson.build | |
parent | a50289642948239722b0f45b2df097df20d43ae9 (diff) |
test: stream: Add test for StreamFormat
Test that both discrete and range based stream format descriptions
result in good discrete frame sizes. The range based stream formats
needs to be fitted with a table of resolutions inside libcamera so if
that table is updated this test might need to be updated.
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index 25f181c2..654e0089 100644 --- a/test/meson.build +++ b/test/meson.build @@ -4,6 +4,7 @@ subdir('camera') subdir('ipa') subdir('media_device') subdir('pipeline') +subdir('stream') subdir('v4l2_device') subdir('v4l2_subdevice') |