Level-2 MATLAB S-Function to get the data from Optitrack To Simulink
1 次查看(过去 30 天)
显示 更早的评论
Hello, everyone,
I am working on Path tracking Algorithm. Regarding this, I am using Optitrack Motion Capturing System and Simulink. I am planning to use Level-2 MATLAB S-Function to get the data from Optitrack to simulink. Can someone please help me how can I do it in details.
Regards
Shivam
0 个评论
回答(1 个)
Mark McBroom
2023-1-25
It looks like the API for this device is C++ https://www.optitrack.com/software/camera-sdk/ You will need to write a C++ SFunction or use the C Function block to make the proper C++ calls https://www.mathworks.com/help/simulink/ug/interface-with-c-classes-using-c-function-block.html
Thanks.
Mark.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!