libcamera v0.1.0+127-8e215127-dirty (2023-12-02T01:06:12+00:00)
Supporting cameras in Linux since 2019
|
Image orientation definition. More...
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | libcamera |
Top-level libcamera namespace. | |
Enumerations | |
enum class | libcamera::Orientation { libcamera::Rotate0 = 1 , libcamera::Rotate0Mirror , libcamera::Rotate180 , libcamera::Rotate180Mirror , libcamera::Rotate90Mirror , libcamera::Rotate270 , libcamera::Rotate270Mirror , libcamera::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.