![]()  | 
  
    ZED Open Capture
    v0.6.0
    
   Low level camera driver for the ZED stereo camera family 
   | 
 
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... | |
The camera configuration parameters.
Definition at line 81 of file videocapture_def.hpp.
      
  | 
  inline | 
Default constructor setting the default parameter values.
Definition at line 86 of file videocapture_def.hpp.
References sl_oc::ERROR, fps, sl_oc::video::FPS_15, sl_oc::video::HD2K, res, and verbose.
| FPS sl_oc::video::VideoParams::fps | 
Frames per second.
Definition at line 93 of file videocapture_def.hpp.
Referenced by main(), and VideoParams().
| RESOLUTION sl_oc::video::VideoParams::res | 
Camera resolution.
Definition at line 92 of file videocapture_def.hpp.
Referenced by applyStereoMatching(), main(), and VideoParams().
| int sl_oc::video::VideoParams::verbose | 
Verbose mode.
Definition at line 94 of file videocapture_def.hpp.
Referenced by sl_oc::video::VideoCapture::initializeVideo(), main(), sl_oc::video::VideoCapture::VideoCapture(), and VideoParams().