Skip to content

Commit f0db354

Browse files
Make comments more clear
1 parent 2084adc commit f0db354

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -787,11 +787,11 @@ message ErrorFlags {
787787
// Available camera resolutions.
788788
enum Resolution {
789789
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).
795795
}
796796

797797
// Available camera frame rates.

0 commit comments

Comments
 (0)