Skip to main content
Participant
August 27, 2020
질문

Photoshop CC 21.2.2 changes camera lens used in the EXIF data file

  • August 27, 2020
  • 1 답변
  • 364 조회

I have noticed my EXIF data file has the wrong lens used for the image in question.  For instance, if I am using my Canon 7D Mk II with Canon 100-400 II lens, it might list a Sony 200-600 lens as the lens used.  Sometimes when using my little underwater Nikon AW1 with 11-27.5 lens, it will also list the Sony 200-600 lens as the lens being used.

 

What is going on?  Any ideas why my EXIF file would show the wrong lens?

 

Charlie

 

이 주제는 답변이 닫혔습니다.

1 답변

JJMack
Community Expert
Community Expert
August 27, 2020

Exif data is created in camera and most manufactures do not store the lens information like make and model in exif data that seems to be optional. Camera manufacturer do store that information  that information in their Camera meta data if the lens report the information to the Camera body firmware.  Adobe RAW process may extract the lens model informated from the Camera Manufactures Camera meta data and added it to exif data.  So what is in exif date is mostly Camera Data but may be changed over time by applications like Photoshop Bridge, ACR, Scripts, Utilities like EXIF tool RAW data may not be changed the same is not true for meta data.  If may be hard to track what did what the a files meta data.  PS File Info  may be helpful.  Here you see what CS3, CS6 and PS 2020 report as Camera data for the sane RAW file.  You will see only CS3 report the Max Aperture of 2.8.  All report the lens is is a fixed focal length 300mm lens.   You will also see in the Raw data the follows the Lens Information is not actually in EXIF date it in Aux Data and CS3 had to decode the Len Info Data to see it has a max aperture of 2.8. However three different versions of ACR are involved here.  The RAW Meta Data I posted is how ACR 1 2.4 Edited it.   I'm sure that CS3 ACR and  CS6 ACR 9.1.1 versions would be somewhat different. If I shot Jpeg there may not be any  lens infor data in  the files meta data for all I know.

 

         <aux:SerialNumber>237498</aux:SerialNumber>
         <aux:LensInfo>300/1 300/1 0/0 0/0</aux:LensInfo> <-------------------
         <aux:Lens>300.0 mm</aux:Lens>                    <-------------------
         <aux:LensID>142</aux:LensID>
         <aux:ImageNumber>48302</aux:ImageNumber>
         <aux:FlashCompensation>0/1</aux:FlashCompensation>
         <aux:OwnerName>McAssey</aux:OwnerName>
         <aux:Firmware>1.2.3</aux:Firmware>

         <exif:ExifVersion>0221</exif:ExifVersion>
         <exif:ColorSpace>1</exif:ColorSpace>
         <exif:PixelXDimension>2336</exif:PixelXDimension>
         <exif:PixelYDimension>3504</exif:PixelYDimension>
         <exif:DateTimeOriginal>2009-04-25T15:20:46</exif:DateTimeOriginal>
         <exif:ExposureTime>1/1000</exif:ExposureTime>
         <exif:FNumber>56/10</exif:FNumber>
         <exif:ExposureProgram>2</exif:ExposureProgram>
         <exif:ISOSpeedRatings>
            <rdf:Seq>
               <rdf:li>800</rdf:li>
            </rdf:Seq>
         </exif:ISOSpeedRatings>
         <exif:ShutterSpeedValue>9965784/1000000</exif:ShutterSpeedValue>
         <exif:ApertureValue>4970854/1000000</exif:ApertureValue>
         <exif:ExposureBiasValue>0/1</exif:ExposureBiasValue>
         <exif:MaxApertureValue>3/1</exif:MaxApertureValue>
         <exif:MeteringMode>5</exif:MeteringMode>
         <exif:Flash rdf:parseType="Resource">
            <exif:Fired>False</exif:Fired>
            <exif:Return>0</exif:Return>
            <exif:Mode>2</exif:Mode>
            <exif:Function>False</exif:Function>
            <exif:RedEyeMode>False</exif:RedEyeMode>
         </exif:Flash>
         <exif:FocalLength>300/1</exif:FocalLength>
         <exif:FocalPlaneXResolution>3520000/1136</exif:FocalPlaneXResolution>
         <exif:FocalPlaneYResolution>2342000/756</exif:FocalPlaneYResolution>
         <exif:FocalPlaneResolutionUnit>2</exif:FocalPlaneResolutionUnit>
         <exif:CustomRendered>0</exif:CustomRendered>
         <exif:ExposureMode>0</exif:ExposureMode>
         <exif:WhiteBalance>0</exif:WhiteBalance>
         <exif:SceneCaptureType>0</exif:SceneCaptureType>


 

JJMack