summaryrefslogtreecommitdiff
path: root/devices
diff options
context:
space:
mode:
authorEmilian Peev <epeev@google.com>2020-02-03 18:43:51 -0800
committerEmilian Peev <epeev@google.com>2020-02-03 18:43:51 -0800
commit3285e40e3b0ff2ef0d44ae1d78134c80615ca5c9 (patch)
treeffd072bef75da66bd40bff44309cd3fb1e4e4059 /devices
parentf1858d0d2db2dc4ba56b1ee4dc9282d6b144ca46 (diff)
downloadcamera-3285e40e3b0ff2ef0d44ae1d78134c80615ca5c9.tar.gz
EmulatedCamera: Add minimal rotateAndCrop support for physical camera
A third hidden physical camera added recently is missing rotate and crop capability. This can result in logical camera failures during request processing. Bug: 148820498 Test: atest cts/tests/camera/src/android/hardware/camera2/cts/FastBasicsTest.java Change-Id: Idc990ab0c6c6a002f43019e205723e8a7b271e2f
Diffstat (limited to 'devices')
-rw-r--r--devices/EmulatedCamera/hwl/configs/emu_camera_front.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/devices/EmulatedCamera/hwl/configs/emu_camera_front.json b/devices/EmulatedCamera/hwl/configs/emu_camera_front.json
index 1b47ff4..0005c66 100644
--- a/devices/EmulatedCamera/hwl/configs/emu_camera_front.json
+++ b/devices/EmulatedCamera/hwl/configs/emu_camera_front.json
@@ -3988,7 +3988,8 @@
"524301",
"524295",
"524294",
- "524298"
+ "524298",
+ "851984"
],
"android.request.availableRequestKeys": [
"0",
@@ -4047,7 +4048,8 @@
"1245185",
"1245186",
"1245187",
- "1441792"
+ "1441792",
+ "851985"
],
"android.request.availableResultKeys": [
"0",
@@ -4120,7 +4122,8 @@
"65545",
"65552",
"1114123",
- "917530"
+ "917530",
+ "851985"
],
"android.request.maxNumInputStreams": [
"0"
@@ -4130,6 +4133,9 @@
"3",
"2"
],
+ "android.scaler.availableRotateAndCropModes": [
+ "0"
+ ],
"android.request.partialResultCount": [
"1"
],