libcamera v0.7.0+1-4ceceb68
Supporting cameras in Linux since 2019
Loading...
Searching...
No Matches
Public Attributes | List of all members
libcamera::Debayer::DebayerOutputConfig Struct Reference

Structure describing the output frame configuration. More...

Public Attributes

unsigned int bpp
 
unsigned int stride
 
unsigned int frameSize
 

Detailed Description

Structure describing the output frame configuration.

Defines how the output of the debayer process is laid out in memory. It includes per-pixel size, stride, and total frame size.

Member Data Documentation

◆ bpp

libcamera::Debayer::DebayerOutputConfig::bpp

Bytes used per pixel in the output format.

◆ frameSize

libcamera::Debayer::DebayerOutputConfig::frameSize

Total frame size in bytes for the output buffer.

◆ stride

libcamera::Debayer::DebayerOutputConfig::stride

Line stride in bytes for the output frame.


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