Hey! Sorry I dropped out for a while. Got frustrated about this whole thing.
Anyway, I got a bit of help from my brother, who's actually done a bit of coding, and this is what he came up with. The code doesn't crash/damage the camera, but it sure doesn't bracket focus either.
--[[
Test zooming during long exposure.
1) Set camera to shoot a very long exposure (either M or Tv mode or
CHDK Tv override).
2) run the script
--]]
press("shoot_half")
repeat
sleep(1)
until get_shooting() == true
press("shoot_full")
sleep(100)
for f=955,60000 do
set_focus(f)
end
repeat
sleep(1)
until get_shooting() ~= true
release("shoot_full")
release("shoot_half")
Outslider? You're sort of the expert here, so what do you think?
Also, please remember, I couldn't write a line of code to save my life. I need just a tad more help than's humanly possible.
Thanks,
!Noah!