I would like to remotely trigger capture start and stop in Vicon using MATLAB on an external laptop, so that I can synchronise a code I have that records Radar data with motion capture data from Vicon. Many sources online, including Vicon, suggest that that this can be done by using UDP packages. These packages need to be sent via a script which I create and then they sent via a network cable to the Vicon System PC from the Matlab PC. Vicon support has provided me this link (https://docs.vicon.com/pages/viewpage.action?pageId=133824766) which gives a C++ example on how to do this (this is from the Shogun software but the details here are the most up to date and will work with Nexus). Any ideas on how to do this in a MATLAB script?
Any help is much appreciated.