.. index:: pair: struct; P1::ImageSdk::TagId .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id: struct P1::ImageSdk::TagId ========================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct TagId { // fields TagType :target:`mType`; uint32_t :target:`mId`; TagCategory :target:`mCategory`; static const TagId :ref:`PreviewWidth`; static const TagId :ref:`PreviewHeight`; static const TagId :ref:`PreviewBitsPerSample`; static const TagId :ref:`Make`; static const TagId :ref:`Model`; static const TagId :ref:`XResolution`; static const TagId :ref:`YResolution`; static const TagId :ref:`ResolutionUnit`; static const TagId :ref:`XmpPacket`; static const TagId :ref:`ExposureTime`; static const TagId :ref:`FNumber`; static const TagId :ref:`ExposureProgram`; static const TagId :ref:`IsoSpeedRatings`; static const TagId :ref:`DateTime`; static const TagId :ref:`ShutterSpeedValue`; static const TagId :ref:`ApertureValue`; static const TagId :ref:`ExposureBias`; static const TagId :ref:`LightSource`; static const TagId :ref:`FocalLength`; static const TagId :ref:`WhiteBalance`; static const TagId :ref:`ImageUniqueId`; static const TagId :target:`FocalPlaneXResolution`; static const TagId :target:`FocalPlaneYResolution`; static const TagId :target:`FocalPlaneResolutionUnit`; static const TagId :ref:`LensSerialNumber`; static const TagId :ref:`ApertureMin`; static const TagId :ref:`ApertureMax`; static const TagId :ref:`FocalLengthMin`; static const TagId :ref:`FocalLengthMax`; static const TagId :ref:`CaptureNumber`; static const TagId :ref:`CameraDescription`; static const TagId :ref:`Rating`; static const TagId :ref:`SerialNumber`; static const TagId :ref:`LensName`; static const TagId :ref:`Orientation`; static const TagId :ref:`OrientationMode`; static const TagId :ref:`SensorPixelPitch`; }; .. _details-struct_p1_1_1_image_sdk_1_1_tag_id: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; PreviewWidth .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1ab75dee5a1d341c6e49c5075b1ad95b52: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId PreviewWidth The preview (thumbnail) image width in pixels, taken from TIFF meta data. .. index:: pair: variable; PreviewHeight .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a007e9085df715944263d79dbf98cd871: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId PreviewHeight The preview (thumbnail) image height in pixels, taken from TIFF meta data. .. index:: pair: variable; PreviewBitsPerSample .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a140db854cc95fd689835bacd6f7f31d6: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId PreviewBitsPerSample A vector with the size of each component (color) .. index:: pair: variable; Make .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a20ee53ee57c4f17d60c1197de6fd0a4e: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId Make The scanner / camera manufacturer. .. index:: pair: variable; Model .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1afdfefe7a7c32d66bd5459a6387c10bfa: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId Model The scanner / camera model name or number. .. index:: pair: variable; XResolution .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1afc6ed0f3db383dc2b3564d6dd32327de: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId XResolution The number of pixels per ResolutionUnit in the ImageWidth direction. .. index:: pair: variable; YResolution .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a6e40c1333e4336e988d1e9bc9d6a8a81: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId YResolution The number of pixels per ResolutionUnit in the ImageLength direction. .. index:: pair: variable; ResolutionUnit .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a3b8dd63d98f9b21b62e8558e0c55a716: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId ResolutionUnit The unit of measurement for XResolution and YResolution. .. index:: pair: variable; XmpPacket .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a24f9b7b0c6d1408a15a74ee3abcc163f: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId XmpPacket XML packet (text blob) containing XMP metadata. .. index:: pair: variable; ExposureTime .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a6a060c8cd420386ea6a6c6d64b7cb980: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId ExposureTime Exposure time, given in seconds. .. index:: pair: variable; FNumber .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a76a145d0011cf33de42ad2f0367884a2: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId FNumber The F number. .. index:: pair: variable; ExposureProgram .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a0e77ab9c6de44d15de57c0f0b96fb9c6: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId ExposureProgram The class of the program used by the camera to set exposure when the picture is taken. .. index:: pair: variable; IsoSpeedRatings .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a578c802675e8964391b95f8d2cb6ca60: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId IsoSpeedRatings Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232. .. index:: pair: variable; DateTime .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a9cb529031ed90453a9df6f6c72f6eea0: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId DateTime The date and time when the original image data was generated. .. index:: pair: variable; ShutterSpeedValue .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a3c6e4983df0f7522fdefa764f99391bb: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId ShutterSpeedValue Shutter speed (In APEX) .. index:: pair: variable; ApertureValue .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a49733d17273f8f4b4786e56e133550ae: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId ApertureValue Shutter speed (In APEX) .. index:: pair: variable; ExposureBias .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a98a2481c3008549a3b9d61ceb9d89a1f: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId ExposureBias The exposure bias (In APEX) .. index:: pair: variable; LightSource .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a6092d74dd8ab83a3beca5ea113f7787f: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId LightSource The kind of light source (Exif defined enum) .. index:: pair: variable; FocalLength .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a6769ea86a90ad05110750724d3e5a714: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId FocalLength The actual focal length of the lens, in mm. .. index:: pair: variable; WhiteBalance .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a343f146105b60a3e876b15cb015d4629: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId WhiteBalance Indicates the white balance mode set when the image was shot (0 = Auto, 1 = Manual) .. index:: pair: variable; ImageUniqueId .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1ab82be0b7c776720f9ed1fd2716321810: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId ImageUniqueId Indicates an identifier assigned uniquely to each image. .. index:: pair: variable; LensSerialNumber .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a777375ef39e339f39d4258f50d8b84b1: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId LensSerialNumber The serial number of the lens used when the capture was taken. .. index:: pair: variable; ApertureMin .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a7617f67b89f18dfe8612b77fb955820b: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId ApertureMin The minimum aperture of the lens used for the capture. .. index:: pair: variable; ApertureMax .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a1f5365a7285a9d2199a1f002d710f54a: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId ApertureMax The maximum aperture of the lens used for the capture. .. index:: pair: variable; FocalLengthMin .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a27341f6271dedc1c03de58ce189e1b51: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId FocalLengthMin The minimum focallength of the lens used for the capture. .. index:: pair: variable; FocalLengthMax .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1aae1a3d27a775d31297990d19cd128ca8: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId FocalLengthMax The maximum focallength of the lens used for the capture. .. index:: pair: variable; CaptureNumber .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1aaec84352d27be816f125968b88c7ffa6: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId CaptureNumber The number of captures that the camera had taken, when this actual capture was taken. .. index:: pair: variable; CameraDescription .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1acf4447ce5374320d4f38211efad12381: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId CameraDescription A description of the camera and its firmware that took the capture. .. index:: pair: variable; Rating .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1af82c57305df2b0dc3e0813821de7a150: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId Rating The rating of the picture. .. index:: pair: variable; SerialNumber .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a38a0f5918f6e35f9399ce16a90dd9f88: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId SerialNumber The Camera's serial number. .. index:: pair: variable; LensName .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a5b9ac1b56582c4032c0b4b428aaaf6d2: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId LensName The name of the lens used. .. index:: pair: variable; Orientation .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1a5933292e92dbb8addbc5d7af04efc4cc: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId Orientation The Camera's orientation when picture was taken. .. index:: pair: variable; OrientationMode .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1ad7195945902ed73d115d8005c17caf63: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId OrientationMode The Orientation the camera was setup to use. The normal value is automode - then the orientation is automaticly detected. .. index:: pair: variable; SensorPixelPitch .. _doxid-struct_p1_1_1_image_sdk_1_1_tag_id_1ad54ff72a15f47012aed6fc86a3bf332e: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const TagId SensorPixelPitch The pixel size in both x and y direction in micrometer.