Advertisement
rowntreerob

EXIF data from Nexus 5 ( 15 feet apart

Oct 28th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.05 KB | None | 0 0
  1. rob@ Pictures$ perl ~/bin/exif_list.pl jdc_sm_1.jpg
  2. (null): invalid field offset (Make)
  3. (null): field type mismatch (GPSProcessingMethod)
  4. $VAR1 = {
  5. 'unknown' => {
  6. 'Supported FlashPix Version' => 808529968,
  7. 'Image Direction' => '321',
  8. 'Unknown' => 808529968,
  9. 'Interoperability IFD Pointer' => 432,
  10. 'GPS Info IFD Pointer' => 462
  11. },
  12. 'other' => {
  13. 'Vertical Resolution' => '72 dpi',
  14. 'Exif Version' => '2.20',
  15. 'GPS Processing Method' => 688,
  16. 'Resolution Unit' => 'i',
  17. 'GPS Image Direction Ref' => 'Magnetic North',
  18. 'Equipment Make' => 1279739136,
  19. 'Image Digitized' => '2014:10:25 13:35:34',
  20. 'Shutter Speed' => '1/1542 sec',
  21. 'Image Generated' => '2014:10:25 13:35:34',
  22. 'Bytes of JPEG Data' => 16948,
  23. 'Chrominance Comp Positioning' => 'Centered',
  24. 'Horizontal Resolution' => '72 dpi',
  25. 'Compression Scheme' => 'JPEG Compression (Thumbnail)',
  26. 'Offset to JPEG SOI' => 807,
  27. 'Longitude Reference' => 'W',
  28. 'Altitude Reference' => 0,
  29. 'Latitude Reference' => 'N',
  30. 'Meaning of Each Comp' => 'Unknown',
  31. 'Exif IFD Pointer' => 134
  32. },
  33. 'camera' => {
  34. 'Camera Model' => 'Nexus 5'
  35. },
  36. 'image' => {
  37. 'Longitude' => 'W 87� 47\' 23.6737',
  38. 'Vertical Resolution' => '72 dpi',
  39. 'F-Number' => 'f/2.4',
  40. 'ISO Speed Rating' => 101,
  41. 'Image Width' => 1920,
  42. 'Image Height' => 1080,
  43. 'Lens Aperture' => 'f/2.4',
  44. 'Horizontal Resolution' => '72 dpi',
  45. 'Flash' => 'No Flash',
  46. 'Time (UTC)' => '18:35:30',
  47. 'Color Space Information' => 'sRGB',
  48. 'Latitude' => 'N 42� 8\' 50.9555',
  49. 'Altitude' => '155.00 m',
  50. 'Date (UTC)' => '2014:10:25',
  51. 'Focal Length' => '3.97 mm',
  52. 'Exposure Bias' => '0 EV',
  53. 'Exposure Time' => '1/1542 sec'
  54. }
  55. };
  56. rob@ Pictures$ perl ~/bin/exif_list.pl jdc_sm_2.jpg
  57. (null): invalid field offset (Make)
  58. (null): field type mismatch (GPSProcessingMethod)
  59. $VAR1 = {
  60. 'unknown' => {
  61. 'Supported FlashPix Version' => 808529968,
  62. 'Image Direction' => '325',
  63. 'Unknown' => 808529968,
  64. 'Interoperability IFD Pointer' => 432,
  65. 'GPS Info IFD Pointer' => 462
  66. },
  67. 'other' => {
  68. 'Vertical Resolution' => '72 dpi',
  69. 'Exif Version' => '2.20',
  70. 'GPS Processing Method' => 688,
  71. 'Resolution Unit' => 'i',
  72. 'GPS Image Direction Ref' => 'Magnetic North',
  73. 'Equipment Make' => 1279739136,
  74. 'Image Digitized' => '2014:10:25 13:35:41',
  75. 'Shutter Speed' => '1/1399 sec',
  76. 'Image Generated' => '2014:10:25 13:35:41',
  77. 'Bytes of JPEG Data' => 16808,
  78. 'Chrominance Comp Positioning' => 'Centered',
  79. 'Horizontal Resolution' => '72 dpi',
  80. 'Compression Scheme' => 'JPEG Compression (Thumbnail)',
  81. 'Offset to JPEG SOI' => 807,
  82. 'Longitude Reference' => 'W',
  83. 'Altitude Reference' => 0,
  84. 'Latitude Reference' => 'N',
  85. 'Meaning of Each Comp' => 'Unknown',
  86. 'Exif IFD Pointer' => 134
  87. },
  88. 'camera' => {
  89. 'Camera Model' => 'Nexus 5'
  90. },
  91. 'image' => {
  92. 'Longitude' => 'W 87� 47\' 23.6737',
  93. 'Vertical Resolution' => '72 dpi',
  94. 'F-Number' => 'f/2.4',
  95. 'ISO Speed Rating' => 100,
  96. 'Image Width' => 1920,
  97. 'Image Height' => 1080,
  98. 'Lens Aperture' => 'f/2.4',
  99. 'Horizontal Resolution' => '72 dpi',
  100. 'Flash' => 'No Flash',
  101. 'Time (UTC)' => '18:35:30',
  102. 'Color Space Information' => 'sRGB',
  103. 'Latitude' => 'N 42� 8\' 50.9555',
  104. 'Altitude' => '155.00 m',
  105. 'Date (UTC)' => '2014:10:25',
  106. 'Focal Length' => '3.97 mm',
  107. 'Exposure Bias' => '0 EV',
  108. 'Exposure Time' => '1/1400 sec'
  109. }
  110. };
  111. rob@ Pictures$ perl ~/bin/exif_list.pl jdc_sm_3.jpg
  112. (null): invalid field offset (Make)
  113. (null): field type mismatch (GPSProcessingMethod)
  114. $VAR1 = {
  115. 'unknown' => {
  116. 'Supported FlashPix Version' => 808529968,
  117. 'Image Direction' => '321',
  118. 'Unknown' => 808529968,
  119. 'Interoperability IFD Pointer' => 432,
  120. 'GPS Info IFD Pointer' => 462
  121. },
  122. 'other' => {
  123. 'Vertical Resolution' => '72 dpi',
  124. 'Exif Version' => '2.20',
  125. 'GPS Processing Method' => 688,
  126. 'Resolution Unit' => 'i',
  127. 'GPS Image Direction Ref' => 'Magnetic North',
  128. 'Equipment Make' => 1279739136,
  129. 'Image Digitized' => '2014:10:25 13:35:46',
  130. 'Shutter Speed' => '1/1219 sec',
  131. 'Image Generated' => '2014:10:25 13:35:46',
  132. 'Bytes of JPEG Data' => 13360,
  133. 'Chrominance Comp Positioning' => 'Centered',
  134. 'Horizontal Resolution' => '72 dpi',
  135. 'Compression Scheme' => 'JPEG Compression (Thumbnail)',
  136. 'Offset to JPEG SOI' => 807,
  137. 'Longitude Reference' => 'W',
  138. 'Altitude Reference' => 0,
  139. 'Latitude Reference' => 'N',
  140. 'Meaning of Each Comp' => 'Unknown',
  141. 'Exif IFD Pointer' => 134
  142. },
  143. 'camera' => {
  144. 'Camera Model' => 'Nexus 5'
  145. },
  146. 'image' => {
  147. 'Longitude' => 'W 87� 47\' 23.6737',
  148. 'Vertical Resolution' => '72 dpi',
  149. 'F-Number' => 'f/2.4',
  150. 'ISO Speed Rating' => 101,
  151. 'Image Width' => 1920,
  152. 'Image Height' => 1080,
  153. 'Lens Aperture' => 'f/2.4',
  154. 'Horizontal Resolution' => '72 dpi',
  155. 'Flash' => 'No Flash',
  156. 'Time (UTC)' => '18:35:30',
  157. 'Color Space Information' => 'sRGB',
  158. 'Latitude' => 'N 42� 8\' 50.9555',
  159. 'Altitude' => '155.00 m',
  160. 'Date (UTC)' => '2014:10:25',
  161. 'Focal Length' => '3.97 mm',
  162. 'Exposure Bias' => '0 EV',
  163. 'Exposure Time' => '1/1219 sec'
  164. }
  165. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement