Jump to content

Recommended Posts

x
1 hour ago, M Street Photographer said:

With this https://transienteye.com/software/

for Mac and M10, test the M11 and report plaese.

Thanks a lot for the tip. At least it works great with my M10.

Welcome, dear visitor! As registered member you'd see an image here…

Simply register for free here – We are always happy to welcome new members!

Edited by evikne
  • Like 1
Link to post
Share on other sites

@evikne - how did you download that Apple program file you mentioned : "Download: Leica Sync 1.4.dmg (macOS disk image, 6.6MB download)" ?  i am trying to grab it as a file via my linux chrome web browser so i can run it on my wife's oldish macbook laptop but nothing happens as nothing gets downloaded ?

@Al Brown 's trick with the "Service Menu" is pretty cool though it will be difficult to visualize such on my screenless m10d !

in terms of total shutter count, my approach till now was that i used my own python fotomanager (fm) program which imports any pics & fotos and uses the DNG time stamp as unique identifier if available.  once imported, fm keeps all files either in a processed directory tree or in a trash directory.  last step for me was to write a quick bash script that goes through all my fm files, evaluates them and counts those that were imported as Leica M10-D DNG files.  that's it.  the number grows each day...

 

Link to post
Share on other sites

Advertisement (gone after registration)

4 minutes ago, fenykepesz said:

@evikne - how did you download that Apple program file you mentioned : "Download: Leica Sync 1.4.dmg (macOS disk image, 6.6MB download)" ?  i am trying to grab it as a file via my linux chrome web browser so i can run it on my wife's oldish macbook laptop but nothing happens as nothing gets downloaded ?

Try <right-click> on the link, then 'Save link as...' (or equivalent) from the popup menu.

  • Thanks 1
Link to post
Share on other sites

vor 35 Minuten schrieb Anbaric:

Try <right-click> on the link, then 'Save link as...' (or equivalent) from the popup menu.

thank you, @Anbaric, i tried that again, and now it forced-worked.  initially my browser's security settings stopped the download ("Insecure download blocked").  next step is to break my wife's macbook...

Link to post
Share on other sites

1 hour ago, fenykepesz said:

thank you, @Anbaric, i tried that again, and now it forced-worked.  initially my browser's security settings stopped the download ("Insecure download blocked").  next step is to break my wife's macbook...

Looks like a sensible security setting - I should probably change mine! Now I see the problem - the author isn't using an https link on the webpage, though the file is available via https. Direct link here for anyone having problems:

https://tsoniq.com/download/Leica Sync 1.4.dmg

Unfortunately it seems this isn't a solution for the M11 count.

  • Thanks 1
Link to post
Share on other sites

4 hours ago, Al Brown said:

There is also a service menu on M10s but nobody seems to have gotten the access yet. The guy who knows did not want to tell me. Below is the snap from M10-P's service menu.

Welcome, dear visitor! As registered member you'd see an image here…

Simply register for free here – We are always happy to welcome new members!

that would be great... to  have access to the service menu...

 

Link to post
Share on other sites

vor 18 Stunden schrieb M Street Photographer:

With this https://transienteye.com/software/

for Mac and M10, test the M11 and report plaese.

thank you for the tip - worked flawlessly - and much faster than my bash script solution...

Welcome, dear visitor! As registered member you'd see an image here…

Simply register for free here – We are always happy to welcome new members!

  • Like 2
Link to post
Share on other sites

16 hours ago, fenykepesz said:

thank you for the tip - worked flawlessly - and much faster than my bash script solution...

Welcome, dear visitor! As registered member you'd see an image here…

Simply register for free here – We are always happy to welcome new members!

That’s an image count. Not a shutter count.

Link to post
Share on other sites

vor 21 Minuten schrieb jdlaing:

That’s an image count. Not a shutter count.

