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
I have multiple cameras which should be opened with camera_aravis package.
But I have problems to connect multiple cameras because specifying which camera to open does not work.
I tried to follow the given ways with using ROS_NAMESPACE:
"To specify which camera to open, via the command-line:
$ ROS_NAMESPACE=cam1 rosrun camera_aravis camnode Basler-21237813"
Also working with rosparam set I did not receive any results. All the time camera_aravis is stating that "Opening: (any)". The package randomly chooses one of the connected cameras.
I guess the problem appears because I do not give correct camera name as input.
But where do I find the correct name?
I am working with TIS Camera DFK Z30GP031. I have tried to give serial number, model name, IP address and also manually given name ("Cam_02") via Windows software GigE Cam IP Config as input. Nothing worked so far. Can anyone help me how to specify which camera should be opened?
Thank you very much in advance.
The text was updated successfully, but these errors were encountered:
Hi. It's been 9 years since I worked on this package and I'm afraid I don't have time to maintain it anymore. I do not immediately know the answers to your questions and would have to dig deeper. If you discover the answer yourself and need to change the code, please do so. I also notice there are a number of forks of this repository - perhaps someone has addressed this issue in their fork. See https://github.com/strawlab/camera_aravis/network
Hello,
I have multiple cameras which should be opened with camera_aravis package.
But I have problems to connect multiple cameras because specifying which camera to open does not work.
I tried to follow the given ways with using ROS_NAMESPACE:
"To specify which camera to open, via the command-line:
$ ROS_NAMESPACE=cam1 rosrun camera_aravis camnode Basler-21237813"
Also working with rosparam set I did not receive any results. All the time camera_aravis is stating that "Opening: (any)". The package randomly chooses one of the connected cameras.
I guess the problem appears because I do not give correct camera name as input.
But where do I find the correct name?
I am working with TIS Camera DFK Z30GP031. I have tried to give serial number, model name, IP address and also manually given name ("Cam_02") via Windows software GigE Cam IP Config as input. Nothing worked so far. Can anyone help me how to specify which camera should be opened?
Thank you very much in advance.
The text was updated successfully, but these errors were encountered: