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

No focus boxes shown for Olympus E-5 and OM-D E-M5II #129

Open Subhash-at opened 6 years ago

Subhash-at commented 6 years ago

For the Olympus E-5 and also for E-M5 Mark II there are no error reports in the dialog windows but also no focus boxes shown in the last window shown by the plugin after calculation.

musselwhizzle commented 6 years ago

I heard that Olympus updated the software for certain cameras which broken this plugin. Attach an image from each camera to this ticket and I'll take a look when I have time (wont be for a while).

Subhash-at commented 6 years ago

[Joshua Musselwhite notifications@github.com schrieb am 17.9.2017 um 11:02 Uhr:]

I heard that Olympus updated the software for certain cameras which broken this plugin. Attach an image from each camera to this ticket and I'll take a look when I have time (wont be for a while).

Hi!

Thank you for this great offer! Attached two images with EXIF data.

Kind regards Subhash

FarFromSane commented 6 years ago

Hello I also have this issue on my Olympus EM1. It has Firmware 4 on it.
In my case.. the red focus box is always displayed in the upper left corner I tried to attach some examples but they were to large.
Let me know where to send them.

Subhash-at commented 6 years ago

It is easy to create smaller images with the EXIF data in them: Just reduce the size temporary in the camera and take a picture, then choose your preferred size again. The data size of this picture will be small too. If you choose a subject which has big clear areas in it the compression will be more effective and the image data size will be even smaller. (I took a picture of a black plank before a white background.)

FarFromSane commented 6 years ago

I had been attempting to upload Raw. I have attached 2 zip files with jpegs.
Archiv.zip is from an OMD EM-5 (original OMD. No new Firmware in quite a long time) Archive2 is from an OMD EM-1 with Firmware 4 I also attach a screenshot showing where the plugin placed the focus box (upper left) and an arrow showing where the real one is.

screen shot 2017-09-25 at 9 25 44 am

Archive 2.zip Archive.zip

musselwhizzle commented 6 years ago

@Subhash-at - Looking at this ticket, your files dont seem to be there. Could you try again please

@FarFromSane - I opened your jpeg from Archive.zip and the focus point shows entirely different to me. Perhaps you need to update to the latest version of this plugin. See image below:

screen shot 2017-10-11 at 7 44 29 pm
Subhash-at commented 6 years ago

Second try. om-d_e-m5ii_179190132 e-5_179199915

musselwhizzle commented 6 years ago

@Subhash-at See attached. If this is correct, please update to the latest version of the plugin.

screen1 screen2
Subhash-at commented 6 years ago

This is correct. I updated but the point is not shown in Lightroom 5.7. Then I came up with the idea that a newer Lightroom version may do it and I tried it on my laptop with Lightroom 6.0. And there it works! See attachments:

bildschirmfoto-2017-10-13-um-10 20 bildschirmfoto-2017-10-13-um-10 25 54

Subhash-at commented 6 years ago

Another point to consider as an user:

I'm quite sure that I did not focus on the bush in the middle ground but on the grass in front. If I did afterwards I turned the camera to set my frame. But this cannot be pictured by any plugin and also not in the camera. The focus point is correct but it was located on an other part of the subject.

FarFromSane commented 6 years ago

Thanks for the tip about LR 5 vs 6.
I'm on LR 5.7 .. that is likely why it's not working.
I"m upgrading this weekend and will post back here with results.

musselwhizzle commented 6 years ago

Interesting that there's a difference between LR 5 and 6. Below is the only place in the code where we make a distinction between the 2 versions. Maybe the code isn't accurate there https://github.com/musselwhizzle/Focus-Points/blob/master/focuspoints.lrdevplugin/DefaultPointRenderer.lua#L268

Unfortunately, I dont have LR5 or an olympus camera, so other people contributed to doing the work here so unfortunately it looks like I won't be much help. If you guys can code, I'd be happy to have you look at the files here to make sure they are behaving correctly.

Subhash-at commented 6 years ago

Also having no experience with lua-scripts I tried to find the error. I looked at the code, changed some lines, but had no success. Sorry. Also the debug log was not useful to me.