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
If a camera has first been launched without enabling external triggering at a given frame rate and then the settings are changed to enable external triggering instead, then you need to unplug the power to the camera in order to get the correct frame rate.
Example:
is_triggered_flags is set to false and the frame rate is set to 10 fps.
Node is started and shutdown without disconnecting the power plug to the camera.
is_triggered_flags is set to true and an external triggering signal is sent at 20 Hz.
Expected behavior after step 3:
Camera is triggered at 20 Hz
Actual behavior:
Camera is triggered at ~6.7 Hz
The text was updated successfully, but these errors were encountered:
If a camera has first been launched without enabling external triggering at a given frame rate and then the settings are changed to enable external triggering instead, then you need to unplug the power to the camera in order to get the correct frame rate.
Example:
Expected behavior after step 3:
Camera is triggered at 20 Hz
Actual behavior:
Camera is triggered at ~6.7 Hz
The text was updated successfully, but these errors were encountered: