Skip to content

Instantly share code, notes, and snippets.

@johnathanDOS
Last active April 29, 2019 18:40
Show Gist options
  • Save johnathanDOS/8ead7b28fc0ca10f059f907cb618d050 to your computer and use it in GitHub Desktop.
Save johnathanDOS/8ead7b28fc0ca10f059f907cb618d050 to your computer and use it in GitHub Desktop.
Register for face recognition events on Misty
function registerFaceRec(){
misty.AddPropertyTest("FaceRec", "PersonName", "exists", "", "string");
misty.RegisterEvent("FaceRec", "FaceRecognition", 1000, true);
}
registerFaceRec();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment