NatNet: Unicast Data Subscription Commands
Overview
Use
NatNetClient natnetClient;
// Sets the filter so that the client receives only 6DOF data from RigidBody-1 tracking.
natnetCient.SendMessageAndWait("SubscribeToData,RigidBody,RigidBody-1")
// Sets the filter so that the client receives data from assets with specific streaming ID
natnetClient.SendMessageAndWait("SubscribeByID,RigidBody,2")SubscribeToData
SubscribeByID
Multiple Filters
Unsubscribing / Clearing Filters
Testing Commands Using Sample Project

Last updated
Was this helpful?

