Only thing I still haven't figure out. I'm cleaning up my shooting screen and at the top it says 14G. I have absolutely no idea what it means or how to turn it off. Any suggestions?
Oh also, I have an auto script running when I boot up my camera, however if I switch to "view" mode to look at a picture and switch back, the script doesn't automatically rerun, I have to hit the shutter button to reboot the script.
Is there any feature where the script is either held as activated when switching back and forth between shooting and viewing or is there a way that every time I switch back to shooting mode it automatically runs the script (not just from power up).
I have a script that enables eTTL flash mode in Manual mode. My absolute goal would be that when I have my camera in shoot mode and M, the eTTL script has run and activated the full eTTL option.
This works great when I first power up the camera since it automagically runs the script, but being an underwater photographer, I flip between shoot and view to check results as I go to make changes. Every time I flip back to shoot mode, it doesn't run the script without me remembering to do it.
Hopefully that made sense
Here is the code. Worked on the G1x, still works on the G15:Code: [Select]@title Flash TTL@param a Flash :0 TTL,1 Manul power (0,1)@default a 0@param c Flash compensation (-3~3)@default c 0rem DIGIC3 Flash Power id:121 0:auto 1:Manualrem the default settingsleep 4000get_prop 121 qprint "Default TTL: ", qset_prop 121 aget_prop 121 qif q=0 then print "Flash in TTL mode"if q=1 then print "Flash in Manual mode"sleep 500e=0set_prop 127 eget_prop 127 Pc=c*96print "Old compensation:",PP=P+cset_prop 127 Pprint "New compensation:",Pexit_altend
@title Flash TTL@param a Flash :0 TTL,1 Manul power (0,1)@default a 0@param c Flash compensation (-3~3)@default c 0rem DIGIC3 Flash Power id:121 0:auto 1:Manualrem the default settingsleep 4000get_prop 121 qprint "Default TTL: ", qset_prop 121 aget_prop 121 qif q=0 then print "Flash in TTL mode"if q=1 then print "Flash in Manual mode"sleep 500e=0set_prop 127 eget_prop 127 Pc=c*96print "Old compensation:",PP=P+cset_prop 127 Pprint "New compensation:",Pexit_altend
Started by CanonBlue « 1 2 3 » Hello, I'm a NEWBIE - HELP!! (Newbies assistance, User Guides and thank you notes)
Started by yasop General Discussion and Assistance
Started by awrobinson General Chat
Started by olivermbatista General Help and Assistance on using CHDK stable releases
Started by jmac698 Script Writing