Search found 5 matches

by Rotem
Wed Jun 01, 2022 7:22 am
Forum: OptiTrack Data Streaming
Topic: NatNetML for modern version of .NET
Replies: 1
Views: 1437

Re: NatNetML for modern version of .NET

The issue was only with single file deployment. When I exclude NatNetML from it then everything works fine.
by Rotem
Sat May 28, 2022 2:43 pm
Forum: OptiTrack Data Streaming
Topic: NatNetML for modern version of .NET
Replies: 1
Views: 1437

NatNetML for modern version of .NET

The NatNetML.dll that ships with the NatNet SDK v4.0.0 is targeting .NET Framework v4.03.
Is it possible to provide a version that is binary compatible with .NET 6.0 or .NET Core?
The .NET Framework dll does not seem to be binary compatible with these.
by Rotem
Tue Mar 20, 2018 2:51 am
Forum: OptiTrack Data Streaming
Topic: NatNet SDK: Get list of all assets (including inactive)
Replies: 2
Views: 2781

Re: NatNet SDK: Get list of all assets (including inactive)

Thank you Steven, I'll take this into consideration.
by Rotem
Sun Mar 18, 2018 8:49 am
Forum: VR
Topic: [Unreal] HMD Rigidbody ID on OpittrackClientOrigin
Replies: 4
Views: 5610

Re: [Unreal] HMD Rigidbody ID on OpittrackClientOrigin

It's possible you may be able to find an appropriate actor lifecycle event that occurs earlier than this and would therefore allow you to change the value preemptively I've implemented this already and I gotta say, you guys really didn't make this easy. The only reliable way I've found to catch thi...
by Rotem
Sun Mar 18, 2018 12:42 am
Forum: OptiTrack Data Streaming
Topic: NatNet SDK: Get list of all assets (including inactive)
Replies: 2
Views: 2781

NatNet SDK: Get list of all assets (including inactive)

Using Motive 2 and NatNetSDK 3.0.1, I need to get a list of all rigid bodies in the assets pane. Currently, GetDataDescriptions() returns a list of only active assets. Is there a way to get the entire list?