Hi!
I've got S5 IS.
I write a script that starts recording video. I want to add possibility to change zoom during recording:
z=z+i
if z>128 then z=128
press "zoom_in"
do
get_zoom y
until y>=z
release "zoom_in"
In movie mode there are avaliable two speeds of zooming. Press "zoom_in" function is zooming in with high speed, like when i turn zooming thing on the camera full right. How to zoom with lower speed (like turning halfway)? Set_zoom_speed does not work. Is there something like press "zoom_in_half" ?
Any ideas?