Hi,
In my mobile application, i want to implement the face recognition login. But i cant find the plugin for mobile apps in forge.
Can anyone suggest the plugin or give some idea?
Hi Vitheya,
You can use the Touch ID plugin. On iOS in a device with FaceID it will use FaceID instead without you having to do anything.
Hi Jorge,
Is this plugin will work for android also ?
This component is maybe what your looking for: https://www.outsystems.com/forge/component-overview/2538/betaface-demo
Kind regards,Martijn Habraken
Martijn Habraken wrote:
Thanks for your response.
But it doesnt support for os11.
I don't expact that this component will not work on version 11. Because of the little (breaking) changes between mobile applications in P10 & P11 I expect that this component is just not updated by his/her owner.
You could "force install" the version 11 component en check if it will fit your needs.
Kind regards,
Martijn Habraken
Can u suggest any other plugin for that face recognition?
There are Many questions on this one.
1. Is the App you are Building is Online only App or Offline app as well ?
2. How much are you willing to pay for the Face Recognition api service ?
3. Do you Need plugins or are you okay with Javascript APIs or Web services ?
4. Normally Face Recognition has some more Problems, you can fake a Login using the Picture of a Person. How are you planning to Handle this ?
Outsystems Plugin Only : Try as Martijn suggested
If you are not Happy with the Plugin Options you can Always Go the Complex Way.
Online and Paid and Not a Plugin : Try AWS Rekogntion
OpenSource and Online? : Build a API using OpenCV and Implement it as Webservice in your company and call it from your App as webservice call
Offline :Try face-Api.js (Javascript based and Detect faces directly on Browser)
Fake Detection : Try methods like Here https://www.pyimagesearch.com/2017/04/24/eye-blink-detection-opencv-python-dlib/
We had used Real.com ComputerVision API in our last project and it was Webservice based. we sent Image using web-service and we got Details from them. But it was fakable using a photo of a person.