summaryrefslogtreecommitdiff
path: root/proto/src
diff options
context:
space:
mode:
Diffstat (limited to 'proto/src')
-rw-r--r--proto/src/camera.proto2
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;
}