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

Can't change framerate in camera viewer #683

Closed
tpwrules opened this issue Jun 13, 2022 · 1 comment
Closed

Can't change framerate in camera viewer #683

tpwrules opened this issue Jun 13, 2022 · 1 comment

Comments

@tpwrules
Copy link
Contributor

Describe the bug
I cannot change the framerate of my camera using the option in the viewer.

To Reproduce

  1. Open viewer
  2. Start acquiring from camera
  3. Open acquisition settings window
  4. Type in new framerate in box
  5. Observe that the old framerate remains and the framerate does not change

Expected behavior
I expected the value I typed in to stay in the box and the framerate shown in the status bar to change to that value.

Camera description:

  • Manufacturer: Allied Vision
  • Model: Alvim 1800 U-511m
  • Interface: USB3

Platform description:

  • Aravis version: 0.8.21 / main branch
  • OS: Ubuntu 20.04
  • Hardware: x86_64

Additional context
I've tracked this problem down to the fact that the camera does not allow the trigger mode to be written to when acquisition is active. If I patch out this call, everything works fine:

arv_camera_clear_triggers (camera, &local_error);

@EmmanuelP
Copy link
Contributor

Fixed in main. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants