[libcamera-devel,v5,0/2] Virtual Pipeline Handler
mbox series

Message ID 20230407102050.17537-1-harveyycyang@gmail.com
Headers show
Series
  • Virtual Pipeline Handler
Related show

Message

Cheng-Hao Yang April 7, 2023, 10:20 a.m. UTC
Hi all,

Based on the patches of HeapAllocator, Virtual Pipeline
Handler can now generate blank (green) frames.

Following Kieran's suggestion, I squashed the commits of
the pipeline handler implementation into one.

Please take another look if it makes sense. We still
have quite some work to do to customize the camera config
and the fake data (i.e. images or videos).

BR,
Harvey

Harvey Yang (2):
  libcamera: pipeline: Accept a camera having no MediaDevice
  libcamera: pipeline: Add VirtualPipelineHandler

 meson.build                                |   1 +
 meson_options.txt                          |   3 +-
 src/libcamera/pipeline/virtual/meson.build |   5 +
 src/libcamera/pipeline/virtual/virtual.cpp | 302 +++++++++++++++++++++
 src/libcamera/pipeline_handler.cpp         |   4 -
 5 files changed, 310 insertions(+), 5 deletions(-)
 create mode 100644 src/libcamera/pipeline/virtual/meson.build
 create mode 100644 src/libcamera/pipeline/virtual/virtual.cpp