libcamera
v0.0.0+925-96eaad12
Supporting cameras in Linux since 2019
|
A memory buffer to store an image. More...
Public Member Functions | |
const std::vector< Plane > & | planes () const |
Retrieve the planes within the buffer. More... | |
std::vector< Plane > & | planes () |
Retrieve the planes within the buffer. More... | |
A memory buffer to store an image.
The BufferMemory class represents the memory buffers used to store full frame images, which may contain multiple separate memory Plane objects if the image format is multi-planar.
|
inline |
Retrieve the planes within the buffer.
|
inline |
Retrieve the planes within the buffer.