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>
This commit is contained in:
Harvey Yang 2024-10-22 07:43:39 +00:00 committed by Kieran Bingham
parent 670bbf3dc2
commit 3a884ebfe4
5 changed files with 390 additions and 1 deletions

View file

@ -217,6 +217,7 @@ pipelines_support = {
'simple': ['any'],
'uvcvideo': ['any'],
'vimc': ['test'],
'virtual': ['test'],
}
if pipelines.contains('all')