You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Common parameters to Stereolabs ZED and ZED mini cameras
3
+
#
4
+
# Note: the parameter svo_file is passed as exe argumet
5
+
---
6
+
/**:
7
+
ros__parameters:
8
+
9
+
general:
10
+
svo_file: ""# usually overwritten by launch file
11
+
svo_loop: false # Enable loop mode when using an SVO as input source
12
+
svo_realtime: true # if true the SVO will be played trying to respect the original framerate eventually skipping frames, otherwise every frame will be processed respecting the `pub_frame_rate` setting
13
+
camera_timeout_sec: 5
14
+
camera_max_reconnect: 5
15
+
camera_flip: false
16
+
zed_id: 0# IMPORTANT: to be used in simulation to distinguish individual cameras im multi-camera configurations - usually overwritten by launch file
17
+
serial_number: 0# usually overwritten by launch file
18
+
pub_resolution: 'MEDIUM'# The resolution used for output. 'HD2K', 'HD1080', 'HD1200', 'HD720', 'MEDIUM', 'SVGA', 'VGA', 'LOW'
19
+
pub_frame_rate: 15.0# [DYNAMIC] - frequency of publishing of visual images and depth images
20
+
gpu_id: -1
21
+
region_of_interest: '[]'# A polygon defining the ROI where the ZED SDK perform the processing ignoring the rest. Coordinates must be normalized to '1.0' to be resolution independent.
22
+
#region_of_interest: '[[0.25,0.33],[0.75,0.33],[0.75,0.5],[0.5,0.75],[0.25,0.5]]' # A polygon defining the ROI where the ZED SDK perform the processing ignoring the rest. Coordinates must be normalized to '1.0' to be resolution independent.
23
+
#region_of_interest: '[[0.25,0.25],[0.75,0.25],[0.75,0.75],[0.25,0.75]]' # A polygon defining the ROI where the ZED SDK perform the processing ignoring the rest. Coordinates must be normalized to '1.0' to be resolution independent.
24
+
#region_of_interest: '[[0.5,0.25],[0.75,0.5],[0.5,0.75],[0.25,0.5]]' # A polygon defining the ROI where the ZED SDK perform the processing ignoring the rest. Coordinates must be normalized to '1.0' to be resolution independent.
25
+
sdk_verbose: 1
26
+
27
+
video:
28
+
brightness: 4# [DYNAMIC] Not available for ZED X/ZED X Mini
29
+
contrast: 4# [DYNAMIC] Not available for ZED X/ZED X Mini
30
+
hue: 0# [DYNAMIC] Not available for ZED X/ZED X Mini
31
+
saturation: 4# [DYNAMIC]
32
+
sharpness: 4# [DYNAMIC]
33
+
gamma: 8# [DYNAMIC]
34
+
auto_exposure_gain: true # [DYNAMIC]
35
+
exposure: 80# [DYNAMIC]
36
+
gain: 80# [DYNAMIC]
37
+
auto_whitebalance: true # [DYNAMIC]
38
+
whitebalance_temperature: 42# [DYNAMIC] - [28,65] works only if `auto_whitebalance` is false
depth_mode: 'NONE'# Matches the ZED SDK setting: 'NONE', 'PERFORMANCE', 'QUALITY', 'ULTRA', 'NEURAL' - Note: if 'NONE' all the modules that requires depth extraction are disabled by default (Pos. Tracking, Obj. Detection, Mapping, ...)
46
+
depth_stabilization: 1# Forces positional tracking to start if major than 0 - Range: [0,100]
allow_reduced_precision_inference: true # Allow inference to run at a lower precision to improve runtime and memory usage
116
+
max_range: 20.0# [m] Defines a upper depth range for detections
117
+
confidence_threshold: 50.0# [DYNAMIC] - Minimum value of the detection confidence of an object [0,99]
118
+
prediction_timeout: 0.5# During this time [sec], the object will have OK state even if it is not detected. Set this parameter to 0 to disable SDK predictions
allow_reduced_precision_inference: false # Allow inference to run at a lower precision to improve runtime and memory usage
137
+
max_range: 20.0# [m] Defines a upper depth range for detections
138
+
body_kp_selection: 'FULL'# 'FULL', 'UPPER_BODY'
139
+
enable_body_fitting: false # Defines if the body fitting will be applied
140
+
enable_tracking: true # Defines if the object detection will track objects across images flow
141
+
prediction_timeout_s: 0.5# During this time [sec], the skeleton will have OK state even if it is not detected. Set this parameter to 0 to disable SDK predictions
142
+
confidence_threshold: 50.0# [DYNAMIC] - Minimum value of the detection confidence of skeleton key points [0,99]
143
+
minimum_keypoints_threshold: 5# [DYNAMIC] - Minimum number of skeleton key points to be detected for a valid skeleton
0 commit comments