libcamera
v0.3.2+116-83c5ad0f
Supporting cameras in Linux since 2019
|
Image orientation definition. More...
#include <iostream>
Go to the source code of this file.
Namespaces | |
libcamera | |
Top-level libcamera namespace. | |
Enumerations | |
enum | libcamera::Orientation { libcamera::Orientation::Rotate0 = 1, libcamera::Orientation::Rotate0Mirror, libcamera::Orientation::Rotate180, libcamera::Orientation::Rotate180Mirror, libcamera::Orientation::Rotate90Mirror, libcamera::Orientation::Rotate270, libcamera::Orientation::Rotate270Mirror, libcamera::Orientation::Rotate90 } |
The image orientation in a memory buffer. More... | |
Functions | |
Orientation | libcamera::orientationFromRotation (int angle, bool *success) |
Return the orientation representing a rotation of the given angle clockwise. More... | |
std::ostream & | libcamera::operator<< (std::ostream &out, const Orientation &orientation) |
Prints human-friendly names for Orientation items. More... | |
Image orientation definition.