This repository was archived by the owner on Jul 26, 2024. It is now read-only.
Workaround to use kinect_rgbd.launch with multiple cameras #265
Labels
enhancement
New feature or request
triage needed
The Issue still needs to be reviewed by the Azure Kinect ROS Driver Team
Is your feature request related to a problem? Please describe.
There is a multi-camera solution that works for the
driver.launch
file, described here in #97However, I couldn't make anything similar work for
kinect_rgbd.launch
Describe the solution you'd like
While #126 isn't released, it would be helpful to use manual intrinsic calibration #200 for multiple cameras simultaneously
Describe alternatives you've considered
I tried modifying the
kinect_rgbd.launch
in the following ways, without success:sensor_sn
(the problem here might be related to kinect_rgbd launch file does not parse sensor_sn properly #264).launch-prefix="bash -c 'sleep 1.0; $0 $@' "
Another possibility in our use case is to switch from the first camera to the second camera in less than 2 seconds.
Launching a new nodelet takes 5s to get the first image + 5s to get the correct exposure, which is unfortunately too slow for the application at hand.
Is there any way to do it faster?
Any input is appreciated!
Thanks
The text was updated successfully, but these errors were encountered: