CamCap  v0.0.1-2786
C++ camera capture library and tool
CC::BufferDetail Struct Reference

Structure used to keep some information on the memory mapped buffers, and the corresponding mmap() address. More...

#include <CamCap.hpp>

Collaboration diagram for CC::BufferDetail:

Public Member Functions

 BufferDetail (void)
 Simple constructor to zero the members. More...
 

Public Attributes

v4l2_buffer buffer
 Buffer details returned by V4L call VIDIOC_QUERYBUF. More...
 
void * address
 Memory Address returned by mmap() for this buffer. More...
 

Detailed Description

Structure used to keep some information on the memory mapped buffers, and the corresponding mmap() address.

Constructor & Destructor Documentation

◆ BufferDetail()

CC::BufferDetail::BufferDetail ( void  )

Simple constructor to zero the members.

References address, buffer, and ZERO.

Member Data Documentation

◆ buffer

◆ address

void* CC::BufferDetail::address

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