C-mex S-function interface to Natural Point Motive (Optitrack) in Simulink
by Or Hirshfeld
אור הירשפלד
Or Hirshfeld (2021). C-mex S-function interface to Natural Point Motive (Optitrack) in Simulink by Or Hirshfeld (https://github.com/orhirshfeld/Motive-C-mex-Simulink), GitHub. Retrieved .
Inspired by: Tracking Tools (Optitrack), NatNet (Motive/Arena) simple sample for location data by Or Hirshfeld, Trackable Location (Mocap) from Optitrack Tracking Tools to Simulink by Or Hirshfeld in Technion, MotiveExample, Natural Point Motive (Optitrack) API interface to Matlab and Simulink 64bit by Or Hirshfeld
Inspired: orhirshfeld/Simulink_Motive_API_v3
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
I'm glad you trying my work.
I didn't encounter similar error.
But if you download all my files it's including libiomp5md.dll file, try to remove it from the folder, maybe you already have a copy of this file on your computer. this library is loaded as part of one of the libraries, I think it's part of the NPTrackingTools library.
By the way i developed other ways to connect to Motive/Optitrack data, you can check my other file exchange projects.
The last one and my favorite is http://www.mathworks.com/matlabcentral/fileexchange/51326-orhirshfeld-simulink-motive-api-v3
Thanks for your work on this Mr. Hirshfeld. I'm successfully compiling this function, but when I go to run the block Matlab crashes due to some conflict between libiomp5md.dll and libiomp5.lib. My error reads as follows: "Error #15: Initializing libiomp5mt.lib, but found libiomp5mt.dll already initialized."