libcamera: pipeline: rkisp1: Add support for RGB656
The self path supports RGB565, list it as a supported format. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
@@ -218,13 +218,14 @@ constexpr std::array<PixelFormat, 5> RKISP1_RSZ_MP_FORMATS{
|
||||
|
||||
constexpr Size RKISP1_RSZ_SP_SRC_MIN{ 32, 16 };
|
||||
constexpr Size RKISP1_RSZ_SP_SRC_MAX{ 1920, 1920 };
|
||||
constexpr std::array<PixelFormat, 5> RKISP1_RSZ_SP_FORMATS{
|
||||
constexpr std::array<PixelFormat, 6> RKISP1_RSZ_SP_FORMATS{
|
||||
formats::YUYV,
|
||||
formats::NV16,
|
||||
formats::NV61,
|
||||
formats::NV21,
|
||||
formats::NV12,
|
||||
/* \todo Add support for BGR888 and RGB565 */
|
||||
formats::RGB565,
|
||||
/* \todo Add support for BGR888 */
|
||||
};
|
||||
} /* namespace */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user