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

Published frame rate #34

Open
lbucklandAS opened this issue May 31, 2018 · 2 comments
Open

Published frame rate #34

lbucklandAS opened this issue May 31, 2018 · 2 comments

Comments

@lbucklandAS
Copy link

lbucklandAS commented May 31, 2018

Hi all,

I'm trying to work with the avt_vimba_camera driver to get a mako camera working on my system but am running into published frame rate issues. The configuration I'm trying to get working is the following:

1200 x 900, RGB8Packed with 30 fps

I tested this configuration with Vimba Viewer and had no issues displaying this, after playing with the exposure settings. And when I run the driver with those same settings it seems to indicate that the frame rate is fine, at least on the hardware side. But when I monitor the published image data, it is at a considerably lower rate than should be expected. Something on the order of half.

I tried throwing some timestamps in the code to see how it performed in the frameCallback. It seems like the driver is receiving frames at the expected rate until something subscribes to the node, and triggers the actual publishing of the images. The rate then drops down considerably, to the lowered rates I was seeing in testing. Anyway, this leads me to believe that there might be a threading or buffer issue in the driver or vimba API. Can I ask if you have seen this issue before, and may have insights into how to solve it?

Thank you for your time!

Lucas

@miquelmassot
Copy link
Contributor

I haven't tested RGB8Packet, we normally work in raw8 format.
I can suggest to comment out this line to see if this solves the issue.

@JWhitleyWork
Copy link

This fork is no longer actively maintained. Please see our new fork at https://github.com/astuff/avt_vimba_camera, which has been updated and recently released.

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

3 participants