libcamera  v0.2.0+150-2031e2f2
Supporting cameras in Linux since 2019
Public Attributes | List of all members
libcamera::FrameMetadata::Plane Struct Reference

Per-plane frame metadata. More...

Public Attributes

unsigned int bytesused
 Number of bytes occupied by the data in the plane, including line padding. More...
 

Detailed Description

Per-plane frame metadata.

Frames are stored in memory in one or multiple planes. The FrameMetadata::Plane structure stores per-plane metadata.

Member Data Documentation

◆ bytesused

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.


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