Skip to content

Commit b05f74a

Browse files
Remove SVGA, rename VGA
1 parent 763012c commit b05f74a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,8 +796,7 @@ message ErrorFlags {
796796
// Available camera resolutions.
797797
enum Resolution {
798798
RESOLUTION_UNSPECIFIED = 0; // Resolution not specified.
799-
RESOLUTION_VGA = 4; // VGA (640x480).
800-
RESOLUTION_SVGA = 5; // SVGA (800x600).
799+
RESOLUTION_VGA_480P = 4; // VGA (640x480).
801800
RESOLUTION_HD_720P = 2; // 720p HD (1280x720).
802801
RESOLUTION_FULLHD_1080P = 1; // 1080p Full HD (1920x1080).
803802
RESOLUTION_UHD_4K = 3; // 4K Ultra HD (3840x2160).

0 commit comments

Comments
 (0)