@title High Dynamic Rangeprint "1) normal" shoot set_aflock 1 get_av96 p get_sv96 s get_tv96 tprint "2) dark" set_tv96_direct t+192 set_sv96 s set_av96 p shootprint "2) bright" set_tv96_direct t-192 set_sv96 s set_av96 p shoot set_aflock 0print "...done"
--[[@title High Dynamic Range--]]print("1) normal") shoot() set_aflock(1) p=get_av96() s=get_sv96() t=get_tv96()print("2) dark") set_tv96_direct(t+192) set_sv96(s) set_av96(p) shoot()print("3) bright") set_tv96_direct(t-192) set_sv96(s) set_av96(p) shoot() set_aflock(0)print("...done")
Yes, I was not talking about the scripts. Tweaking the .c files and recompiling seems to a bit beyond my skill level. I will see if I can take a shot at it. Does the src not come with the standard CHDK download that I have on my SD card?
There are currently three option under the 'Bracketing Type' menu item: '+' takes shots at 0,+1,+2 exposures '+/-' takes shots at 0,+1,-1 exposures '-' takes shots at 0,-1,-2 exposuresPersonally I think having -1,0,+1 would be of more use; but adding 0,-1,+1 would probably be useful as well.(The +1, -1, etc values are not absolute, they are multiplied by the other bracketing override step values).Phil.
if (((!is_odd) && (conf.bracket_type==0)) || (conf.bracket_type==1)) value=bracketing.tv96+bracketing.dtv96; //switched - to + else value=bracketing.tv96-bracketing.dtv96; //switched + to -
Started by Vario DSLR Hack development
Started by acorrias RAW Shooting and Processing
Started by LjL General Chat
Started by besik33 Feature Requests
Started by reyalp « 1 2 3 4 » General Discussion and Assistance