But I'm still hoping that it's possible to change sound format in video mode to 16 bit 22 kHz or something like that, now when I can use optical zoom and manual focus with Ewavr's latest builds
Tryed Zoom-Video on Allbest build with my A620 and it doesn't work correctly. My findings:- set_zoom_rel command doesn't refocurs while zooming in video mode, while it does in Ewavr's build. So after zooming in or out, video is not in focus anymore- I added some set_focus commands, associated with keys up and down, to enable manual focusing in video mode. They work on Ewavr's build, but on Allbest build, they don't work at all
rem Author kamil, script ver. 2.0 (customized by someone else), allbuild, works on a710is,...@title zoom and focus in video@param a auto focus /erase/@default a 11@param b auto focus /left/@default b 1@param d step zoom /set/ - at start@default d 3@param e step zoom /right/@default e 13@param f auto zoom /display/@default f 1@param g auto focus /display/@default g 2@param h auto zoom /menu/@default h 11@param i auto focus /menu/@default i 10@param j help (1-on)if j=1 then gosub "help"get_prop 12 qif q=0 then set_prop 12 1z=drem zoom range, change this value if your zoom is differentk=13get_focus uo=0doo=o+1p=o*o*(o+1)*(o+1)+90until u<pv=opress "shoot_half"sleep 800click "shoot_full"print "HALF SHOOT - stop record":loopwait_clickif is_key "zoom_in" then goto "in"if is_key "zoom_out" then goto "out"if is_key "up" then goto "add_focus"if is_key "down" then goto "min_focus"if is_key "left" then goto "focus_2"if is_key "set" then z=dif is_key "right" then z=eif is_key "erase" then goto "focus_1"if is_key "display" then goto "zoom_focus_1"if is_key "menu" then goto "zoom_focus_2"if is_key "shoot_half" then goto "end"goto "loop":inif z<0 then let z=1if z>k then let z=kset_zoom_rel zget_zoom tprint "zoom", t; "/" kgoto "loop":outif z<0 then let z=1if z>k then let z=kset_zoom_rel -zget_zoom tprint "zoom", t; "/" kgoto "loop":focus_1v=agosub "focus_dance"goto "loop":focus_2v=bgosub "focus_dance"goto "loop":zoom_focus_1if g>0 then gosub "focus_zoom_focus_1"if f>0 then gosub "zoom_zoom_focus_1"if g>0 then gosub "focus_zoom_focus_1"goto "loop":focus_zoom_focus_1v=ggosub "focus_dance"return:zoom_zoom_focus_1set_zoom fprint "zoom", f; "/" kreturn:zoom_focus_2if i>0 then gosub "focus_zoom_focus_2" if h>0 then gosub "zoom_zoom_focus_2"if g>0 then gosub "focus_zoom_focus_2"goto "loop":focus_zoom_focus_2v=igosub "focus_dance"return:zoom_zoom_focus_2set_zoom hprint "zoom", h; "/" kreturn:add_focusv=v+1gosub "focus_dance"goto "loop":min_focusv=v-1gosub "focus_dance"goto "loop":focus_danceu=(v*v*v*v)+90if v>=11 then u=65535if v<1 then let v=1if v>11 then let v=11set_focus uget_focus tprint "focus", v; "/11 ("t; " mm)"return:endclick "shoot_full"endend:helpprint "Use with CAUTION"print "working on A710is"print "maybe others too"print "or you need modify this"print " - [ click ANY KEY ] - "wait_clickprint "script. Zoom and focus"print "values could be different" print "lines to modify:"print "31,132,133"print " - [ click ANY KEY ] - "wait_clickprint "keys:"print "UP/DOWN - focusing"print "ZOOM IN/ZOOM OUT -zooming"print "SET/RIGHT - zoom set"print " - [ click ANY KEY ] - "wait_clickprint "LEFT/ERASE - focus set"print "DISPL/MENU - zoom & focus"print "You can disable focus"print "or zoom setting by enter"print " - [ click ANY KEY ] - "wait_clickprint "0 parameter"print "focus has 11 steps"print "zoom has 15 steps"print "Use DISPLAY & MENU"print " - [ click ANY KEY ] - "wait_clickprint "for best & fast results."print "Press SHOOT HALF"print "to stop recording"print "Because of zoom and"print " - [ click ANY KEY ] - "wait_clickprint "focusing noises"print "i suggest record the"print "sound with another"print "recorder and join with"print " - [ click ANY KEY ] - "wait_clickprint "nandub for example"print "enter 0 in help param"print "and play the game :)"print " - [ click ANY KEY ] - "wait_clickclsreturn
is it possible to change the script so that when you keep a focus buttons pressed, it changes focus at short (defineable) intervals so that it at least appears to change from small focus to big focus more smoothly?
also, having the camera start recording at a certain focus position and macro style focus doesn't seem to work
Started by bilmor AllBest's Builds
Started by nirschi « 1 2 3 » AllBest's Builds
Started by tdc Feature Requests
Started by kdeal General Chat
Started by nirschi General Discussion and Assistance