-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 Camera #1515
Comments
@BunnyIcon, please give multi-camera launch file a try. Make sure you supply the correct camera SN accordingly. |
Thanks for your help. I tried multi device launch file, and got one more problem: when I used 6 D435i simultaneously, it often turns out some (one or two or three) cameras cannot publish /color/ topics. But after a period of time, when used alone, each camera can publish all topics. Sometimes this problem occurs, sometimes not. It seems quite unstable. I'm using 2 USB hubs with power (3 cameras on one hub): https://detail.tmall.com/item.htm?id=599038479527&spm=a1z09.2.0.0.47902e8dApIilm&_u=u2a12faqaa76&sku_properties=148242406:21516 Do you have any ideas for the unstable reason? Thanks in advance. |
@BunnyIcon, was the librealsense built using RSUSB backend or the native v4l backend? |
@RealSenseSupport That might be the point! How could I check whether I built using RSUSB backend? |
1.) I have same issue on same platform, I installed via sudo apt-get install ros-melodic-realsense2-camera (it automatically installs librealsense). Does that install as native v4l backend? 2.) I have two robots with same setup and same installation process for ros-melodic-realsense2-camera, but in one of them I have v4l paths for rs cams and not in the other one. Please share your thoughts |
Please check the message generated by the RealSense Viewer log which shows the backend information. |
As for now, installation using |
Please let us know if more help is needed. Thank you. |
I'm a beginner with computer vision and embedded control. I'm doing a robot project that needs 6 cameras (six D435i or one D435i and five T265). I'm using Jetson AGX Xavier kits. It provides 3 usb3.0. I want to know how to increase the USB ports so that I could use more cameras. I tried with miniPCIE, and USB HUB, but neither works. (I can open camera with python-opencv, but cannot open with realsense ros wrapper. I want to use cameras in ros)
Do I need a powered USB hub? And how many cameras can be processed at most by Jetson AGX Xavier?
Thanks in advance!
The text was updated successfully, but these errors were encountered: