Pet Face Detection
Use Pet Face Detection to detect if there are cats or dogs in the camera.
Input
Name | Data Type | Description |
---|---|---|
Detect | String | The face to apply the effect to. Face 0 represents the first pet face appearing in the scene, Face 4 represents the fifth pet face appearing in the scene. |
Output
Name | Data Type | Description |
---|---|---|
Begin | Exec | Execute the next node when the pet face is detected. |
Stay | Exec | Keep executing the next node when the pet face stays in the scene. |
End | Exec | Execute the next node when the pet face disappears. |
None | Exec Array | Keep executing the next node when the pet face is not detected. |
Face Count | Number | The number of pet faces in the scene. |
Example
In this example, a plane tracked to a cat’s face will appear when a cat is detected. Using an Animation Sequence Controller, the text will display how many cats are on screen.