libcamera  v0.2.0+133-f1522e94
Supporting cameras in Linux since 2019
Namespaces | Enumerations | Functions
orientation.h File Reference

Image orientation definition. More...

#include <iostream>
Include dependency graph for orientation.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Image orientation definition.