As developer of a LrC plugin that displays focus points I have received a user report that for some A7R5 images the focus point significantly deviates from the camera display. Analysis of the problem has revealed that the root cause is faulty / inconsistenst handling of embedded previews by LrC for in-camera cropped A7R5 images (taken in 16:9, 4:3, 1:1 aspect ratio). When rendering previews on import (minimal, standard, 1:1) everything works as expected. To illustrate the situation, here are screenshots from the Library module for a 16:9 in-camera crop capture: - 1st image: Display of embedded preview - 2nd image: Display of rendered preview RAW file: https://drive.google.com/file/d/1peDrS8KFcE27Tq-OP-WNBcFGlGGOhOi7/view?usp=sharing The RAW file contains three embedded preview images, (IFD0:PreviewImage, IFD1:ThumbnailImage, IFD2:JpgFromRaw) - all of them are 16:9, showing the exact same frame like the rendered preview. When using "embedded", LR seems to create a special, faulty version (with with cut-off edges on the left and right) of embedded preview. The full discussion including links to more images, also in 1:1 and 4:3 aspect ratio can be seen here: https://github.com/musselwhizzle/Focus-Points/issues/228
... View more