--[[Focus mode x PowerShot S3 IS-----------------------------@title Focus mode@param m Focus mode @default m 1 @values m Auto Macro MF SuperMacro]]props=require("propcase")focus_table = { 0, 1, 4, 5 }f = focus_table[m+1]--if (m==2) then set_prop(12, 1) else set_prop(12, 0) sleep(100) endset_prop(11, f) -- set Focus modesleep(1000)exit_alt()
Thank you fabri22 for the script and quick reply. I try both ways ...not working. Not put the camera in macro mode . i keep searching
--[[Focus mode x PowerShot S3 IS-----------------------------@title Focus mode@param m Focus mode @default m 1 @values m Auto Macro MF SuperMacro]]props=require("propcase")focus_table = { 0, 1, 4, 5 }f = focus_table[m+1]--if (m==2) then set_prop(props.FOCUS_MODE, 1) else set_prop(props.FOCUS_MODE, 0) sleep(100) endset_prop(props.REAL_FOCUS_MODE, f) -- set Focus modesleep(1000)exit_alt()
Started by lngndvs Creative Uses of CHDK
Started by abhay Feature Requests
Started by canon_charles General Help and Assistance on using CHDK stable releases
Started by wrobbie General Discussion and Assistance
Started by sequencer Script Writing