|
libcamera v0.7.0
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.
| unsigned int libcamera::Debayer::DebayerOutputConfig::bpp |
Bytes used per pixel in the output format.
| unsigned int libcamera::Debayer::DebayerOutputConfig::frameSize |
Total frame size in bytes for the output buffer.
| unsigned int libcamera::Debayer::DebayerOutputConfig::stride |
Line stride in bytes for the output frame.