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
<argname="binning"default="1" doc="Binning for cameras, when changing from 2 to 1 cameras need to be unplugged and replugged"/>
7
-
<argname="color"default="false" doc="Should color images be used (only works on models that support color images)"/>
8
-
<argname="exposure_time"default="0" doc="Exposure_time setting for cameras"/>
9
-
<argname="external_trigger"default="false" doc="External trigger (No camera is master)"/>
10
-
<argname="target_grey_value"default="0"doc="AutoExposureTargetGreyValue min: 4 max: 99 if set below 4, AutoExposureTargetGreyValueAuto will be set to continuous(auto) also available as dynamic reconfigurable parameter" />
11
-
<argname="frames"default="3400" doc="Numer of frames to save/view 0=ON"/>
12
-
<argname="live"default="false" doc="Show images on screen GUI"/>
13
-
<argname="live_grid"default="false" doc="Show images on screen GUI in a grid"/>
14
-
<argname="output"default="screen" doc="display output to screen or log file"/>
15
-
<argname="save"default="false" doc="flag whether images should be saved or not"/>
16
-
<argname="save_path"default="~" doc="location to save the image data"/>
17
-
<argname="save_type"default="bmp" doc="Type of file type to save to when saving images locally: binary, tiff, bmp, jpeg etc." />
18
-
<argname="soft_framerate"default="30" doc="When hybrid software triggering is used, this controls the FPS, 0=as fast as possible"/>
19
-
<argname="time"default="false" doc="Show time/FPS on output"/>
20
-
<argname="to_ros"default="true" doc="Flag whether images should be published to ROS" />
21
-
<argname="utstamps"default="false" doc="Flag whether each image should have Unique timestamps vs the master cams time stamp for all" />
22
-
<argname="max_rate_save"default="false" doc="Flag for max rate mode which is when the master triggerst the slaves and saves images at maximum rate possible" />
6
+
<argname="binning"default="1"doc="Binning for cameras, when changing from 2 to 1 cameras need to be unplugged and replugged"/>
7
+
<argname="color"default="false"doc="Should color images be used (only works on models that support color images)"/>
8
+
<argname="exposure_time"default="0"doc="Exposure_time setting for cameras"/>
9
+
<argname="external_trigger"default="false"doc="External trigger (No camera is master)"/>
10
+
<argname="gain"default="0"doc="Gain setting. Gain should be positive (full range - 0 - 18 dB for blackfly-s camera)
11
+
or zero (auto gain). if gain > max, it will be set to max allowed value.
12
+
Default is 0, auto gain which is set according to target grey value or autoexposure settings"/>
13
+
<argname="target_grey_value"default="0"doc="AutoExposureTargetGreyValue min: 4 max: 99 if set below 4,
14
+
AutoExposureTargetGreyValueAuto will be set to continuous(auto)
15
+
also available as dynamic reconfigurable parameter.
16
+
This parameter has no meaning when auto exposure and auto gain are off" />
17
+
<argname="frames"default="3400"doc="Numer of frames to save/view 0=ON"/>
18
+
<argname="live"default="false"doc="Show images on screen GUI"/>
19
+
<argname="live_grid"default="false"doc="Show images on screen GUI in a grid"/>
20
+
<argname="output"default="screen"doc="display output to screen or log file"/>
21
+
<argname="save"default="false"doc="flag whether images should be saved or not"/>
22
+
<argname="save_path"default="~"doc="location to save the image data"/>
23
+
<argname="save_type"default="bmp"doc="Type of file type to save to when saving images locally: binary, tiff, bmp, jpeg etc." />
24
+
<argname="soft_framerate"default="30"doc="When hybrid software triggering is used, this controls the FPS, 0=as fast as possible"/>
25
+
<argname="time"default="false"doc="Show time/FPS on output"/>
26
+
<argname="to_ros"default="true"doc="Flag whether images should be published to ROS" />
27
+
<argname="utstamps"default="false"doc="Flag whether each image should have Unique timestamps vs the master cams time stamp for all" />
28
+
<argname="max_rate_save"default="false"doc="Flag for max rate mode which is when the master triggerst the slaves and saves images at maximum rate possible" />
23
29
24
30
25
31
<!-- nodelet manager params-->
@@ -29,7 +35,7 @@
29
35
30
36
<!-- Capture nodelet params-->
31
37
<argname="tf_prefix"default=""doc="will prefix (arg tf_prefix)/ to existing frame_id in Image msg and camerainfo msg" />
32
-
<argname="config_file"default="$(find spinnaker_sdk_camera_driver)/params/test_params.yaml"doc="File specifying the parameters of the camera_array"/>
38
+
<argname="config_file"default="$(find spinnaker_sdk_camera_driver)/params/test_params.yaml"doc="File specifying the parameters of the camera_array"/>
33
39
34
40
<!-- start the nodelet manager if $(arg start_nodelet_manager) is true-->
<argname="binning"default="1"doc="Binning for cameras, when changing from 2 to 1 cameras need to be unplugged and replugged"/>
7
+
<argname="color"default="false"doc="Should color images be used (only works on models that support color images)"/>
8
+
<argname="exposure_time"default="0"doc="Exposure_time setting for cameras"/>
9
+
<argname="external_trigger"default="true"doc="External trigger (No camera is master)"/>
10
+
<argname="gain"default="0"doc="Gain setting. Gain should be positive (full range - 0 - 18 dB for blackfly-s camera)
11
+
or zero (auto gain). if gain > max, it will be set to max allowed value.
12
+
Default is 0, auto gain which is set according to target grey value or autoexposure settings"/>
13
+
<argname="target_grey_value"default="0"doc="AutoExposureTargetGreyValue min: 4 max: 99 if set below 4,
14
+
AutoExposureTargetGreyValueAuto will be set to continuous(auto)
15
+
also available as dynamic reconfigurable parameter.
16
+
This parameter has no meaning when auto exposure and auto gain are off" />
17
+
<argname="frames"default="3400"doc="Numer of frames to save/view 0=ON"/>
18
+
<argname="live"default="false"doc="Show images on screen GUI"/>
19
+
<argname="live_grid"default="false"doc="Show images on screen GUI in a grid"/>
20
+
<argname="output"default="screen"doc="display output to screen or log file"/>
21
+
<argname="save"default="false"doc="flag whether images should be saved or not"/>
22
+
<argname="save_path"default="~"doc="location to save the image data"/>
23
+
<argname="save_type"default="bmp"doc="Type of file type to save to when saving images locally: binary, tiff, bmp, jpeg etc." />
24
+
<argname="soft_framerate"default="30"doc="When hybrid software triggering is used, this controls the FPS, 0=as fast as possible"/>
25
+
<argname="time"default="false"doc="Show time/FPS on output"/>
26
+
<argname="to_ros"default="true"doc="Flag whether images should be published to ROS" />
27
+
<argname="utstamps"default="false"doc="Flag whether each image should have Unique timestamps vs the master cams time stamp for all" />
28
+
<argname="max_rate_save"default="false"doc="Flag for max rate mode which is when the master triggerst the slaves and saves images at maximum rate possible" />
29
+
30
+
31
+
<!-- nodelet manager params-->
32
+
<argname="manager"default="vision_nodelet_manager"doc="name of the nodelet manager, comes handy when launching multiple nodelets from different launch files" />
33
+
<argname="external_manager"default="false"doc="If set to False(default), creates a nodelet manager with $(arg manager).
34
+
If True, the acquisition/Capture waits for the nodelet_manager name $(arg manager)" />
35
+
36
+
<!-- Capture nodelet params-->
37
+
<argname="tf_prefix"default=""doc="will prefix (arg tf_prefix)/ to existing frame_id in Image msg and camerainfo msg" />
38
+
<argname="config_file"default="$(find spinnaker_sdk_camera_driver)/params/external_trigger_params.yaml"doc="File specifying the parameters of the camera_array"/>
39
+
40
+
<!-- start the nodelet manager if $(arg start_nodelet_manager) is true-->
0 commit comments