CommonResolutions

const CommonResolutions: object

Common camera-centric resolution targets.

16:9 entries follow standard video tiers. 4:3 entries intentionally use common photo/sensor output sizes instead of mathematically scaling the 16:9 tiers, because actual camera formats are usually exposed in sensor-native 4:3 steps.

Type Declaration

8k_16_9
readonly 8k_16_9: object

8k Resolution in 16:9 aspect ratio.

8k_16_9.height
readonly height: 8064 = 8064
8k_16_9.width
readonly width: 4536 = 4536
8k_4_3
readonly 8k_4_3: object

8k Resolution in 4:3 aspect ratio.

8k_4_3.height
readonly height: 8064 = 8064
8k_4_3.width
readonly width: 6048 = 6048
FHD_16_9
readonly FHD_16_9: object

Full-HD (1080p) Resolution in 16:9 aspect ratio.

FHD_16_9.height
readonly height: 1920 = 1920
FHD_16_9.width
readonly width: 1080 = 1080
FHD_4_3
readonly FHD_4_3: object

Common 4:3 camera target around the Full-HD tier.

FHD_4_3.height
readonly height: 1920 = 1920
FHD_4_3.width
readonly width: 1440 = 1440
HD_16_9
readonly HD_16_9: object

HD (720p) Resolution in 16:9 aspect ratio.

HD_16_9.height
readonly height: 1280 = 1280
HD_16_9.width
readonly width: 720 = 720
HD_4_3
readonly HD_4_3: object

Common low-resolution 4:3 camera target.

HD_4_3.height
readonly height: 1024 = 1024
HD_4_3.width
readonly width: 768 = 768
HIGHEST_16_9
readonly HIGHEST_16_9: object

The highest possible resolution in 16:9 aspect ratio. Useful when you want the maximum available quality.

HIGHEST_16_9.height
readonly height: 16000 = 16000
HIGHEST_16_9.width
readonly width: 9000 = 9000
HIGHEST_4_3
readonly HIGHEST_4_3: object

The highest possible resolution in 4:3 aspect ratio. Useful when you want the maximum available quality.

HIGHEST_4_3.height
readonly height: 40000 = 40000
HIGHEST_4_3.width
readonly width: 30000 = 30000
LOWEST_16_9
readonly LOWEST_16_9: object

The lowest possible resolution in 16:9 aspect ratio. Useful when you want the smallest/fastest capture.

LOWEST_16_9.height
readonly height: 16 = 16
LOWEST_16_9.width
readonly width: 9 = 9
LOWEST_4_3
readonly LOWEST_4_3: object

The lowest possible resolution in 4:3 aspect ratio. Useful when you want the smallest/fastest capture.

LOWEST_4_3.height
readonly height: 4 = 4
LOWEST_4_3.width
readonly width: 3 = 3
QHD_16_9
readonly QHD_16_9: object

Quad-HD (1440p) Resolution in 16:9 aspect ratio.

QHD_16_9.height
readonly height: 2560 = 2560
QHD_16_9.width
readonly width: 1440 = 1440
QHD_4_3
readonly QHD_4_3: object

Common 4:3 camera target around the Quad-HD tier.

QHD_4_3.height
readonly height: 2592 = 2592
QHD_4_3.width
readonly width: 1944 = 1944
UHD_16_9
readonly UHD_16_9: object

Ultra-HD (4k) Resolution in 16:9 aspect ratio.

UHD_16_9.height
readonly height: 3840 = 3840
UHD_16_9.width
readonly width: 2160 = 2160
UHD_4_3
readonly UHD_4_3: object

Common high-resolution 4:3 photo target.

UHD_4_3.height
readonly height: 4032 = 4032
UHD_4_3.width
readonly width: 3024 = 3024
VGA_16_9
readonly VGA_16_9: object

VGA (480p) Resolution in 16:9 aspect ratio.

VGA_16_9.height
readonly height: 854 = 854
VGA_16_9.width
readonly width: 480 = 480
VGA_4_3
readonly VGA_4_3: object

VGA (480p) Resolution in 4:3 aspect ratio.

VGA_4_3.height
readonly height: 640 = 640
VGA_4_3.width
readonly width: 480 = 480