Audiotoolbox Plugin icon Audiotoolbox Plugin Enable UWP voices, change default audio devices, capture audio and route it to EZB controllers with session tracking and device control. Try it →

ARC Pro

Upgrade to ARC Pro

Unlock the true power of automation and robotics by becoming a proud subscriber of Synthiam ARC Pro.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#1  

Train your face as an object using Object Tracking. There's blue question marks that explain functions.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#3  

Something like this using the variable...


if ($CameraObjectName = "My Face")

  SayEZBWait("I see you!")

elseif ($CameraObjectName = "Someone Else")

  SayEZBWait("I see someone else that i know")

endif

User-inserted image