musselwhizzle / Focus-Points

Plugin for Lightroom to show which focus point was active in the camera when a photo was taken
Apache License 2.0
344 stars 42 forks source link

Pentax point maps #127

Closed roguephysicist closed 7 years ago

roguephysicist commented 7 years ago

I added point maps for the majority of Pentax models. I also redid the K-1 file to work with center-based points, and corrected a few mistakes in it. I added a README file to the pentax directory that details my progress.

It turns out that there are only three important AF systems with 11, 27, and 33 AF points. Camera models using a particular system have identical point layouts, and only differ in the pixel dimensions. This problem can be very elegantly simplified by making a single layout for each AF system, indicating the relative position and size of each AF point with respect to the x/y pixel dimensions of the image.

I need to continue verifying that the metadata is mostly consistent between camera models. Once I confirm that, implementing this change will be a breeze and will basically wrap up support for most Pentax models.

musselwhizzle commented 7 years ago

Thank you. I will accept all changes "as-is", but could you also update the master README that details what cameras are supported? After that, I'll merge the PR in.

roguephysicist commented 7 years ago

Done. We're getting close to finishing up Pentax!

musselwhizzle commented 7 years ago

merged. thank you.