.. index:: pair: enum; OrientationMode .. _doxid-namespace_p1_1_1_image_sdk_1a143d4d813c9bcad257700141913707d9: enum P1::ImageSdk::OrientationMode ================================== Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum OrientationMode { :ref:`rotateAuto` = -2, :ref:`rotate0degrees` = 0, :ref:`rotate180degrees` = 3, :ref:`rotate90degrees` = 1, :ref:`rotate270degrees` = 2, }; .. _details-namespace_p1_1_1_image_sdk_1a143d4d813c9bcad257700141913707d9: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Enum Values ----------- .. index:: pair: enumvalue; rotateAuto .. _doxid-namespace_p1_1_1_image_sdk_1a143d4d813c9bcad257700141913707d9a4a3176477372fdabc6b191b4cc48ffff: .. ref-code-block:: cpp :class: doxyrest-title-code-block rotateAuto The orientation of the output is determined by the metadata in the raw file .. index:: pair: enumvalue; rotate0degrees .. _doxid-namespace_p1_1_1_image_sdk_1a143d4d813c9bcad257700141913707d9a5e6f1e3fc10dee804b77fc801bd1eba5: .. ref-code-block:: cpp :class: doxyrest-title-code-block rotate0degrees The native orientation of the sensor .. index:: pair: enumvalue; rotate180degrees .. _doxid-namespace_p1_1_1_image_sdk_1a143d4d813c9bcad257700141913707d9a4a25c3a713362e80b16c7bd6e088d31c: .. ref-code-block:: cpp :class: doxyrest-title-code-block rotate180degrees The output image will be rotated 180 degrees compared to the sensor orientation .. index:: pair: enumvalue; rotate90degrees .. _doxid-namespace_p1_1_1_image_sdk_1a143d4d813c9bcad257700141913707d9a8ba58c392dab2911a90e10ad31f4f6a2: .. ref-code-block:: cpp :class: doxyrest-title-code-block rotate90degrees The output image will be rotated 90 degrees clockwise compared to the sensor orientation .. index:: pair: enumvalue; rotate270degrees .. _doxid-namespace_p1_1_1_image_sdk_1a143d4d813c9bcad257700141913707d9a8bbce436340139dcb2cf2712b629f53d: .. ref-code-block:: cpp :class: doxyrest-title-code-block rotate270degrees The output image will be rotated 90 degrees counterclockwise compared to the sensor orientation