forked from IntelRealSense/librealsense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
option.m
64 lines (64 loc) · 2.69 KB
/
option.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
classdef option < int64
enumeration
backlight_compensation ( 0)
brightness ( 1)
contrast ( 2)
exposure ( 3)
gain ( 4)
gamma ( 5)
hue ( 6)
saturation ( 7)
sharpness ( 8)
white_balance ( 9)
enable_auto_exposure (10)
enable_auto_white_balance (11)
visual_preset (12)
laser_power (13)
accuracy (14)
motion_range (15)
filter_option (16)
confidence_threshold (17)
emitter_enabled (18)
frames_queue_size (19)
total_frame_drops (20)
auto_exposure_mode (21)
power_line_frequency (22)
asic_temperature (23)
error_polling_enabled (24)
projector_temperature (25)
output_trigger_enabled (26)
motion_module_temperature (27)
depth_units (28)
enable_motion_correction (29)
auto_exposure_priority (30)
color_scheme (31)
histogram_equalization_enabled (32)
min_distance (33)
max_distance (34)
texture_source (35)
filter_magnitude (36)
filter_smooth_alpha (37)
filter_smooth_delta (38)
holes_fill (39)
stereo_baseline (40)
auto_exposure_converge_step (41)
inter_cam_sync_mode (42)
stream_filter (43)
stream_format_filter (44)
stream_index_filter (45)
emitter_on_off (46)
zero_order_point_x (47)
zero_order_point_y (48)
lld_temperature (49)
mc_temperature (50)
ma_temperature (51)
apd_temperature (52)
hardware_preset (53)
global_time_enabled (54)
enable_mapping (55)
enable_relocalization (56)
enable_pose_jumping (57)
enable_dynamic_calibration (58)
count (59)
end
end