Setting up to Detect Tennis Metrics
The TennisAnalytics module must be applied to your account. If you wish to add the module to your account, please contact support for assistance.
- Download and install OpenField Console version 3.13.0 or higher.
Detecting and Viewing Tennis Metrics in OpenField Cloud
Tennis metrics are available to be viewed and reported on Post-download via OpenField Cloud.
- In OpenField Console, download and process sessions from devices or reprocess desired historical raw files
For more information see Downloading data from devices and Reprocessing Raw Files - Perform a Sync to upload BMP data to OpenField Cloud
- Log in to OpenField Cloud
- In a dashboard, create a Cloud widget with any of the parameters in the Tennis category, then load your desired activities for analysis
Viewing Tennis Events in Connect API
Individual Tennis events per athlete (per activity or period) can be retrieved via our Connect API via the /events API endpoint.
Each Tennis event will return the following attributes:
- tennis_load - with a value displaying the tennis load acquired during the Tennis event
- movement_type - with a value that represents the detected Tennis movement type
- rotation_magnitude - if the Tennis movement type is a Stroke then this attribute will be returned with a value displaying the rotation magnitude in revolutions per second
An example partial API response containing these attributes is below:
...
{
"start_time": 1685975584.59,
"end_time": 1685975585.08,
"version": "2.3",
"movement_type": 8,
"tennis_load": 0.31738,
"rotation_magnitude": 1.92995
},
...
For more information on the Connect API and the Tennis events please see our Connect API documentation.
Tennis Parameter Definitions
Tennis Parameter definitions can be found in Tennis Parameter Definitions.