diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-09-04 02:03:53 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-09-05 17:55:45 +0300 |
commit | a03ce60cf969b7b26b25c785f64cb5662635b702 (patch) | |
tree | b8f402d25184169cbab775c192f4085c06a8c7ba /test/camera/statemachine.cpp | |
parent | d182a99e7bff4edd7fd4812087d240b6b9365c45 (diff) |
libcamera: v4l2_device: Map YCbCrEncoding::None to V4L2
The ycbcrEncodingToV4l2 map is missing the YCbCrEncoding::None encoding,
which results in a failure of V4L2Device::fromColorSpace() to convert
color spaces from libcamera to V4L2 for RGB formats. Fix it by adding
the missing encoding. As V4L2 has no such encoding, use
V4L2_YCBCR_ENC_DEFAULT as the value doesn't matter.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Diffstat (limited to 'test/camera/statemachine.cpp')
0 files changed, 0 insertions, 0 deletions