triggerVirtualHeadsetEvent
This method lets you trigger an eye action for the facial expression detection.
Parameters
Name
Type
Required
Description
cortexToken
string
yes
virtualHeadsetId
string
yes
The uuid
of a virtual headset.
eyeAction
string
yes
The value can be "blink", "winkL" or "winkR".
Result
The result is an an object with these fields:
Name
Type
Description
virtualHeadsetId
string
The uuid
of the virtual headset.
eyeAction
string
The action from the request.
message
string
A success message.
Example
Trigger a blink event.
Last updated