File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -787,11 +787,11 @@ message ErrorFlags {
787
787
// Available camera resolutions.
788
788
enum Resolution {
789
789
RESOLUTION_UNSPECIFIED = 0 ; // Resolution not specified.
790
- 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 .
790
+ RESOLUTION_VGA = 4 ; // VGA (640x480).
791
+ RESOLUTION_SVGA = 5 ; // SVGA (800x600).
792
+ RESOLUTION_HD_720P = 2 ; // 720p HD (1280x720) .
793
+ RESOLUTION_FULLHD_1080P = 1 ; // 1080p Full HD (1920x1080) .
794
+ RESOLUTION_UHD_4K = 3 ; // 4K Ultra HD (3840x2160) .
795
795
}
796
796
797
797
// Available camera frame rates.
You can’t perform that action at this time.
0 commit comments