libcamera
v0.3.1+12-19bbca3c
Supporting cameras in Linux since 2019
|
Class to represent Bayer formats and manipulate them. More...
#include <ostream>
#include <stdint.h>
#include <string>
#include <libcamera/pixel_format.h>
#include "libcamera/internal/v4l2_pixelformat.h"
Go to the source code of this file.
Classes | |
class | libcamera::BayerFormat |
Class to represent a raw image Bayer format. More... | |
Namespaces | |
libcamera | |
Top-level libcamera namespace. | |
Functions | |
bool | libcamera::operator== (const BayerFormat &lhs, const BayerFormat &rhs) |
Compare two BayerFormats for equality. More... | |
std::ostream & | libcamera::operator<< (std::ostream &out, const BayerFormat &f) |
Insert a text representation of a BayerFormats into an output stream. More... | |
Class to represent Bayer formats and manipulate them.