diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-09-07 02:14:39 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-10-24 16:00:13 +0300 |
commit | 4871e49a788c34f19e243ffce34a8ed9a0b702e6 (patch) | |
tree | 37c66b2e4f33fbdd893f71e63323db2d63e79b44 /yavta.c | |
parent | 2fb40d5f40e95e792f6d9f6fd57856697c9091c0 (diff) |
Add HSV24 and HSV32 formats support
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'yavta.c')
-rw-r--r-- | yavta.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -171,6 +171,8 @@ static struct v4l2_format_info { { "RGB32", V4L2_PIX_FMT_RGB32, 1 }, { "ARGB32", V4L2_PIX_FMT_ARGB32, 1 }, { "XRGB32", V4L2_PIX_FMT_XRGB32, 1 }, + { "HSV24", V4L2_PIX_FMT_HSV24, 1 }, + { "HSV32", V4L2_PIX_FMT_HSV32, 1 }, { "Y8", V4L2_PIX_FMT_GREY, 1 }, { "Y10", V4L2_PIX_FMT_Y10, 1 }, { "Y12", V4L2_PIX_FMT_Y12, 1 }, |