Class MetadataExtractor.CanonMakernoteDirectory.FocalLength

    • 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 EV
      static 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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_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
    • Constructor Detail

      • FocalLength

        public FocalLength()