Package gov.nih.mipav.model.file
Class MetadataExtractor.CanonMakernoteDirectory.FocalLength
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractor.CanonMakernoteDirectory.FocalLength
-
- Enclosing class:
- MetadataExtractor.CanonMakernoteDirectory
public final class MetadataExtractor.CanonMakernoteDirectory.FocalLength extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static int
OFFSET
static int
TAG_AEB_BRACKET_VALUE
static int
TAG_AF_POINT_USED
static int
TAG_AUTO_EXPOSURE_BRACKETING
static int
TAG_FLASH_BIAS
The value of this tag may be translated into a flash bias value, in EV. 0xffc0 = -2 EV 0xffcc = -1.67 EV 0xffd0 = -1.5 EV 0xffd4 = -1.33 EV 0xffe0 = -1 EV 0xffec = -0.67 EV 0xfff0 = -0.5 EV 0xfff4 = -0.33 EV 0x0000 = 0 EV 0x000c = 0.33 EV 0x0010 = 0.5 EV 0x0014 = 0.67 EV 0x0020 = 1 EV 0x002c = 1.33 EV 0x0030 = 1.5 EV 0x0034 = 1.67 EV 0x0040 = 2 EVstatic int
TAG_SEQUENCE_NUMBER
static int
TAG_SUBJECT_DISTANCE
static int
TAG_WHITE_BALANCE
0 = Auto 1 = Sunny 2 = Cloudy 3 = Tungsten 4 = Florescent 5 = Flash 6 = Custom
-
Constructor Summary
Constructors Constructor Description FocalLength()
-
-
-
Field Detail
-
OFFSET
private static final int OFFSET
- See Also:
- Constant Field Values
-
TAG_WHITE_BALANCE
public static final int TAG_WHITE_BALANCE
0 = Auto 1 = Sunny 2 = Cloudy 3 = Tungsten 4 = Florescent 5 = Flash 6 = Custom- See Also:
- Constant Field Values
-
TAG_SEQUENCE_NUMBER
public static final int TAG_SEQUENCE_NUMBER
- See Also:
- Constant Field Values
-
TAG_AF_POINT_USED
public static final int TAG_AF_POINT_USED
- See Also:
- Constant Field Values
-
TAG_FLASH_BIAS
public static final int TAG_FLASH_BIAS
The value of this tag may be translated into a flash bias value, in EV. 0xffc0 = -2 EV 0xffcc = -1.67 EV 0xffd0 = -1.5 EV 0xffd4 = -1.33 EV 0xffe0 = -1 EV 0xffec = -0.67 EV 0xfff0 = -0.5 EV 0xfff4 = -0.33 EV 0x0000 = 0 EV 0x000c = 0.33 EV 0x0010 = 0.5 EV 0x0014 = 0.67 EV 0x0020 = 1 EV 0x002c = 1.33 EV 0x0030 = 1.5 EV 0x0034 = 1.67 EV 0x0040 = 2 EV- See Also:
- Constant Field Values
-
TAG_AUTO_EXPOSURE_BRACKETING
public static final int TAG_AUTO_EXPOSURE_BRACKETING
- See Also:
- Constant Field Values
-
TAG_AEB_BRACKET_VALUE
public static final int TAG_AEB_BRACKET_VALUE
- See Also:
- Constant Field Values
-
TAG_SUBJECT_DISTANCE
public static final int TAG_SUBJECT_DISTANCE
- See Also:
- Constant Field Values
-
-