Skip to content

Commit 445d6bc

Browse files
authored
increase maximum value of exposure_time/auto_exposure_time_upper_limit (#55)
1 parent 1a33cef commit 445d6bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spinnaker_camera_driver/cfg/Spinnaker.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ gen.add("acquisition_frame_rate_enable", bool_t, SensorLevels.RECON
8383
# Note: For the Auto Exposure feature, gain and/or exposure time must be set to Once or Continuous.
8484
gen.add("exposure_mode", str_t, SensorLevels.RECONFIGURE_STOP, "Sets the operation mode of the Exposure (Timed or TriggerWidth).", "Timed")
8585
gen.add("exposure_auto", str_t, SensorLevels.RECONFIGURE_RUNNING, "Sets the automatic exposure mode to: 'Off', 'Once' or 'Continuous'", "Continuous")
86-
gen.add("exposure_time", double_t, SensorLevels.RECONFIGURE_RUNNING, "Exposure time in microseconds when Exposure Mode is Timed and Exposure Auto is not Continuous.", 100.0, 0.0, 32754.0)
87-
gen.add("auto_exposure_time_upper_limit", double_t, SensorLevels.RECONFIGURE_RUNNING, "Upper Limit on Shutter Speed.", 5000, 0.0, 32754)
86+
gen.add("exposure_time", double_t, SensorLevels.RECONFIGURE_RUNNING, "Exposure time in microseconds when Exposure Mode is Timed and Exposure Auto is not Continuous.", 100.0, 0.0, 3000000.0)
87+
gen.add("auto_exposure_time_upper_limit", double_t, SensorLevels.RECONFIGURE_RUNNING, "Upper Limit on Shutter Speed.", 5000, 0.0, 3000000.0)
8888

8989

9090
# Gain Settings

0 commit comments

Comments
 (0)