Can you help us with UDP message structure that needs to be sent to initialize a tracker?
I'm guessing the UDP packet has "Tracker_Name | Serial_Number | Pose_Translation | Pose_Quaternion"?
Kindly share a sample UDP sender package structure. I'm trying to initialize a Single Tracker (like ViveTracker) from another C++ application instead of your FullbodyTrack application.
How to implement the Handshake, Advertise & Update? and in what order?
Thanks in advance,
V
Can you help us with UDP message structure that needs to be sent to initialize a tracker?
I'm guessing the UDP packet has "Tracker_Name | Serial_Number | Pose_Translation | Pose_Quaternion"?
Kindly share a sample UDP sender package structure. I'm trying to initialize a Single Tracker (like ViveTracker) from another C++ application instead of your FullbodyTrack application.
How to implement the Handshake, Advertise & Update? and in what order?
Thanks in advance,
V