diff options
Diffstat (limited to 'proto/src/camera.proto')
-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; } |