Software Archive
Read-only legacy content
17060 Discussions

JavaScript face.expressions object is always null

Joseph_F_1
Beginner
985 Views

Is this a limitation of the platform, or am I not smiling hard enough?

Code here: https://gist.github.com/josephfinlayson/0c24fe6eded841248cf5

key features: faceConfiguration.configs.expressionProperties.isEnabled = true;

and:
for (f = 0; f < data.faces.length; f++) {
    var face = data.faces;
    console.log(face)
}

 

 

0 Kudos
2 Replies
Xusheng_L_Intel
Employee
985 Views

It is a known bug and we will fix it in the future release. Thanks!

0 Kudos
Joseph_F_1
Beginner
985 Views

It's not a bug if you update your docs to reflect the limitations of the platform.

0 Kudos
Reply