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:
parent
670bbf3dc2
commit
3a884ebfe4
5 changed files with 390 additions and 1 deletions
|
@ -217,6 +217,7 @@ pipelines_support = {
|
|||
'simple': ['any'],
|
||||
'uvcvideo': ['any'],
|
||||
'vimc': ['test'],
|
||||
'virtual': ['test'],
|
||||
}
|
||||
|
||||
if pipelines.contains('all')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue