Hello,
I'm new to CHDK and I'm trying to run a very simple script. I know that I can get straight into Rec mode by long pressing On/Off button, but I often forget this and it's a bit annoying.
On the forums, I found the following the code:
@title SD4000 Bootup
if autostarted = 0 then goto "Exit"
if get_drive_mode = 0 then
click "shoot_half"
sleep 1000
release "shoot_half"
endif
:Exit
cls
exit_alt
end
I've created
start.bas containing this code, loaded the script and enabled autorun on startup. When I turn on the camera, the script runs. However, the camera does not switch to recording mode!
Am I doing something wrong? Do I have to enable some other features in Alt?
I don't want to get into writing nor using complex scripts, I just need this simple one for basic functionality.