ParsecRotation
Degrees of rotation for raw image data.
Member of ParsecFrame
.
Values
Name | Value | Description |
---|---|---|
ROTATION_UNKNOWN | 0 | Rotation unspecified. |
ROTATION_NONE | 1 | No rotation. |
ROTATION_90 | 2 | Frame rotation 90 degrees. |
ROTATION_180 | 3 | Frame rotation 180 degrees. |
ROTATION_270 | 4 | Frame rotation 270 degrees. |