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 3362be9 commit 2084adcCopy full SHA for 2084adc
protobuf_definitions/message_formats.proto
@@ -787,8 +787,10 @@ message ErrorFlags {
787
// Available camera resolutions.
788
enum Resolution {
789
RESOLUTION_UNSPECIFIED = 0; // Resolution not specified.
790
- RESOLUTION_FULLHD_1080P = 1; // 1080p Full HD resolution.
+ RESOLUTION_VGA = 4; // VGA resolution (640x480).
791
+ RESOLUTION_SVGA = 5; // SVGA resolution (800x600).
792
RESOLUTION_HD_720P = 2; // 720p HD resolution.
793
+ RESOLUTION_FULLHD_1080P = 1; // 1080p Full HD resolution.
794
RESOLUTION_UHD_4K = 3; // 4K Ultra HD resolution.
795
}
796
0 commit comments