Aerial Photography
This is a list of my videos filmed from my RC-plane at different locations in the Oslo-area, Norway.

The list is sorted with the newest video on top.
TheSolutionLowFlight.wmv (9. May, 2008)
TheSolutionMeetsCar.wmv (8. May, 2008)
TheSolutionHeightAndGlide.wmv (8. May, 2008)
TheSolutionAtFornebuArena.wmv (7. May, 2008)
TheSolutionAtRud.wmv (7. May, 2008)
TheSolutionAtFornebuDC.wmv (20. April, 2008)
TheSolutionAtFornebu.wmv (20. April, 2008)
TheSolutionAtSunset.wmv
solutionmaiden.wmv



Entries (RSS)
I have been a radio control flyer for the last 40 years, and lately I have been using a Canon Ixus 50 in a model for airborn videos. I now want to remorely trigger the shutter without using a servo and a mechanical link to the shutter button. I loaded CHDK some time ago and it works for my camera. I copied your script into wordpad, saved it and renamed it to remotetest.bas and put it in the /CHDK/SCRIPTS folder. I have enabled remote usb and I can get the script to run by pressing the shutter when in ALT mode. Just to prove that the remote connection works, I connected a 4.5 volt supply [3xAA cells] between pins 1 and 4. When I switch on the 4.5 volt, I get some kind of flicker of some of the icons on the screen, but no picture is taken. In this mode, the shutter button does not take pictures either. I just cannot get the remote to work at all. I do not know anything at all about programming and I wonder if I have not produced the script correctly. Here is the script: is it correctly written. Can you help to solve the problem?
@title Remote button
:loop
wait_click 1
is_key k “remote”
if k=1 then shoot
goto “loop”
end