@title Strato wireless remote workaround@param a Lock AF@default a 1if a=1 then set_aflock(1):myloop if is_pressed "half_shoot" then repeat sleep 50 until get_shooting()==true shoot endif if is_pressed "set" then goto "safeexit" sleep 1000 goto "myloop":safeexitif a=1 then set_aflock(0)end
set_aflock(1)repeat sleep 50 until get_shooting()==trueset_aflock(0)
@title Strato wireless remote workaround@param a Lock AF@default a 1if a=1 then set_aflock(1):myloop if is_pressed "half_shoot" then do sleep 50 until get_shooting()==true shoot endif if is_pressed "set" then goto "safeexit" sleep 1000 goto "myloop":safeexitif a=1 then set_aflock(0)end
@title Strato wireless remote workaround@param a Lock AF@default a 1if a=1 then set_aflock(1)b = 0while b = 0 if is_pressed "half_shoot" then do sleep 50 until get_shooting()==true shoot endif if is_pressed "set" then b = 1 sleep 1000wendif a=1 then set_aflock(0)end
@title Strato wireless remote workaround@param a Lock AF@default a 1if a=1 then set_aflock(1)b = 0while b = 0 if is_pressed "half_shoot" then do sleep 50 until get_shooting=1 shoot endif if is_pressed "set" then b = 1 sleep 1000wendif a=1 then set_aflock(0)end
if is_pressed "shoot_half" then
@title test@param a Lock AF@default a 1if a=1 then press "shoot_half" do sleep 50 until get_shooting=1 release "shoot_half" set_aflock(1)endifb = 0while b = 0 wait_click 0 if is_key "shoot_half" then shoot endif if is_key "set" then b = 1 sleep 1000wendif a=1 then set_aflock(0)end
Started by django General Help and Assistance on using CHDK stable releases
Started by RichG LUA Scripting
Started by CNW Script Writing
Started by Pasco « 1 2 » General Help and Assistance on using CHDK stable releases
Started by VinzVideo Script Writing