forked from komagic/affdex-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsonformat.js
33 lines (27 loc) · 1.11 KB
/
jsonformat.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
// var jsonData = {
// 'time': timestamp.toFixed(2),
// 'nums': 1,
// 'emotion': faces[0].emotions,
// //'expression': faces[0].expressions
// }
// var jsonData = {
// 'time': timestamp.toFixed(2),
// 'nums': 1,
// 'emotion': faces[0].emotions,
// //'expression': faces[0].expressions
// }
// jsonData = {
// 'time': timestamp.toFixed(2),
// 'nums': 0,
// 'emotion': {
// "joy": 0, "sadness": 0, "disgust": 0, "contempt": 0, "anger": 0,
// "fear": 0, "surprise": 0, "valence": 0, "engagement": 0
// }
// 'expression': {
// "smile": 0, "innerBrowRaise": 0, "browRaise": 0, "browFurrow": 0, "noseWrinkle": 0,
// "upperLipRaise": 0, "lipCornerDepressor": 0, "chinRaise": 0, "lipPucker": 0, "lipPress": 0,
// "lipSuck": 0, "mouthOpen": 0, "smirk": 0, "eyeClosure": 0, "attention": 0,
// "lidTighten": 0, "jawDrop": 0, "dimpler": 0, "eyeWiden": 0, "cheekRaise": 0,
// "lipStretch": 0
// }
//}