From e64a5257f1e6b43f1359b9396a4483f477c85c29 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 11 Jan 2021 09:02:09 -0500 Subject: [PATCH] added iris gesture --- Gesture.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Gesture.md b/Gesture.md index 3eb50a8..d755c20 100644 --- a/Gesture.md +++ b/Gesture.md @@ -11,6 +11,8 @@ There are three pre-defined methods: - "*blink `` eye*" - "*mouth `` open*" - "*head ``*" +- iris(): implements: + - "*iris looking at camera*" - body(): implements: - "*leaning ``*" - "*raise `` hand*" @@ -22,7 +24,8 @@ Example output of `result.gesture`: ```js [ {face: "0", gesture: "facing camera"} - {face: "0", gesture: "head down"} + {face: "0", gesture: "head up"} + {iris: "0", gesture: "looking at camera"} {body: "0", gesture: "i give up"} {body: "0", gesture: "leaning left"} {hand: "0", gesture: "thumb forward middlefinger up"}