|
libcamera v0.7.0+1-4ceceb68
Supporting cameras in Linux since 2019
|
Structure describing the output frame configuration. More...
Public Attributes | |
| unsigned int | bpp |
| unsigned int | stride |
| unsigned int | frameSize |
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.
| libcamera::Debayer::DebayerOutputConfig::bpp |
Bytes used per pixel in the output format.
| libcamera::Debayer::DebayerOutputConfig::frameSize |
Total frame size in bytes for the output buffer.
| libcamera::Debayer::DebayerOutputConfig::stride |
Line stride in bytes for the output frame.