Hi! Can u give me example of your script?
@title Av@param a Av (1,2,3)@default a 1@param b Set type param@default b 1if a = 1 then d = 480if a = 2 then d = 576if a = 3 then d = 672if b = 1 then set_av96_direct dif b = 2 then set_av96 dif b = 3 then set_av dif b = 4 then set_user_av96 dif a = 1 then print "480, Av=5.6"if a = 2 then print "576, Av=8"if a = 3 then print "672, Av=11"if b = 1 then print "av96_direct"if b = 2 then print "av96"if b = 3 then print "av"if b = 4 then print "user_av96" shootend
I set Av to 6.3 so I could see if it was being overriden.First of all using the menu override for Av 11.0 (+4EV), the shot came out as expected, the override worked.
Also, from the way the settings seem to get applied, am I to assume that Av resolution is limited to 1/3EV steps (*32) and not the full 96 steps?
@title Av@param a Av (1,2,3,4)@default a 1if a = 1 then d = 576if a = 2 then d = 608if a = 3 then d = 640if a = 4 then d = 672if a = 1 then print d, " Av=8"if a = 2 then print d, " Av=9"if a = 3 then print d, " Av=10"if a = 4 then print d, " Av=11"set_av96_direct dshootend
Quote from: barberofcivil on 17 / December / 2007, 13:15:41I set Av to 6.3 so I could see if it was being overriden.First of all using the menu override for Av 11.0 (+4EV), the shot came out as expected, the override worked.Hellow, barberofcivil!Are u sure, that really was set exactly Av 11 through the menu override? May be 9 or 10? To define hardware limits that is resided in your camera i suggest you to use av -bracketing with step of 1/3 in wide and tele states of objective. Moreover real value of aperture you can observe in misc. values AFTER the shot (while camera is in review mode)
Quote from: barberofcivil on 17 / December / 2007, 13:15:41Also, from the way the settings seem to get applied, am I to assume that Av resolution is limited to 1/3EV steps (*32) and not the full 96 steps?Yes. That's true. Av resolution is limited to 1/3Ev. However other values of the av step was not tested until now. Multiplier of 92 (av92) is only reflection of the method of saving of this values in Canon firmware.Can u try this version of the script (for different states of zoom im M and P modes)?Code: [Select]...
...
set_av96 - this command operates with limited Canon set of values only (273-576) set_user_av96 - is similarly but additionally it changes the user value of av (in priority or manual modes)Thanks
Hi, barberofcivil!FIXED: Please try new build http://malbe.nm.ru/chdk/Thanks!
Started by sheiksadique General Help and Assistance on using CHDK stable releases
Started by nirschi AllBest's Builds
Started by obsidian General Discussion and Assistance
Started by nirschi « 1 2 » General Discussion and Assistance
Started by dvornik « 1 2 3 » RAW Shooting and Processing