Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions protobuf_definitions/message_formats.proto
Original file line number Diff line number Diff line change
Expand Up @@ -796,8 +796,7 @@ message ErrorFlags {
// Available camera resolutions.
enum Resolution {
RESOLUTION_UNSPECIFIED = 0; // Resolution not specified.
RESOLUTION_VGA = 4; // VGA (640x480).
RESOLUTION_SVGA = 5; // SVGA (800x600).
RESOLUTION_VGA_480P = 4; // VGA (640x480).
RESOLUTION_HD_720P = 2; // 720p HD (1280x720).
RESOLUTION_FULLHD_1080P = 1; // 1080p Full HD (1920x1080).
RESOLUTION_UHD_4K = 3; // 4K Ultra HD (3840x2160).
Expand Down
Loading