diff options
author | 2022-10-24 17:25:12 +0000 | |
---|---|---|
committer | 2022-10-24 17:25:12 +0000 | |
commit | f00457aec11e1be94e639478bfa9157687ee4df2 (patch) | |
tree | def527b883c1831a57f8b734bde6864696df6b3e /proto/src | |
parent | 62c418fc1a3862ad8c25f01c204e3e967d0e5197 (diff) | |
parent | f665d50639cd8dafafe0d2a6784595768755bcc1 (diff) |
Merge "Create API for reporting color space support to Camera2 framework consumers."
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/camera.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/src/camera.proto b/proto/src/camera.proto index 38d74e4a73ce..205e806f534d 100644 --- a/proto/src/camera.proto +++ b/proto/src/camera.proto @@ -67,4 +67,6 @@ message CameraStreamProto { optional int64 dynamic_range_profile = 14; // The stream use case optional int64 stream_use_case = 15; + // The color space of the stream + optional int32 color_space = 16; } |