âšī¸Tracking Endpoint Message to handle
In order to track and analyse motions PoseTracker API send information that you need to handle in order to place and help your users. (Like: placement information, exercise counter, real-time feedbacks...)
This data is sent by PoseTracker using the jsBridge as describe here.
Then you can catch PoseTracker data as describe here.
Data composition :
{
type: The type of data,
placementMessage: A message to what to place the user,
postureDirection: The placement direction needed,
ready: Is the posture is ready or not
current_count: Give the current exercise count.
}
Last updated