summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorEmilian Peev <epeev@google.com>2021-11-12 18:12:25 -0800
committerEmilian Peev <epeev@google.com>2022-01-18 14:30:20 -0800
commit146945464bc9bd4ce01bd29a7981a8a09779bf67 (patch)
tree1ea15b8ebd681dde7170e5bfc2cbbd3df66a8676 /proto
parentcf3ab35fd4194b16bd7dfbc36fd959303cee6212 (diff)
downloadbase-146945464bc9bd4ce01bd29a7981a8a09779bf67.tar.gz
Camera: Enable 10-bit output camera API
Allow camera clients to query and select a specific 10-bit dynamic range profile when initializing camera capture sessions. Bug: 195946346 Test: Camera CTS Change-Id: If46c16a7ea95b772dcaa3ae36807ed73d197749f
Diffstat (limited to 'proto')
-rw-r--r--proto/src/camera.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/camera.proto b/proto/src/camera.proto
index d07a525fdffa..0338b93c8842 100644
--- a/proto/src/camera.proto
+++ b/proto/src/camera.proto
@@ -62,4 +62,7 @@ message CameraStreamProto {
// The frame counts for each histogram bins
// Expected number of fields: 10
repeated int64 histogram_counts = 13;
+
+ // The dynamic range profile of the stream
+ optional int32 dynamic_range_profile = 14;
}