TAG_SUBJECT_LOCATION top-level constant

String const TAG_SUBJECT_LOCATION

Indicates the location of the main subject in the scene. The value of this tag represents the pixel at the center of the main subject relative to the left edge, prior to rotation processing as per TAG_ORIENTATION. The first value indicates the X column number and second indicates the Y row number. When a camera records the main subject location, it is recommended that TAG_SUBJECT_AREA be used instead of this tag.

Implementation

const String TAG_SUBJECT_LOCATION = "SubjectLocation";