what's the difference ?  that particular software - Leica Sync 1.4 - was privately coded by a scientist/hobby photographer.  so i assume he will have labeled that particular field as image count.  it's just a name.  furthermore, when i count pictures with my method (as described earlier) i arrive at : 23055.  i believe that's pretty close to 23522.  the difference is made up of pictures i through out via FOTOS or pictures i deleted manually from my database over the last 4 years.

Link to post
Share on other sites

47 minutes ago, fenykepesz said:

what's the difference ?  that particular software - Leica Sync 1.4 - was privately coded by a scientist/hobby photographer.  so i assume he will have labeled that particular field as image count.  it's just a name.  furthermore, when i count pictures with my method (as described earlier) i arrive at : 23055.  i believe that's pretty close to 23522.  the difference is made up of pictures i through out via FOTOS or pictures i deleted manually from my database over the last 4 years.

Two scenarios:

If you use electronic shutter there is no shutter count even though there is an image count as there is one image captured. 
If you go back to the M-240 when live view was activated the shutter was opened and closed even though there was no image captured.

When you turn the camera on or off is the shutter actuated?

Link to post
Share on other sites

vor 8 Minuten schrieb jdlaing:

Two scenarios:

If you use electronic shutter there is no shutter count even though there is an image count as there is one image captured. 
If you go back to the M-240 when live view was activated the shutter was opened and closed even though there was no image captured.

oops, you are right, @jdlaing, these are indeed two different scenarios - while my m10d  plays only with one, and i believe, also that given software only works with the m10* cameras.  perhaps my m11d in the future...

Link to post
Share on other sites

  • 7 months later...

The app linked above directly interfaces with the PTP (or PTP over IP in this case) protocol. The PTP profile for Leica cameras contains several undocumented registers, which are device properties. From reversing parts of the app, it seems like they have been able to identify the register code and layout for many proprietary fields, including:

LCDBrightness
UserProfile[N]Name
LensDetection
CustomiseWheel
CreateWLANNetworkPassword
JoinWLANNetworkName
EVFBrightness
DisplayExposureClipping
DisplayHistogram
JpgMonochromeOnOff
TotalCaptureCount

and many more. They are reading the TotalCaptureCount property, so it's likely the closest you'll get to a shutter count, though it does seem to imply all captures (no matter the shutter type). The latter should be easy to test with your own M10 by using exclusive shutter modes and seeing what happens to the counter.

For the M11 (I only have an M11D and M11M to test), these registers seem to have changed, and thus the app doesn't work on M11s. Capture count should be in the region of 0xd61b to 0xd65d somewhere. gphoto2's driver doesn't decode this either at this time, so this would require manual reverse engineering, in essence changing settings and scanning registers to see which values are flipping. Maybe a weekend project.

So conclusion is: no way to know if the TotalCaptureCount register still exists on M11, but no reason to suspect it doesn't. It's just not where it was on the M10s.

Link to post
Share on other sites

On 4/20/2024 at 7:52 AM, Al Brown said:

There is also a service menu on M10s but nobody seems to have gotten the access yet. The guy who knows did not want to tell me. Below is the snap from M10-P's service menu.

Welcome, dear visitor! As registered member you'd see an image here…

Simply register for free here – We are always happy to welcome new members!

You saw this with your bare eyes from that guy’s camera LCD or he showed you a screenshot?

I don’t believe him

  • Haha 1
Link to post
Share on other sites

The M11 firmware 2.1.3 definitely contains something that references a service mode:

Welcome, dear visitor! As registered member you'd see an image here…

Simply register for free here – We are always happy to welcome new members!

There's also mention of a "root" menu ("found! Maybe we are in ROOT-Menu." says one log message)

I also learned something new. Turns out, Leica Sync was made by the same person behind the vendor of the PTP SDK that was used in the same app. Someone into software development, photography, and synthesizer/DSP programming? Just to my liking :D. I've emailed them, maybe I can take a stab at updating the registers for the M11.

Edit

I can also find temperature sensing code and a UI label called "Temperatures", so I'm pretty sure that service menu still exists on the M11.

Edited by summarity
  • Like 1
Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...