120
C H A P T E R 5
Scripting
get_dof x
uBasic
x = get_dof
uBasic
x = get_dof()
Lua
Returns the
Depth of Field
( DOF) in millimeters.
get_far_limit d
uBasic
d = get_far_limit
uBasic
d = get_far_limit()
Lua
get_near_limit d
uBasic
d = get_near_limit
uBasic
d = get_near_limit()
Lua
Sets the far and near limit (in millimeters) of the distance range with acceptable
sharpness. The value of –1 resp. 65535 indicates an infinite distance, but also a
distance outside the current camera setting ( macro, normal).
get_hyp_dist d
uBasic
d = get_hyp_dist
uBasic
d = get_hyp_dist()
Lua
Returns the hyperfocal distance in millimeters. The hyperfocal distance is the closest
distance to which the lens can be focused while keeping objects at infinity sharp. All
objects within the range of half of the hyperfocal distance and infinity will be sharp.
set_aflock a
uBasic
set_aflock(a)
Lua
Sets autofocus lock: 0 = off, 1 = on. Especially useful for time series where refocusing
is not desired. When the AF lock is set, the AF LED is switched off, too.
5.5.4 Zoom-related commands
s = get_zoom_steps
uBasic
s = get_zoom_steps()
Lua
Returns the maximum number of zoom steps. This may differ among camera models.
get_zoom z
uBasic
z = get_zoom
uBasic
z = get_zoom()
Lua
set_zoom z
uBasic
set_zoom(z)
Lua
Retrieves and sets the current zoom step.
Note:
It is recommended to set the zoom speed explicitly with command
set_zoom_
speed
(see below) before using the
set_zoom
command. Improper use of the
set_zoom
command can later result in the message “assert failed—game over!” and an imme-
diate camera shutdown.
A safer method to change zoom levels is to apply simulated clicks to the
zoom_in
and
zoom_out
buttons (section 5.5.1).
Содержание Camera
Страница 1: ......
Страница 2: ...The Canon Camera Hackers Manual ...
Страница 3: ......
Страница 4: ...Berthold Daum The Canon Camera Hackers Manual Teach Your Camera New Tricks ...
Страница 19: ...10 CH APTER 2 Cameras and Operating Systems ...
Страница 25: ...16 CH APTER 3 ...
Страница 85: ...76 CH APTER 4 Teach Your Camera New Tricks ...
Страница 213: ...204 CH APTER 6 ...
Страница 253: ...244 AP PENDIX ...