Advanced Action Detection
The Advanced Action Detection node detects whether an action, or a series of poses, is completed and triggers different nodes in the specified order and within the defined time frame. It also tracks the number of each successful action.
Name | Data Type | Description |
---|
Time Interval | Number | Triggers the execution of this node |
Pose Count | Number | The number of required poses to complete the action. This number should match the number of poses detected. |
Poses | String | The poses required to complete an action in the desired order. (Other poses can also be entered to create more complex actions.) |
Output
Name | Data Type | Description |
---|
Start | Exec | Executes the next node when all poses are completed in order and within the specified time frame. Continuous success will not trigger this outcome. |
Continue | Exec | Executes the next node when the action continues to be successfully executed within the specified time frame |
End | Exec | Executes the next node when, after one successful execution, the action is no longer detected |
None | Exec | Executes the next node when poses or actions don't meet the conditions or if no pose or action is detected |
Success Count | Exec | Tracks each successful execution, incrementing each time an action is successfully completed |
Total Success Count | Number | Tracks each successful execution, incrementing each time an action is successfully completed |