[libcamera-devel] [PATCH 0/1] Add Bayer format support for RkISP1

Florian Sylvestre fsylvestre at baylibre.com
Fri Sep 23 14:55:45 CEST 2022


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(-)

-- 
2.34.1



More information about the libcamera-devel mailing list