-
Notifications
You must be signed in to change notification settings - Fork 150
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
Low FPS in rgb8 mode #21
Comments
May be related to #28 and/or #29. This may be also be related to magazino/pylon_camera#25 even though they may refer to a different implementation of the ROS driver. |
I saw a number of discussions here and in the ROS boards. In need of a solution available on short term, I threw together a ROS node for grabbing from Basler's USB cameras based on their "Instant USB Camera" sample code: https://github.com/fhwedel-hoe/pylon_usb-instant-camera Maybe someone finds this useful until the official node is enhanced in this regard. |
Hello all the FPS issue is something we want to address in the following weeks. We consider that is one of the most important topics to solve. I am considering to merge somehow all those related issues into one if it is ok for you. Thanks! |
Some additional information, when driver uses software triggering, only 50% of the maximal framerate can be reached because the camera is operated in non-overlap mode. To increase the framerate, instead of using rgb8 you may use bayer8 pixel format because this will reduce the bandwidth. |
This is great news! Looking forward to it and let us know!
Can you please provide a bit more details about this? |
Hi, let me give you some hints on the possible frame rate limitation factors:
First, you can generally read more about that here: Otherwise, you should consider the following main things:
According to some "private" measurements, you can reach about 50% of the mixumum FPS while using software triggering. Hope that helps. |
Thanks for the long explanation and for sharing the link. |
Hello, we have added in devel (#56) the possibility to change the grabbing strategy as well as the grabbing timeout. I will close the issue as there are other related. Cheers |
Am connecting an ac2440-35uc (2448 x 2048 colour, 35 fps) to a Jetson Nano.
I can get 35 fps in pylon viewer with colour images, 26 fps when subscribed to image_raw topic with greyscale images (mono8) but only 2.5 fps with RGB (rgb8).
Why would this be? Something to do with the software triggering?
The text was updated successfully, but these errors were encountered: