Skip to content

Commit 2084adc

Browse files
Add VGA and SVGA resolutions
1 parent 3362be9 commit 2084adc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,8 +787,10 @@ message ErrorFlags {
787787
// Available camera resolutions.
788788
enum Resolution {
789789
RESOLUTION_UNSPECIFIED = 0; // Resolution not specified.
790-
RESOLUTION_FULLHD_1080P = 1; // 1080p Full HD resolution.
790+
RESOLUTION_VGA = 4; // VGA resolution (640x480).
791+
RESOLUTION_SVGA = 5; // SVGA resolution (800x600).
791792
RESOLUTION_HD_720P = 2; // 720p HD resolution.
793+
RESOLUTION_FULLHD_1080P = 1; // 1080p Full HD resolution.
792794
RESOLUTION_UHD_4K = 3; // 4K Ultra HD resolution.
793795
}
794796

0 commit comments

Comments
 (0)