Top-level libcamera namespace.
Definition backtrace.h:17
std::ostream & operator<<(std::ostream &out, const Point &p)
Insert a text representation of a Point into an output stream.
Definition geometry.cpp:91
Orientation
The image orientation in a memory buffer.
Definition orientation.h:14
@ Rotate90
Definition orientation.h:23
@ Rotate0
Definition orientation.h:16
@ Rotate180
Definition orientation.h:18
@ Rotate270Mirror
Definition orientation.h:22
@ Rotate270
Definition orientation.h:21
@ Rotate0Mirror
Definition orientation.h:17
@ Rotate180Mirror
Definition orientation.h:19
@ Rotate90Mirror
Definition orientation.h:20
Orientation orientationFromRotation(int angle, bool *success=nullptr)
Return the orientation representing a rotation of the given angle clockwise.
Definition orientation.cpp:68