libcamera
v0.3.2+116-83c5ad0f
Supporting cameras in Linux since 2019
|
Per-plane frame metadata. More...
Public Attributes | |
unsigned int | bytesused |
Number of bytes occupied by the data in the plane, including line padding. More... | |
Per-plane frame metadata.
Frames are stored in memory in one or multiple planes. The FrameMetadata::Plane structure stores per-plane metadata.
libcamera::FrameMetadata::Plane::bytesused |
Number of bytes occupied by the data in the plane, including line padding.
This value may vary per frame for compressed formats. For uncompressed formats it will be constant for all frames, but may be smaller than the FrameBuffer size.