libcamera: formats: Add R10 and R12 formats
These new formats corresponds to the V4L2 V4L2_PIX_FMT_Y10 and V4L2_PIX_FMT_Y12 formats, and are the little-endian version of the DRM_FORMAT_R10 and DRM_FORMAT_R12 formats. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
committed by
Kieran Bingham
parent
dc2f47e6e5
commit
264a673d28
@@ -7,6 +7,10 @@
|
||||
formats:
|
||||
- R8:
|
||||
fourcc: DRM_FORMAT_R8
|
||||
- R10:
|
||||
fourcc: DRM_FORMAT_R10
|
||||
- R12:
|
||||
fourcc: DRM_FORMAT_R12
|
||||
|
||||
- RGB565:
|
||||
fourcc: DRM_FORMAT_RGB565
|
||||
|
||||
Reference in New Issue
Block a user