.. index:: pair: class; P1::CameraSdk::IImageFileBasicInfo .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info: class P1::CameraSdk::IImageFileBasicInfo ======================================== .. toctree:: :hidden: enum_P1_CameraSdk_IImageFileBasicInfo_CompressionSetting.rst enum_P1_CameraSdk_IImageFileBasicInfo_OrientationModeSetting.rst enum_P1_CameraSdk_IImageFileBasicInfo_StarRating.rst enum_P1_CameraSdk_IImageFileBasicInfo_WhiteBalanceSetting.rst Overview ~~~~~~~~ Interface that defines a basic set of properties for image files stored on the camera. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class IImageFileBasicInfo: public :ref:`P1::CameraSdk::IImageFileCommon` { public: // enums enum :ref:`CompressionSetting`; enum :ref:`OrientationModeSetting`; enum :ref:`StarRating`; enum :ref:`WhiteBalanceSetting`; // methods virtual float :ref:`ApertureApex`() const = 0; virtual float :ref:`ShutterSpeedApex`() const = 0; virtual float :ref:`FocusPointX`() const = 0; virtual float :ref:`FocusPointY`() const = 0; virtual float :ref:`FocalLengthMm`() const = 0; virtual :ref:`WhiteBalanceSetting` :ref:`WhiteBalance`() const = 0; virtual :ref:`CompressionSetting` :ref:`IIQCompressionSetting`() const = 0; virtual :ref:`OrientationModeSetting` :ref:`Orientation`() const = 0; virtual int32_t :ref:`ImagePixelWidth`() const = 0; virtual int32_t :ref:`ImagePixelHeight`() const = 0; virtual uint32_t :ref:`Iso`() const = 0; virtual :ref:`StarRating` :ref:`Rating`() const = 0; virtual uint32_t :ref:`UnixTimeStamp`() const = 0; virtual uint32_t :ref:`ImageByteSize`() const = 0; virtual std::string :ref:`FileName`() const = 0; virtual std::string :ref:`ToString`() const = 0; }; // direct descendants class :ref:`ImageFileBasicInfoImpl`; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // enums enum :ref:`Errors`; // methods virtual uint32_t :ref:`ImageId`() const = 0; virtual bool :ref:`AnyErrors`() const = 0; virtual :ref:`Errors` :ref:`ImageFileErrors`() const = 0; virtual std::string :ref:`ErrorsString`() const = 0; .. _details-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Interface that defines a basic set of properties for image files stored on the camera. This class (interface) defines a curated set of common image metadata, that can retrieved from files on the camera. :ref:`Version ` 3.0 .. rubric:: See also: P1::CameraSdk::Camera::BasicImageInfo Methods ------- .. index:: pair: function; ApertureApex .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info_1ac43aa6786ecd10e7389f7824124299e0: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual float ApertureApex() const = 0 The Aperture of the capture, as Exif APEX value. .. index:: pair: function; ShutterSpeedApex .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info_1a76be5fc36ce85a5ce01bcce13415a18c: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual float ShutterSpeedApex() const = 0 The ShutterSpeedValue of the capture, as Exif APEX value. .. index:: pair: function; FocusPointX .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info_1ad012978632484fecefeaceb5adb6f36a: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual float FocusPointX() const = 0 The horizantal (X) coordinate of the AFr focus point. 0.0 to 1.0, left to right. (-1.0 means invalid) .. index:: pair: function; FocusPointY .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info_1a352460ce7aab55d3d7fc9727d9484157: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual float FocusPointY() const = 0 The vertical (Y) coordinate of the AFr focus point. 0.0 to 1.0, top to bottom. (-1.0 means invalid) .. index:: pair: function; FocalLengthMm .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info_1a64519c4887d38133b1bdef95b568495a: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual float FocalLengthMm() const = 0 The focal length in mm of the lens used in capture. .. index:: pair: function; WhiteBalance .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info_1abd290fc0d82976b9ff5badc03e866eee: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual :ref:`WhiteBalanceSetting` WhiteBalance() const = 0 The cameras white balance setting during the capture. .. index:: pair: function; IIQCompressionSetting .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info_1a746dfa23db875a3bcbf68ea6c8670de3: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual :ref:`CompressionSetting` IIQCompressionSetting() const = 0 The compression format used in the capture's IIQ file. .. index:: pair: function; Orientation .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info_1aa2a04a46354dcb350d20c8bbda57d72e: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual :ref:`OrientationModeSetting` Orientation() const = 0 The cameras orientation (is image rotated) .. index:: pair: function; ImagePixelWidth .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info_1af7cb925eeb18558809809a89f04c5f0e: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual int32_t ImagePixelWidth() const = 0 The valid width of the image in pixels. This is the width of the exposed sensor area. .. index:: pair: function; ImagePixelHeight .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info_1a22933d1cdb736c9e7ad57ca1dd696724: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual int32_t ImagePixelHeight() const = 0 The valid height of the image in pixels. This is the height of the exposed sensor area. .. index:: pair: function; Iso .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info_1afff4c5e570feb22d75965ce8c0d41f0c: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual uint32_t Iso() const = 0 The ISO value of the capture. (Sensor sensitivity.) .. index:: pair: function; Rating .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info_1a5d6b4a21bfe799539254b2594d5e83fc: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual :ref:`StarRating` Rating() const = 0 Users rating of the image (1-5 stars) .. index:: pair: function; UnixTimeStamp .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info_1a5a6c3204183e32127058d68e5c2dbe82: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual uint32_t UnixTimeStamp() const = 0 Get the time the capture was triggered, as a UNIX timestamp. (Seconds since epoch) .. index:: pair: function; ImageByteSize .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info_1acb1f65df5b4bef637e9085a6e32c71a0: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual uint32_t ImageByteSize() const = 0 Get the total size of the IIQ image file , in bytes. .. index:: pair: function; FileName .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info_1aa93ab594397b18ab27a48002ab3d4e07: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual std::string FileName() const = 0 Get the IIQ filename as it has been named on the cameras storages media. .. index:: pair: function; ToString .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info_1a214ed5610653d5c086d3c67536b1443e: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual std::string ToString() const = 0 Get all the information formatted as a string.