Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 740 Bytes

File metadata and controls

18 lines (13 loc) · 740 Bytes

enum Resolution

Overview / Purpose

Enumeration Resolution

Enumerator Value Description
RESOLUTION_UNSPECIFIED 0 Unspecified resolution
RESOLUTION_320x240 1 320 x 240 pixels (supported on color sensor only)
RESOLUTION_424x240 2 424 x 240 pixels (supported on depth sensor only)
RESOLUTION_480x270 3 480 x 270 pixels (supported on depth sensor only)
RESOLUTION_640x480 4 640 x 480 pixels (supported on color sensor only)
RESOLUTION_1280x720 5 1280 x 720 pixels (HD) (supported on color sensor only)
RESOLUTION_1920x1080 6 1920 x 1080 pixels (full HD) (supported on color sensor only)

Parent topic: VisionConfig (C++)