FaceAPI (Construct 3 Plugins)

  • 8
    This content is deleted
    Addon
    FaceAPI

    Integrates face-api.Js for face detection, landmarks.

You're viewing a single comment in a conversation. View all the comments
  • 4 Comments

  • Order by
  • I'm sure this is getting the kinks all worked out cuz it has some sick possibilities, but the c3p files weren't working for me, so I really don't know what I'm doing with it, but it sounds like others are having issues too. Anyway, I was hoping to use it as a sort of filter, to be able to sense face sizes and positions to place objects over faces, but I'm not sure how to get those values. Anyway, I'm excited to see where this plugin ends up!

    • Ok, try this, change the requested camera dimensions to 640,480, that worked for me. It's still pretty slow though, which is why I've somewhat held back from doing much more with it.

      Also, make sure you are using the 1.2.0 version of the plugin and 02 version of the example file.

      + GetCamera: On clicked

      -> UserMedia: Request camera source 0 (prefer Any at 640 x 480, include mic False source 0)

    • Let me check out the example files, they may need to be updated for later versions of C3.