Main Page → NatNet SDK → NatNet: RebroadcastMotiveData Sample
Rebroadcast Motive Data sample. This is a sample NatNet application that receives tracking data from a NatNet Server (Motive) and redistributes it in other formats.
Currently, there are two supported protocols in this sample; Unity and LightCraft. The Unity protocol repackages mocap data into XML packets and delivers it to the unity game engine. The LightCraft protocol takes definitions for a single rigid body and sends them over a serial port in a format called the Spydercam protocol. The LightCraft protocol in addition to being a demonstration of serial port communication, it allows Motive and Previzion to be completely compatible, using Mocap data to track the Previzion camera.
Unity Protocol
Previzion Protocol
The following third-party library must be linked in order to build and run this sample application
You can run the app from the command line with appropriate input arguments. For example: RebroadcastMotiveData.exe 127.0.0.1 127.0.0.1 unity There are total four arguments that can be inputed when running the sample application.
RebroadcastMotiveData.exe 127.0.0.1 127.0.0.1 unity