Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong frame rate when enabling external triggering after non-external triggering #15

Open
GruNyv opened this issue Mar 22, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@GruNyv
Copy link

GruNyv commented Mar 22, 2022

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:

  1. is_triggered_flags is set to false and the frame rate is set to 10 fps.
  2. Node is started and shutdown without disconnecting the power plug to the camera.
  3. 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

@nkhedekar nkhedekar added the bug Something isn't working label May 19, 2022
@nkhedekar
Copy link
Member

@nkhedekar @mnissov Check if fixed

@mnissov
Copy link
Contributor

mnissov commented Nov 10, 2022

still seems to be a problem, repeating aforementioned testing procedure results in camera freq limited to 10 hz. Needs to be investigated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants