mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 15:29:45 +03:00
android: camera_device: Drop HAL_PIXEL_FORMAT_RAW_OPAQUE support
HAL_PIXEL_FORMAT_RAW_OPAQUE is requested only for Zero-Shutter-Lag (ZSL). ZSL requires RAW and YUV reprocessing. Since either of them is not supported by libcamera, supporting RAW_OPAQUE format doesn't make sense. Drop the format from the supported format list. Signed-off-by: Hirokazu Honda <hiroh@chromium.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
acdc70a1bc
commit
1fea2730a1
1 changed files with 0 additions and 11 deletions
|
@ -121,17 +121,6 @@ const std::map<int, const Camera3Format> camera3FormatsMap = {
|
|||
false,
|
||||
"RAW16"
|
||||
}
|
||||
}, {
|
||||
HAL_PIXEL_FORMAT_RAW_OPAQUE, {
|
||||
{
|
||||
formats::SBGGR10_IPU3,
|
||||
formats::SGBRG10_IPU3,
|
||||
formats::SGRBG10_IPU3,
|
||||
formats::SRGGB10_IPU3
|
||||
},
|
||||
false,
|
||||
"RAW_OPAQUE"
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue