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::Resolution Struct Reference

Resolution in pixel for each frame. More...

#include <videocapture_def.hpp>

Public Member Functions

 Resolution (size_t w_=0, size_t h_=0)
 Constructor. More...
 

Public Attributes

size_t width
 array width in pixels More...
 
size_t height
 array height in pixels More...
 

Detailed Description

Resolution in pixel for each frame.

Definition at line 100 of file videocapture_def.hpp.

Constructor & Destructor Documentation

◆ Resolution()

sl_oc::video::Resolution::Resolution ( size_t  w_ = 0,
size_t  h_ = 0 
)
inline

Constructor.

Parameters
w_frame width in pixels
h_frame height in pixels

Definition at line 109 of file videocapture_def.hpp.

109  {
110  width = w_;
111  height = h_;
112  }
size_t height
array height in pixels
size_t width
array width in pixels

References height, and width.

Member Data Documentation

◆ height

size_t sl_oc::video::Resolution::height

array height in pixels

Definition at line 102 of file videocapture_def.hpp.

Referenced by Resolution().

◆ width

size_t sl_oc::video::Resolution::width

array width in pixels

Definition at line 101 of file videocapture_def.hpp.

Referenced by Resolution().


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