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
It seems that querying for devices makes the T265 inaccessible to the pipe system. This problem does not occur with a D435 (it instead crashes because the D435 does not offer pose data).
The text was updated successfully, but these errors were encountered:
@tpwrules hello,
When working with T265 you have to share and reuse the initial context across all the pipe objects created. This limitation does not apply to other devices.
Issue Description
The following program displays the pose from an attached T265:
On the listed setup, it produces the following output when a T265 is plugged in:
When line 2 is commented out, it produces correct output:
It seems that querying for devices makes the T265 inaccessible to the pipe system. This problem does not occur with a D435 (it instead crashes because the D435 does not offer pose data).
The text was updated successfully, but these errors were encountered: