![]() |
ZED Open Capture
v0.6.0
Low level camera driver for the ZED stereo camera family
|
The Buffer struct used by UVC to store frame data. More...
#include <videocapture_def.hpp>
Public Attributes | |
void * | start |
Address of the first byte of the buffer. More... | |
size_t | length |
Size of the buffer. More... | |
The Buffer struct used by UVC to store frame data.
Definition at line 128 of file videocapture_def.hpp.
size_t sl_oc::video::UVCBuffer::length |
Size of the buffer.
Definition at line 130 of file videocapture_def.hpp.
void* sl_oc::video::UVCBuffer::start |
Address of the first byte of the buffer.
Definition at line 129 of file videocapture_def.hpp.