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
|
@ -53,7 +53,8 @@ option('pipelines',
|
|||
'rpi/vc4',
|
||||
'simple',
|
||||
'uvcvideo',
|
||||
'vimc'
|
||||
'vimc',
|
||||
'virtual'
|
||||
],
|
||||
description : 'Select which pipeline handlers to build. If this is set to "auto", all the pipelines applicable to the target architecture will be built. If this is set to "all", all the pipelines will be built. If both are selected then "all" will take precedence.')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue