| Message ID | 20251205-mali-cru-v1-7-d81bb5ffe73a@ideasonboard.com |
|---|---|
| State | New |
| Headers | show |
| Series |
|
| Related | show |
diff --git a/src/libcamera/pipeline/mali-c55/rzg2l-cru.cpp b/src/libcamera/pipeline/mali-c55/rzg2l-cru.cpp index ac540ba2e29d25191e87a6208d33094e4ef2b969..715fb5cdeae011855162beb97e3e2b39ce7fbe05 100644 --- a/src/libcamera/pipeline/mali-c55/rzg2l-cru.cpp +++ b/src/libcamera/pipeline/mali-c55/rzg2l-cru.cpp @@ -27,9 +27,9 @@ namespace libcamera { static const std::map<uint8_t, V4L2PixelFormat> bitDepthToFmt{ - { 10, V4L2PixelFormat(V4L2_PIX_FMT_RAW_CRU10) }, - { 12, V4L2PixelFormat(V4L2_PIX_FMT_RAW_CRU12) }, - { 14, V4L2PixelFormat(V4L2_PIX_FMT_RAW_CRU14) }, + { 10, V4L2PixelFormat(V4L2_PIX_FMT_SBGGR10) }, + { 12, V4L2PixelFormat(V4L2_PIX_FMT_SBGGR12) }, + { 14, V4L2PixelFormat(V4L2_PIX_FMT_SBGGR14) }, }; LOG_DEFINE_CATEGORY(RZG2LCRU)
A non-sense commit just to make sure CI is run properly, as we can't specify dependencies on other series. Of course, not for inclusion. Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> --- src/libcamera/pipeline/mali-c55/rzg2l-cru.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)