[libcamera-devel,0/1] Add Bayer format support for RkISP1
mbox series

Message ID 20220923125546.903671-1-fsylvestre@baylibre.com
Headers show
Series
  • Add Bayer format support for RkISP1
Related show

Message

Florian Sylvestre Sept. 23, 2022, 12:55 p.m. UTC
This patch allows pipeline configuration for supporting raw format on RkISP1.
It also manage the fact that statistics will not be available while we bypass
ISP algorithms and that ISP is not supporting resizing on raw formats (so the
sensor resolution is forced if necessary).

Florian Sylvestre (1):
  pipeline: rkisp1: Implement Bayer formats support

 include/libcamera/ipa/rkisp1.mojom            |  1 +
 src/ipa/rkisp1/rkisp1.cpp                     | 10 +++
 src/libcamera/pipeline/rkisp1/rkisp1.cpp      | 63 ++++++++++++++++++-
 src/libcamera/pipeline/rkisp1/rkisp1_path.cpp | 51 ++++++++++++++-
 4 files changed, 120 insertions(+), 5 deletions(-)