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
Is this behavior also observed when using SpinVIew?
No this problem is not observed when using SpinView.
Describe the bug
I have a two camera setup: Flir Blackfly S and Flir Boson 640. The Boson is a v4l2 device, and I am using another driver for this. Running ros2 launch spinnaker_camera_driver driver_node.launch.py results in v4l2 devices not being detected anymore, despite lsusb showing otherwise.
Useful logging output
Here is the output of ls /dev/video* and lsusb -tv before and during running:ros2 launch spinnaker_camera_driver driver_node.launch.py. Note that the Point Grey Research device corresponds to the Blackfly S and the Flir Systems Breach corresponds to the Boson.
Before running launch file:
After running launch file:
Here is also a interesting dmesg output after running the launch file (Boson is device number 7 and Blackfly is device number 2):
Seems like there is a USB bus reset happening also for cameras that are not used.
Question: did you install the driver from binaries or did you compile it from source? If you compiled it from source: there is a chance that some very recent changes (PR #194) are causing this, so I'd like you to use the binaries from the apt repo (which don't have those changes yet), or revert to tag 2.0.20.
I compiled the driver from source. I have tested /opt/spinnaker/bin/Acquisition and it works perfectly. The Boson does not disappear. Let me test the tag 2.0.20.
Is this behavior also observed when using SpinVIew?
No this problem is not observed when using SpinView.
Describe the bug
I have a two camera setup: Flir Blackfly S and Flir Boson 640. The Boson is a v4l2 device, and I am using another driver for this. Running
ros2 launch spinnaker_camera_driver driver_node.launch.py
results in v4l2 devices not being detected anymore, despite lsusb showing otherwise.Useful logging output
Here is the output of
ls /dev/video*
andlsusb -tv
before and during running:ros2 launch spinnaker_camera_driver driver_node.launch.py
. Note that the Point Grey Research device corresponds to the Blackfly S and the Flir Systems Breach corresponds to the Boson.Before running launch file:
After running launch file:
Here is also a interesting dmesg output after running the launch file (Boson is device number 7 and Blackfly is device number 2):
System details
The text was updated successfully, but these errors were encountered: