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
These are the ros drivers for running the Pt Grey (FLIR) cameras that use the Spinnaker SDK. This code has been tested with various Point Grey Blackfly S (BFS) cameras.
Modify the `params/test_params.yaml` file replacing the cam-ids and master cam serial number to match your camera's serial number. Then run the code as:
# Test that the images are being published by running
60
79
rqt_image_view
61
80
```
@@ -69,7 +88,7 @@ All the parameters can be set via the launch file or via the yaml config_file.
69
88
Should color images be used (only works on models that support color images)
70
89
*~exposure_time (int, default: 0, 0:auto)
71
90
Exposure setting for cameras, also available as dynamic reconfiguarble parameter.
72
-
*~external_trigger (bool, default: false)
91
+
*~external_trigger (bool, default: false)
73
92
Camera triggering setting when using an external trigger. In this mode, none of the cameras would be set as a master camera. All cameras are setup to use external trigger. In this mode the main loop runs at rate set by soft_framerate, so if the external trigger rate is higher than the soft_framerate, the buffer will get filled and images will have a lag. Also in this mode, the getnextimage timeout is set to infinite so that the node dosen't die if a trigger is not received for a while.
Setting target_grey_value > 4 (min:4 , max:99) will turn AutoExposureTargetGreyValueAuto to 'off' and set AutoExposureTargetGreyValue to target_grey_value. Also available as dynamic reconfigurable parameter. see below in Dynamic reconfigurable parameter section.
0 commit comments