enum P1::ImageSdk::Orientation
Overview
#include <C_P1ImageCommonTypes.h> enum Orientation { rotateAuto, rotate0degrees, rotate180degrees, rotate90degrees, rotate270degrees, };
Detailed Documentation
Enum Values
rotateAuto
The orientation of the output is determined by the metadata in the raw file
rotate0degrees
The native orientation of the sensor
rotate180degrees
The output image will be rotated 180 degrees compared to the sensor orientation
rotate90degrees
The output image will be rotated 90 degrees clockwise compared to the sensor orientation
rotate270degrees
The output image will be rotated 90 degrees counterclockwise compared to the sensor orientation