-
Notifications
You must be signed in to change notification settings - Fork 152
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
Increasing bandwith ROS Topic Image_raw (USB) #64
Comments
Hi,
|
Thanks for the quick answer! |
Yeah I would agree. I think that the Ros Node is somehow a limiting factor. |
@hannespimmel @FranekStark Hi, if you excluded any limitations due to exposure time and the camera being operatzed in USB2.0 mode, then it is because of the Software Trigger mode, which is by default used in the ROS adapter implementation. This mode naturally limits the maximum possible frame rate by at least a half. Thus, check especially #28 and use either free-run (like default in pylon viewer) or hardware trigger (you'll need an external cabling and trigger then). Cheers |
It seems the issue has been solved. I am closing the issue. |
Hello, i am a beginner with the ros pylon package and i want to ask how to solve the following problem:
I am trying to increase the bandwith and so on my publishing rate to the topic "image_raw".
I already changed the USB memory from Ubuntu as mentioned in the instuctions of the ros pylon package on github. I also tried to set the max usb transfer size to 150MB by rosservice commands but i didn't get any changes to my bandwith.
I am meassuring the bandwith by the ros call: "rostopic bw "..../image_raw" (for publishing rate: hz instead of bw).
At the moment i reach with one camera: publishing rate: ca. 6,2 Hz and bandwidth: ca 12MB/s
Could anybody help me with this issue?
In the end i want to work with several cameras at the same time so i should solve this problem....
Thanks for any help!
The text was updated successfully, but these errors were encountered: