Closed samchopra2003 closed 3 months ago
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.
Can you please also test if
/opt/spinnaker/bin/Acquisition
causes the Boson video device to disappear?
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.
This tag works perfectly! Thanks! I am able to get both cameras working!
@samchopra2003 Would you mind testing PR #202 to see if that leaves your /dev/video device intact? Thanks!
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