Hey I’m trying to use librealsense2 with the C++ chop so I can get the Realsense T265 tracking camera working in Touchdesigner.
I’ve only got one line of code I’m using:
rs2::pipeline pipe;
And it throws an error every time:
wrong_api_call_sequence_error
Anyone know what’s going on? Is there some kind of conflict with the librealsense TouchDesigner is using, and this newer version I’m trying to use? Any plans for T265 compatibility?