RESOLUTION Class Reference

Lists available resolutions. More...

Static Functions

def from_string (str, name)
 Converts a string to the corresponding RESOLUTION enum value. More...
 

Detailed Description

Lists available resolutions.

Note
The VGA resolution does not respect the 640*480 standard to better fit the camera sensor (672*376 is used).
Warning
All resolutions are not available for every camera.
You can find the available resolutions for each camera in our documentation.
Enumerator
HD4K 3856x2180 for imx678 mono
QHDPLUS 3800x1800
HD2K 2208*1242 (x2)
Available FPS: 15
HD1080 1920*1080 (x2)
Available FPS: 15, 30
HD1200 1920*1200 (x2)
Available FPS: 15, 30, 60
HD1536 1920*1536 (x2)
Available FPS: 30
HD720 1280*720 (x2)
Available FPS: 15, 30, 60
SVGA 960*600 (x2)
Available FPS: 15, 30, 60, 120
VGA 672*376 (x2)
Available FPS: 15, 30, 60, 100
AUTO Select the resolution compatible with the camera:
  • ZED X/X Mini: HD1200
  • other cameras: HD720

Functions

◆ from_string()

def from_string (   str,
  name 
)
static

Converts a string to the corresponding RESOLUTION enum value.

Parameters
name: The string representation of the RESOLUTION enum value.
Returns
The corresponding RESOLUTION enum value. If the string does not match any RESOLUTION, RESOLUTION.LAST is returned.