libcamera: formats: Add 14-bits Bayer RAW formats
Add formats definition and mappings for 14-bits Bayer RAW formats. Add definitions for non-packed and CSI-2 packed variants. Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
This commit is contained in:
@@ -177,6 +177,22 @@ const std::map<V4L2PixelFormat, V4L2PixelFormat::Info> vpf2pf{
|
||||
{ formats::SGRBG12_CSI2P, "12-bit Bayer GRGR/BGBG Packed" } },
|
||||
{ V4L2PixelFormat(V4L2_PIX_FMT_SRGGB12P),
|
||||
{ formats::SRGGB12_CSI2P, "12-bit Bayer RGRG/GBGB Packed" } },
|
||||
{ V4L2PixelFormat(V4L2_PIX_FMT_SBGGR14),
|
||||
{ formats::SBGGR14, "14-bit Bayer BGBG/GRGR" } },
|
||||
{ V4L2PixelFormat(V4L2_PIX_FMT_SGBRG14),
|
||||
{ formats::SGBRG14, "14-bit Bayer GBGB/RGRG" } },
|
||||
{ V4L2PixelFormat(V4L2_PIX_FMT_SGRBG14),
|
||||
{ formats::SGRBG14, "14-bit Bayer GRGR/BGBG" } },
|
||||
{ V4L2PixelFormat(V4L2_PIX_FMT_SRGGB14),
|
||||
{ formats::SRGGB14, "14-bit Bayer RGRG/GBGB" } },
|
||||
{ V4L2PixelFormat(V4L2_PIX_FMT_SBGGR14P),
|
||||
{ formats::SBGGR14_CSI2P, "14-bit Bayer BGBG/GRGR Packed" } },
|
||||
{ V4L2PixelFormat(V4L2_PIX_FMT_SGBRG14P),
|
||||
{ formats::SGBRG14_CSI2P, "14-bit Bayer GBGB/RGRG Packed" } },
|
||||
{ V4L2PixelFormat(V4L2_PIX_FMT_SGRBG14P),
|
||||
{ formats::SGRBG14_CSI2P, "14-bit Bayer GRGR/BGBG Packed" } },
|
||||
{ V4L2PixelFormat(V4L2_PIX_FMT_SRGGB14P),
|
||||
{ formats::SRGGB14_CSI2P, "14-bit Bayer RGRG/GBGB Packed" } },
|
||||
{ V4L2PixelFormat(V4L2_PIX_FMT_SBGGR16),
|
||||
{ formats::SBGGR16, "16-bit Bayer BGBG/GRGR" } },
|
||||
{ V4L2PixelFormat(V4L2_PIX_FMT_SGBRG16),
|
||||
|
||||
Reference in New Issue
Block a user