-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoogle_demo.js
61 lines (61 loc) · 1.02 KB
/
google_demo.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
var emotions =
{
"videoID": "who2qOhwtDc",
"triggers": [
{
"millis": 100,
"emotion": "idle/circle",
"gesture": "idle/circle"
},
{
"millis": 5500,
"emotion": "io16/calm",
"gesture": "io16/calm"
},
{
"millis": 18000,
"emotion": "sad3_smooth/slow_look",
"gesture": "sad3_smooth/slow_look"
},
{
"millis": 33500,
"emotion": "fear3/fear",
"gesture": "fear3/fear"
},
{
"millis": 49000,
"emotion": "sad2_smooth/crying",
"gesture": "sad2_smooth/crying"
},
{
"millis": 57200,
"emotion": "reset",
"gesture": "reset"
},
{
"millis": 59000,
"emotion": "happy3",
"gesture": "happy3"
},
{
"millis": 61000,
"emotion": "happy3_smooth",
"gesture": "happy3_smooth"
},
{
"millis": 63200,
"emotion": "happy2_smooth",
"gesture": "happy2_smooth"
},
{
"millis": 65500,
"emotion": "happy2_smooth/calm",
"gesture": "happy2_smooth/calm"
},
{
"millis": 67000,
"emotion": "happy2_smooth/calm",
"gesture": "happy2_smooth/calm"
},
]
}