Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium
New issue 347 by
nicola.a...@gmail.com: Extending the EAEB (Extended
Automatic Exposure Bracketing)
http://code.google.com/p/400plus/issues/detail?id=347
The current EAEB (Extended Automatic Exposure Bracketing) is limited to
maximum 9 frames. Since I need more frames for a scientific project to
generate enough data to be merged later in a single image with high
bit-depth, in the file menuitem.h I have modified the line 269 from
#define MENUITEM_BRACKET(_ID_, _NAME_, _VALUE_, _ON_CHANGE_)
MENUITEM_INT(_ID_, _NAME_, _VALUE_, false, 3, 9, 2, 2, 0,
false, "%1u", _ON_CHANGE_, NULL)
to:
#define MENUITEM_BRACKET(_ID_, _NAME_, _VALUE_, _ON_CHANGE_)
MENUITEM_INT(_ID_, _NAME_, _VALUE_, false, 3, 33, 2, 2, 0,
false, "%2u", _ON_CHANGE_, NULL)
This allowed me to shoot up to 16 frames darker and 16 lighter than the
central exposure value.
Setting more than 33 frames seems pointless because almost after 25 frames
we expect the images on the extremes to be all black and all white.
Thanks.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings