My favorites | Sign in
Project Logo
                
Repository:
Checkout | Browse | Changes | Clones |
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--[[
rem 26-Oct-2008 by msl
@title My Shutter
]]

function wait()
repeat
wait_click(80)
if is_pressed "remote" then
return true
end
until false
end

function shoot()
print "Shooting..."
press "shoot_full"
release "shoot_full"
release "shoot_half"
repeat
sleep(50)
until get_shooting() == false
end

repeat
wait()
shoot()
until false
Show details Hide details

Change log

15a6ca8638 by scottkir...@asta-laptop on Oct 10, 2009   Diff
Added interval.lua (one that works!)
Updated myshutter and CanonRemoteTrigger.
Go to: 
Project members, sign in to write a code review

Older revisions

f8f09f3fca by Scott Kirkwood <scottakirkwood> on Oct 05, 2009   Diff
Minor edits
755863235e by Scott Kirkwood <scottakirkwood> on Oct 05, 2009   Diff
Add the lua script to put in
CHDK/SCRIPTS directory on canon
camera.
All revisions of this file

File info

Size: 375 bytes, 28 lines
Hosted by Google Code