-
Notifications
You must be signed in to change notification settings - Fork 259
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
use two camera with ros_deep_learning #134
Comments
Any help ? |
Hi @kleanbotmk2, I don't think this is so much a question specific to ros_deep_learning as it is with setting up your ROS2 launch files. For two cameras, you would make two video_source nodes. They can both share the same detectnet node though, because detectnet is stateless and doesn't care where each independent image comes from. That will also avoid you from re-loading the detection DNN twice. |
Hi @dusty-nv and thanks for your reply. |
Hi @kleanbotmk2, I am working on similar problem. What I did, I used USB_CAM nodes to read from cameras. Then create a node read the cameras output topic. |
Hello,
I manage to use ros_deep_learing with ros2 foxy using a usb camera (by the way, is it normal that I get 9 fps on average instead of 45 fps without ros2?).
I'd like to know how I could use two usb cameras to do two detections at the same time.
I've already tried to remap the topics but I couldn't do it.
Could you help me?
Thanks in advance,
Sacha
The text was updated successfully, but these errors were encountered: