enum P1::ImageSdk::OrientationMode

Overview

#include <C_P1ImageCommonTypes.h>

enum OrientationMode
{
    rotateAuto       = -2,
    rotate0degrees   = 0,
    rotate180degrees = 3,
    rotate90degrees  = 1,
    rotate270degrees = 2,
};

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