Examples
SETI Mode: Preventing multiple viewers
The detection of unathorized viewers is paramount in products leveraging the SETI API. The operations available in the SETI API can be used with some simple programming logic to construct applications that detect and retect to changes in the number of viewers.
In this example, an application leverages the Match and Faces operations to continually poll for a single, well-known, user to be identified via a capture device. T
-
The Match operation is initially called to determine if the user starting the application is expected.
-
Periodically, the Faces operations is called to determine if any additional viewers are detected.
-
If unwanted viewers are detected, the application interface is locked
-
Once the periodic evaluation of faces returns a single viewer, that viewer can be validate using the Match operation and the processs continues