ZED Open Capture  v0.6.0
Low level camera driver for the ZED stereo camera family
Public Member Functions | Public Attributes | List of all members
sl_oc::video::VideoParams Struct Reference

The camera configuration parameters. More...

#include <videocapture_def.hpp>

Public Member Functions

 VideoParams ()
 Default constructor setting the default parameter values. More...
 

Public Attributes

RESOLUTION res
 Camera resolution. More...
 
FPS fps
 Frames per second. More...
 
int verbose
 Verbose mode. More...
 

Detailed Description

The camera configuration parameters.

Examples
zed_oc_control_example.cpp, zed_oc_depth_example.cpp, zed_oc_rectify_example.cpp, zed_oc_sync_example.cpp, zed_oc_tune_stereo_sgbm.cpp, and zed_oc_video_example.cpp.

Definition at line 81 of file videocapture_def.hpp.

Constructor & Destructor Documentation

◆ VideoParams()

sl_oc::video::VideoParams::VideoParams ( )
inline

Default constructor setting the default parameter values.

Definition at line 86 of file videocapture_def.hpp.

86  {
88  fps = FPS::FPS_15;
90  }
@ FPS_15
15 Frames per second. Available for all the resolutions.
@ ERROR
Definition: defines.hpp:87
RESOLUTION res
Camera resolution.
FPS fps
Frames per second.

References sl_oc::ERROR, fps, sl_oc::video::FPS_15, sl_oc::video::HD2K, res, and verbose.

Member Data Documentation

◆ fps

FPS sl_oc::video::VideoParams::fps

◆ res

RESOLUTION sl_oc::video::VideoParams::res

◆ verbose

int sl_oc::video::VideoParams::verbose

The documentation for this struct was generated from the following file: