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

Multiple USB Cameras Possible? #109

Open
mattberkem opened this issue Dec 17, 2022 · 3 comments
Open

Multiple USB Cameras Possible? #109

mattberkem opened this issue Dec 17, 2022 · 3 comments

Comments

@mattberkem
Copy link

Using ros2_master, USB Allied Vision 1800 U-1240c, Vimba 6.0. Each camera works separately. But when I try to run both simultaneously, only the camera started first will output. This behavior is also seen with Vimba_Viewer, but I am hoping someone here can help. I would like to run 2 cameras simultaneously on the same computer.

@icolwell-as
Copy link
Member

icolwell-as commented Jan 9, 2023

Hi @mattberkem, if the issue exists with the Vimba Viewer desktop app provided by AVT, then the issue is likely outside of the scope of this ROS driver. Your best option is to reach out to AVT support directly:
https://www.alliedvision.com/en/about-us/contact-us/technical-support-repair-/-rma/

Good luck!

@agruetPL
Copy link

Hello @mattberkem, I ran into the same problem than you.
I can't make more than two cameras works at the same time on the same computer.
My process is to start multiples nodes, one for each of my cameras, but only the first two nodes actually work, nothing is published by the other ones.
Same thing with Vimba Viewer, only the two cameras I launch first are working, I do not get any images from the other ones.
Did you find a solution to this problem?
Thank you!

@dagata-mining
Copy link

We came accros this problem read this note for more information: https://cdn.alliedvision.com/fileadmin/content/documents/products/cameras/various/appnote/USB/Setting_Up_USB_Vision_Systems.pdf

But we solved our problems by changing the device throughput limit that was initially set to 200 000 000 and dropped it to 50 000 000 this enabled us to use 7 1800-319U cameras. We also ran the sudo sh -c 'echo 1024 > /sys/module/usbcore/parameters/usbfs_memory_mb' command as stated in the note.

Dropping down the throughput limit will change the frame rate, so consider using Bayer to enable more frame rate

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

4 participants