Error with librealsense2

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?

Its likely using our .dlls since those are what are loaded into the process. This is unless you have changed the .dll names, or specifically used a manifest to make your .dll load the version of realsense you want to use. Very likely there will be some conflict between our realsense usage and yours though. We have a T265 in the office now and plan to add support for it soon.