-
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 cameras on same topic #2864
Comments
Hi @chumpblocckami Does the flickering occur if you use the ROS2 wrapper's multiple camera launch file for a two-camera setup?
|
Thanks for the quick response, I tried to launch both I had the same result: [INFO] [launch]: Default logging verbosity is set to INFO My gut says that this error can be related to the fact that both cameras are the same, so the script cannot detect the correct Any thoughts on this? |
It does appear that only the camera with serial number 318122301365 is being detected. Do the cameras both work normally when launched on their own (with one of them unplugged) instead of together? |
Yes, cameras were detected correctly if they one is plugged and the other one is not. |
Have you tried launching the cameras in separate ROS terminals? Terminal 1 Terminal 2 |
Hi @chumpblocckami, you can take a look on latest changes in ros2-development branch, which include support of camera_namespace and camera_name parameters. This will help creating two different topics for the two cameras. See announcement by @MartyG-RealSense regarding these changes: |
Hi @SamerKhshiboun , thank you for pinpoint me into ros2-development branch, it was exactly what i needed :)
The output in rviz is the following (video and depth): I post the commands and the outputs for clarification and for future users that might be interested. |
@chumpblocckami It's excellent news that the wrapper changes enabled you to succeed. Thanks very much for the update! |
Hi, i'm new to ROS and i'm trying to set up two Intel(R) RealSense(TM) Depth Ca on a computer (Lenovo Legion 5 15ARH05H) on two different USB port.
I launch the cameras as:
The output on RViz is:
The cameras are up and running but they share the same topic, which triggers the flickering on the video.
How can I run the cameras in two different topic?
Thanks a lot
The text was updated successfully, but these errors were encountered: