Talk:UBASIC/Scripts: an ultra fast HDR bracketing script for A6xx
538pages on
this wiki
this wiki
Back to page | < Talk:UBASIC
Revision as of 00:33, April 5, 2010 by 80.137.212.50 (Talk)
This script is super! I changed the script substituting the following lines of the second script (by ~SuperManu~) to work with Allbest (build 50) for my A710IS
if i = -32764 then goto "ok"
if i = -32765 then goto "ok"
if i = -32766 then goto "ok"
print "P, Tv or Av ...",i
--Dashesy 01:09, 8 June 2008 (UTC)dashesy
Exposure Bias Value (Exposure Compensation, EV)
Edit
The script calculates the EV compensation based on and in relation to the EV that is set in the normal camera menu. If no compensation is set (EV=0) and 5 pictures are shot with default parameters, the resulting values are -2,-1,0,1,2 as to be read in the wikia. But if EV is already set to -2 for example, resulting EV are -4,-3,-2,-1,0. The description of the script doesn't mention this, should i add that?