Servo Pad icon Servo Pad Drag mouse or finger as a virtual joystick to control pan/tilt x- and y-axis servos with configurable ports, limits, inversion, and backgrounds. Try it →

ARC Pro

Upgrade to ARC Pro

Take control of your robot's destiny by subscribing to Synthiam ARC Pro, and watch it evolve into a versatile and responsive machine.

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