Structure used when capturing multiple images. More...
#include <CamCap.hpp>
Public Member Functions | |
CaptureAndBuffer (void) | |
Simple constructor to zero out the info. More... | |
Public Attributes | |
Bytes | bytes |
v4l2_buffer | info |
Structure used when capturing multiple images.
CC::CaptureAndBuffer::CaptureAndBuffer | ( | void | ) |
Simple constructor to zero out the info.
References ZERO.
Bytes CC::CaptureAndBuffer::bytes |
Referenced by CC::Device::capture_many().
v4l2_buffer CC::CaptureAndBuffer::info |
Referenced by CC::Device::capture_many().