this time i tried with 3 sensors, and it seems that only “device/sensor2” works in the case of 3 sensors, and “device/sensor1” in the case of 2 sensors.
I am also testing with Astra Mini S sensors, and when I connect 2 of them, the example works.
When I connect one Mini S, and one Stereo SU3, both work too.
The problem is when I connect two or more Stereo SU3. In this case, it does not work properly.
I suppose it’s a problem with the sdk or the library. Seems unlikely to be a problem with my computer.
There should not be any problem when working with multiple stereo su3 (because the nature of active stereo IR). HOWEVER, astra stereo su3 have an initial distance from its inertial frame to the object analyzed (I think it’s 25 cm), so, in order to work with them, its FOV’s distal point must be greater than that initial length, otherwise it will return a 0 matrix.
From my experience, the MultiSensorViewer-SFM sample didn’t handle multiple color stream from UVC RGB sensor case. Stereo U3 has UVC RGB sensor, however, the Mini and Mini S has non-UVC RGB sensor. I use the SN of Stereo U3 to differentiate the multiple RGB sensors so my application can output two depth streams and two color streams simultaneously.