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

pylon_camera_node/image_raw rate is lower than camera framerate #147

Closed
Nanmei opened this issue Mar 8, 2023 · 1 comment
Closed

pylon_camera_node/image_raw rate is lower than camera framerate #147

Nanmei opened this issue Mar 8, 2023 · 1 comment

Comments

@Nanmei
Copy link

Nanmei commented Mar 8, 2023

2023-03-08 15-23-15

I use acA720-540uc camera, I set camera framerate 380 in the yaml, I use ros launch pylon_camer_node , the camer framerate is 328HZ . but i found the toplic of pylon_camera_node/image_raw rate is 60HZ. I want toplic rate is same to camera framerate (328HZ). how can i chang the code? thanks,wait for you reply

@FrancoisPicardDTI
Copy link
Collaborator

Hello @Nanmei
Check as well what kind of triggering you are using. When using software trigger, the frame rate may be decreased by 50%. That is why, you should either use free-run (no explicit external triggering), or external hardware trigger. This topic was discussed in different other issues already and there were implementations for that.
Try as well setting the parameter enable_current_params_publisher for the node to false? It seems that the publishing of the parameter significantly slows down image publishing.

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