![]() |
ZED Open Capture
v0.6.0
Low level camera driver for the ZED stereo camera family
|
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... | |
Resolution in pixel for each frame.
Definition at line 100 of file videocapture_def.hpp.
|
inline |
Constructor.
w_ | frame width in pixels |
h_ | frame height in pixels |
Definition at line 109 of file videocapture_def.hpp.
size_t sl_oc::video::Resolution::height |
array height in pixels
Definition at line 102 of file videocapture_def.hpp.
Referenced by Resolution().
size_t sl_oc::video::Resolution::width |
array width in pixels
Definition at line 101 of file videocapture_def.hpp.
Referenced by Resolution().