Conditions Check Overview
To align with the best practices described in Best Practices for Vitals™ Health Assessment, Vitals™ SDK returns a ScanConditions
object through the onVideoFrameProcessed
callback function. This callback function delivers processing results at a rate of 30Hz per second (The rate depends on the frame rate of the camera). It could be used to continuously monitor the different conditions that might affect the accuracies of the Vitals™ measurements. This corresponds to Step 3 of the Integrating Vitals™ Health Assessment (VHA) process.
IMPORTANT
The example code in this guide are for demonstration purposes only. You can flexibly design your own user interface and handle navigation based on your branding and requirements.