ZED Open Capture  v0.6.0
Low level camera driver for the ZED stereo camera family
Public Attributes | List of all members
sl_oc::video::UVCBuffer Struct Reference

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...
 

Detailed Description

The Buffer struct used by UVC to store frame data.

Definition at line 128 of file videocapture_def.hpp.

Member Data Documentation

◆ length

size_t sl_oc::video::UVCBuffer::length

Size of the buffer.

Definition at line 130 of file videocapture_def.hpp.

◆ start

void* sl_oc::video::UVCBuffer::start

Address of the first byte of the buffer.

Definition at line 129 of file videocapture_def.hpp.


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