ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

MEDS's profile - activity

2018-03-07 07:41:33 -0500 received badge  Famous Question (source)
2018-01-30 05:49:27 -0500 received badge  Notable Question (source)
2017-12-20 18:11:51 -0500 received badge  Popular Question (source)
2017-12-20 11:56:39 -0500 commented answer Multiple Camera Nodes

That's what I needed. I wish this that this was made more clear in the documentation.

2017-12-20 11:55:20 -0500 marked best answer Multiple Camera Nodes

I'm trying to use two basler cameras in a stereo configuration, utilizing the pylon_camera module to grab frames. My cameras use the USB3.0 interface. I'm struggling to connect to both camera's simultaneously because they have identical DeviceUserID's (daA1280-54uc). How can I change the DeviceUserID's of the cameras such that they will have unique values?

Unfortunately since they don't use the GigE interface, I don't believe that I can use IPConfigurator to accomplish this.

2017-12-20 11:55:20 -0500 received badge  Scholar (source)
2017-12-20 11:55:19 -0500 received badge  Supporter (source)
2017-12-20 10:47:18 -0500 asked a question Multiple Camera Nodes

Multiple Camera Nodes I'm trying to use two basler cameras in a stereo configuration, utilizing the pylon_camera module