![]() |
ZED Open Capture
v0.6.0
Low level camera driver for the ZED stereo camera family
|
The Frame struct containing the acquired video frames. More...
#include <videocapture.hpp>
Public Attributes | |
uint64_t | frame_id = 0 |
Increasing index of frames. More... | |
uint64_t | timestamp = 0 |
Timestamp in nanoseconds. More... | |
uint8_t * | data = nullptr |
Frame data in YUV 4:2:2 format. More... | |
uint16_t | width = 0 |
Frame width. More... | |
uint16_t | height = 0 |
Frame height. More... | |
uint8_t | channels = 0 |
Number of channels per pixel. More... | |
The Frame struct containing the acquired video frames.
Definition at line 51 of file videocapture.hpp.
uint8_t sl_oc::video::Frame::channels = 0 |
Number of channels per pixel.
Definition at line 58 of file videocapture.hpp.
uint8_t* sl_oc::video::Frame::data = nullptr |
Frame data in YUV 4:2:2 format.
Definition at line 55 of file videocapture.hpp.
Referenced by main().
uint64_t sl_oc::video::Frame::frame_id = 0 |
Increasing index of frames.
Definition at line 53 of file videocapture.hpp.
Referenced by main().
uint16_t sl_oc::video::Frame::height = 0 |
Frame height.
Definition at line 57 of file videocapture.hpp.
Referenced by main().
uint64_t sl_oc::video::Frame::timestamp = 0 |
Timestamp in nanoseconds.
Definition at line 54 of file videocapture.hpp.
Referenced by main().
uint16_t sl_oc::video::Frame::width = 0 |
Frame width.
Definition at line 56 of file videocapture.hpp.
Referenced by main().