Page 1 of 1

NatNetML dependency issue in launching for the first time

Posted: Tue Mar 14, 2023 6:51 pm
by strawman
Hi,"
I am trying to stream Motive (2.1.1) data to MATLAB (R2018a) via the NatNet SDK 4.0 Matlab wrapper for Windows 10. On running the "NatNetPollingSample" function, I get the following error message:
Error using natnet/addAssembly (line 662)
Message: Could not load file or assembly 'NatNetML.dll' or one of its dependencies. The specified module could not be found.
Source: mscorlib
HelpLink:

Error in natnet/connect (line 171)
obj.addAssembly

Error in NatNetPollingSample (line 36)
natnetclient.connect;


I am trying to load it from "C:\NatNet_SDK_4.0\NatNetSDK\lib\x64".

Please advise.