getDetectionInfo
Parameters
Result
Examples
Mental command
{
"id": 1,
"jsonrpc": "2.0",
"method": "getDetectionInfo",
"params": {
"detection": "mentalCommand"
}
}{
"id": 1,
"jsonrpc": "2.0",
"result": {
"actions": [
"neutral",
"push",
"pull",
"lift",
"drop",
"left",
"right",
"rotateLeft",
"rotateRight",
"rotateClockwise",
"rotateCounterClockwise",
"rotateForwards",
"rotateReverse",
"disappear"
],
"controls": [
"start",
"accept",
"reject",
"erase",
"reset"
],
"events": [
"MC_Started",
"MC_Succeeded",
"MC_Failed",
"MC_Completed",
"MC_DataErased",
"MC_Rejected",
"MC_Reset",
"MC_AutoSamplingNeutralCompleted",
"MC_SignatureUpdated"
],
"signature": []
}
}Facial expression
Last updated