.. index:: pair: enum; Orientation .. _doxid-namespace_p1_1_1_image_sdk_1abfffa55325e4e0c163a370cc3f96f2f9: enum P1::ImageSdk::Orientation ============================== Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum Orientation { :ref:`rotateAuto`, :ref:`rotate0degrees`, :ref:`rotate180degrees`, :ref:`rotate90degrees`, :ref:`rotate270degrees`, }; .. _details-namespace_p1_1_1_image_sdk_1abfffa55325e4e0c163a370cc3f96f2f9: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Enum Values ----------- .. index:: pair: enumvalue; rotateAuto .. _doxid-namespace_p1_1_1_image_sdk_1abfffa55325e4e0c163a370cc3f96f2f9a4a3176477372fdabc6b191b4cc48ffff: .. 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_1abfffa55325e4e0c163a370cc3f96f2f9a5e6f1e3fc10dee804b77fc801bd1eba5: .. 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_1abfffa55325e4e0c163a370cc3f96f2f9a4a25c3a713362e80b16c7bd6e088d31c: .. 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_1abfffa55325e4e0c163a370cc3f96f2f9a8ba58c392dab2911a90e10ad31f4f6a2: .. 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_1abfffa55325e4e0c163a370cc3f96f2f9a8bbce436340139dcb2cf2712b629f53d: .. ref-code-block:: cpp :class: doxyrest-title-code-block rotate270degrees The output image will be rotated 90 degrees counterclockwise compared to the sensor orientation