You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For multiple cameras systems in production, it becomes quickly complex to manage a long list of camera serial numbers (current filter with i_mx_id). An alternative could be to filter by USB port id as it is done classically for cameras in ROS, see for instance usb_port_id in https://github.com/IntelRealSense/realsense-ros
Move to the what:
Add a parameter usb_port_id to depthai_ros_driver::Camera for the driver to open only the camera plugged to the corresponding port
Start with the
why
:For multiple cameras systems in production, it becomes quickly complex to manage a long list of camera serial numbers (current filter with
i_mx_id
). An alternative could be to filter by USB port id as it is done classically for cameras in ROS, see for instanceusb_port_id
in https://github.com/IntelRealSense/realsense-rosMove to the
what
:Add a parameter
usb_port_id
todepthai_ros_driver::Camera
for the driver to open only the camera plugged to the corresponding portMove to the
how
:@mattmacleod
The text was updated successfully, but these errors were encountered: