We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763012c commit b05f74aCopy full SHA for b05f74a
protobuf_definitions/message_formats.proto
@@ -796,8 +796,7 @@ message ErrorFlags {
796
// Available camera resolutions.
797
enum Resolution {
798
RESOLUTION_UNSPECIFIED = 0; // Resolution not specified.
799
- RESOLUTION_VGA = 4; // VGA (640x480).
800
- RESOLUTION_SVGA = 5; // SVGA (800x600).
+ RESOLUTION_VGA_480P = 4; // VGA (640x480).
801
RESOLUTION_HD_720P = 2; // 720p HD (1280x720).
802
RESOLUTION_FULLHD_1080P = 1; // 1080p Full HD (1920x1080).
803
RESOLUTION_UHD_4K = 3; // 4K Ultra HD (3840x2160).
0 commit comments