libcamera  v0.3.1+1-c9152bad
Supporting cameras in Linux since 2019
Public Attributes | List of all members
libcamera::PixelFormatInfo::Plane Struct Reference

Information about a single plane of a pixel format. More...

Public Attributes

unsigned int bytesPerGroup
 The number of bytes that a pixel group consumes. More...
 
unsigned int verticalSubSampling
 Vertical subsampling multiplier. More...
 

Detailed Description

Information about a single plane of a pixel format.

Member Data Documentation

◆ bytesPerGroup

libcamera::PixelFormatInfo::Plane::bytesPerGroup

The number of bytes that a pixel group consumes.

See also
PixelFormatInfo::pixelsPerGroup

◆ verticalSubSampling

libcamera::PixelFormatInfo::Plane::verticalSubSampling

Vertical subsampling multiplier.

This value is the ratio between the number of rows of pixels in the frame to the number of rows of pixels in the plane.


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