function myshoot() local prevcnt = hook_shoot.count() local rawprevcnt = hook_raw.count() press 'shoot_full_only' repeat sleep(10) until prevcnt ~= hook_shoot.count() release 'shoot_full_only' repeat sleep(10) until rawprevcnt ~= hook_raw.count()endfunction snap() -- single image capture press("shoot_half") repeat sleep(10) until (get_shooting()) myshoot() release("shoot_half") repeat sleep(10) until (not get_shooting())endfunction check_buttons_etc() wait_click(50) -- check for a button press if (is_key("print") and get_alt_mode()) then if isoval > 0 then local iso = get_iso_mode() set_iso_mode(iso) sleep(100) snap() local isov = iso isov = isov + isoval*3 if isov > 16 then isov = 16 end set_iso_mode(isov) sleep(100) snap() set_iso_mode(iso) else snap() end last_count = focus_count image = true dirty = true grabp = true pdof = pj elseif (is_key("display") and get_alt_mode()) then if show then draw_clear() show = false elseif not show then draw.overdraw() show = true end endend
I'm shooting RAW.
Looking at the captured images in Lr, they both look the same in IQ.But the ISO values are different!
Started by smilem General Help and Assistance on using CHDK stable releases
Started by Aket « 1 2 ... 21 22 » Feature Requests
Started by kmoreau893 General Discussion and Assistance
Started by waterwingz Script Writing
Started by saul_havens Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes)