Please help with a remote control Canon S90 - General Help and Assistance on using CHDK stable releases - CHDK Forum supplierdeeply

Please help with a remote control Canon S90

  • 3 Replies
  • 4737 Views
Please help with a remote control Canon S90
« on: 13 / October / 2010, 18:09:43 »
Advertisements

Re: Please help with a remote control Canon S90
« Reply #1 on: 14 / October / 2010, 16:39:10 »

*

Offline zeno

  • *****
  • 891
Re: Please help with a remote control Canon S90
« Reply #2 on: 14 / October / 2010, 17:59:54 »
I'm not sure exactly what you want to do, but if you want to be able to pre-focus on the first remote click and shoot a picture on the next, then try running this script:
Code: [Select]
@title focus then shoot
rem this waits for a remote pulse, then does a half press
rem then it waits for the next remote pulse before it shoots

while 1
   do
      a = get_usb_power
   until a>0
   press "shoot_half"
   do
      a = get_usb_power
   until a>0
   press "shoot_full"
wend
end
A570, S100, Ixus 127
Author of ASSIST, STICK, WASP, ACID, SDMInst, LICKS, WICKS, MacBoot, UBDB, CFGEdit

Re: Please help with a remote control Canon S90
« Reply #3 on: 15 / October / 2010, 21:20:11 »
Thank you very much, the code in your script I've been very helpful.

Greetings


 

Related Topics


SimplePortal 2.3.6 © 2008-2014, SimplePortal