You now have my full and undivided attention. Would you mind enabling logging in the script parameter in the CHDK Script menu and run the test with both 1.2.0 and 1.3.0 and post the logs here?
Sure! I already had enabled logging and posting 2 logs. 120 log is from flight few days ago and pics + video seems to be ok.
130 log is from yesterday flight and again pics looks reasonable good, but every video is out of focus. Not very bad but clearly soft and blur.
Kap script is version 3.0 with my above post rude modification to set AFL for video. I might need to do proper tests as there's so much going on with my quadcopter, gimbal and camera setup right now that it's mixing my head
Today i made one flight with same 1.3 chdk and modified KAP 3.2 version script only to use direct button commands to set AFL lock before video:
-- Video mode
function check_video(shot)
local capture_mode
if ((video_mode>0) and(shot>0) and (shot%video_mode == 0)) then
unlock_focus()
sleep(500)
press("shoot_half")
sleep(2000)
click("left")
sleep(500)
release("shoot_half")
printf("Video mode started. Button:"..tostring(video_button))
This seems to work just like it should. Press shutter half camera tried to focus-->got focused with green square ons creen-->clicked left button to set AFL--->AFL "logo" showed on screen and after that video started with locked focus. Of course this is not the best as focus can be also else where than infinity.
By the way should we see that Canon original AFL info or logo on screen with any of focusing modes in kap script? I quess not because i can't remember ever seen it ....
For Windows I'd suggest notepad++ although there are a raft of others.
Downloaded and it's great. Earlier i was using PSPad and noticed i somehow had 5-6 years old version of it
Now it's updated but i think Notepad++ is still better...
Regards Jani