[libcamera-devel] [PATCH 0/3] Regard crop_rotate_scale_degrees in configuration

Hirokazu Honda hiroh at chromium.org
Thu Mar 25 06:19:28 CET 2021


A HAL client requests the demanded rotation by
|crop_rotate_scale_degrees| in camera3_stream in configuration.
Libcamera ignores it and doesn't handle the rotation request at
all. This patch series still don't support it, but add the
validation check to the rotation values and deny if a rotation
is requested.

Hirokazu Honda (3):
  android: CameraDevice: Validate crop_rotate_scale_degrees in
    configuration
  android: CameraDevice: Log rotation variables in camera3_stream
  android: CameraDevice: Deny non ROTATION_0 stream configuration

 src/android/camera_device.cpp | 59 +++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)

--
2.31.0.291.g576ba9dcdaf-goog


More information about the libcamera-devel mailing list