diff options
author | Harvey Yang <chenghaoyang@chromium.org> | 2024-10-22 07:43:39 +0000 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2024-11-20 10:47:27 +0000 |
commit | 3a884ebfe4cdd0a0fd9b9d3202d3369c737e381b (patch) | |
tree | 8e074ec6ac57418e1ea031592737b8a73b445cde /meson.build | |
parent | 670bbf3dc2b1099bd12cdcea0e63a26637db6d00 (diff) |
libcamera: virtual: Add VirtualPipelineHandler
Add VirtualPipelineHandler for more unit tests and verfiy libcamera
infrastructure works on devices without using hardware cameras.
Signed-off-by: Harvey Yang <chenghaoyang@chromium.org>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index e3052260..33afbb74 100644 --- a/meson.build +++ b/meson.build @@ -217,6 +217,7 @@ pipelines_support = { 'simple': ['any'], 'uvcvideo': ['any'], 'vimc': ['test'], + 'virtual': ['test'], } if pipelines.contains('all') |