Video Module

Classes

class  MODEL
 Lists ZED camera model. More...
 
class  INPUT_TYPE
 Lists available input types in the ZED SDK. More...
 
class  CAMERA_STATE
 Lists possible camera states. More...
 
class  DeviceProperties
 Class containing information about the properties of a camera. More...
 
class  SIDE
 Lists possible sides on which to get data from. More...
 
class  VIDEO_SETTINGS
 Lists available camera settings for the camera (contrast, hue, saturation, gain, ...). More...
 
class  VIEW
 Lists available views. More...
 
class  TIME_REFERENCE
 Lists possible time references for timestamps or data. More...
 
class  SVO_COMPRESSION_MODE
 Lists available compression modes for SVO recording. More...
 
class  MODULE
 Lists available module. More...
 
class  FLIP_MODE
 Lists possible flip modes of the camera. More...
 
class  BUS_TYPE
 Lists available LIVE input type in the ZED SDK. More...
 
class  InputType
 Class defining the input type used in the ZED SDK. More...
 
class  InitParameters
 Class containing the options used to initialize the sl.Camera object. More...
 
class  STREAMING_CODEC
 Lists the different encoding types for image streaming. More...
 
class  StreamingProperties
 Class containing information about the properties of a streaming device. More...
 
class  StreamingParameters
 Class containing the options used to stream with the ZED SDK. More...
 
class  RecordingParameters
 Class containing the options used to record. More...
 
class  RecordingStatus
 Class containing information about the status of the recording. More...
 
class  Camera
 This class serves as the primary interface between the camera and the various features provided by the SDK. More...
 

Functions

Resolution get_resolution (RESOLUTION resolution)
 Gets the corresponding sl.Resolution from an sl.RESOLUTION. More...
 

Function Documentation

◆ get_resolution()

Resolution pyzed.sl.get_resolution ( RESOLUTION  resolution)

Gets the corresponding sl.Resolution from an sl.RESOLUTION.

Parameters
resolution: The wanted sl.RESOLUTION.
Returns
The sl.Resolution corresponding to sl.RESOLUTION given as argument.