Relative Servos icon Relative Servos Synchronize servos by designating a master; slave servos mirror scaled (decimal/negative) positions with min/max limits and pause control Try it →

ARC Pro

Upgrade to ARC Pro

Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.

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