The following quote is from Compact M43 camera to replace actual compact camera? - #73 by europlatus. I’m opening a new thread in order to keep the discussion somewhat structured.
Olympus IBIS became so good starting with E-M1 II / E-M5 III that handheld exposure times of around 0.5 s became possible quite easily. By being careful (controlling breathing, bracing oneself against a wall or tree), even slower shutter speeds are feasible. With Sync-IS (e.g. with the 12-100 f/4 zoom) even longer exposure times can work.
This means that during all that time the camera is capable to keep the sensor aligned with sub-pixel accuracy!
At the same time, the E-M1 II / E-M5 III gained a usable electronic shutter mode with a readout speed of 1/60 s. (This is even faster on the OM-1. I believe the readout speed is 1/120 s.)
Given the above, I consider it a huge oversight (incompetence?) on the side of the manufacturer that the HDR modes of the above cameras switch back to mechanical shutter and do not compute a Raw file. Handheld High Res Shot helps with DR, but it takes a sequence of shots with identical exposure, I believe.
However, it is possible to configure the camera such that it takes a bracket burst with the electronic shutter, without resetting the stabilizer. See this dpreview thread for details, notably the posts by vmlinuz (=me) and sciencenerd.
Here is the setup that I use for the C-mode on my E-M5 III:
- A mode, aperture 5.6, EV -0.3, ISO 200
- AE bracketing active, set to 5 images with 1 EV spread
- Silent sequential high drive
- Image stabilizer: fps priority.
(If someone is interested, I can share my complete camera setup notes here.)
This gives me five images for each burst. When I review my shots with geeqie, I check whether all shots of each burst are indeed aligned. I then move all the bursts into a dedicated temporary directory, mark all of them, and run the following “plugin” that I configured by putting the following content into the file ~/.local/share/applications/hdrmerge-batch.desktop:
[Desktop Entry]
Type=Application
Name=hdrmerge batch mode
TryExec=hdrmerge
Exec=hdrmerge -B --no-align --no-crop -o '%%iF[0].dng' %F
# Make it appear in Geeqie
Categories=Graphics;
This creates one DNG file per burst. I keep the DNGs and delete the ORFs one I have made sure that the process went well.
I also have the following ~/.local/share/applications/hdrmerge-gui.desktop:
[Desktop Entry]
Type=Application
Name=hdrmerge GUI mode
TryExec=hdrmerge
Exec=hdrmerge %F
# Make it appear in Geeqie
Categories=Graphics;
This allows to adjust which area of each shot is used in the stacking.
Now why doesn’t Olympus/OM System put more emphasis on this capacity? After all, they could have had handheld in-camera Raw HDR stacking already in 2016 in the E-M1 II! The following points might offer partial answers:
-
The DR of a single shot is more than enough in many cases.
-
Handheld HDR stacking works, but it is an advanced technique that requires care. Perhaps the manufacturer estimates that the nerds likely to be interested in this are not a relevant part of the market.
-
There is certainly some institutional/compatibility inertia there. HDR used mechanical shutter before good electronic shutter became available, and so they kept it that way.
-
The camera’s CPU might be too slow for in-camera HDR stacking like hdrmerge does.



