-
Notifications
You must be signed in to change notification settings - Fork 43
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
Comments
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: Good luck! |
Hello @mattberkem, I ran into the same problem than you. |
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 |
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.
The text was updated successfully, but these errors were encountered: