@title ev bracketing shootset_ev -96shootset_ev 96shoot
print get_ev
@title ev test@param e 1/3 ev steps@default 0@range -9 9set_ev e*32shootprint get_ev
I've been trying some of the scripts on the wiki in regards to HDR and none of them seem to actually change any of the settings on my camera. It will take the correct number of shots but all the photos are (almost) the same. Apart from loading the script do i need to do anything else to allow the script to change values on my camera?
I then added a few "get_ev e" commands after the "set_ev" to see if it was actually setting but the camera says "unknown statement"
e=get_ev
@title ev bracketing DEBUGe=get_evprint "EV = ", eshootset_ev -96sleep 500e=get_ev eprint "EV = ", eshootset_ev 96sleep 500e=get_ev eprint "EV = ", eshoot
EV = 0EV = -96EV = 96
Here is the code i am trying ....
my 3 jpg files all look the same and the metadata says:EV = 0
Quote from: mdsilva on 28 / July / 2014, 09:14:29Here is the code i am trying ....Ran your code on my A1200 and it did exactly what you expected it would do - three JPG images with three different exposures marked as 0, -1, 1 in the exif data for Ev adjustment. The CHDK console showed 0, -96 and +96So I ran the same script on my G10 (very similar camera to your G11) and got the same thing you did :Quotemy 3 jpg files all look the same and the metadata says:EV = 0So there is nothing wrong with your script. I'm guessing that Canon P&S cameras with an external Ev offset dial (the G series) do not respond to CHDK's way of setting Ev adjustment values (via propcase setting).
A better approach might be to add an Ev override (like Av, Tv and ISO) to the shooting_expo_param_override() function, and use the SET_NOW/SET_LATER system in the script set_ev() function to control the override.
Quote from: philmoz on 01 / August / 2014, 18:35:16A better approach might be to add an Ev override (like Av, Tv and ISO) to the shooting_expo_param_override() function, and use the SET_NOW/SET_LATER system in the script set_ev() function to control the override.There already is a set_ev() override function but it just pokes the passed value into the appropriate propcases. Sound like it needs to be modified to support SET_NOW/SET_LATER.
Started by mvt Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes)
Started by Jandro Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes)
Started by apfrsscf Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes)
Started by Gasturbine General Help and Assistance on using CHDK stable releases
Started by JirkaPanek General Help and Assistance on using CHDK stable releases