SampleClientML.cs
*
* This program is a sample console application which uses the managed NatNet assembly (NatNetML.dll) for receiving NatNet data
* from a tracking server (e.g. Motive) and outputting them in every 200 mocap frames. This is provided mainly for demonstration purposes,
* and thus, the program is designed at its simpliest approach. The program connects to a server application at a localhost IP address
* (127.0.0.1) using Multicast connection protocol.
*
* You may integrate this program into your applications if needed. This program is not designed to take account for latency/frame build up
* when tracking a high number of assets. For more robust and comprehensive use of the NatNet assembly, refer to the provided WinFormSample project.
*
* Note: The NatNet .NET assembly is derived from the native NatNetLib.dll library, so make sure the NatNetLib.dll is linked to your application
* along with the NatNetML.dll file.
*
* List of Output Data:
* ====================
* - Markers Data : Prints out total number of markers reconstructed in the scene.
* - Rigid Body Data : Prints out position and orientation data
* - Skeleton Data : Prints out only the position of the hip segment
* - Force Plate Data : Prints out only the first subsample data per each mocap frame
*
*/Last updated
Was this helpful?

