559
Views
7
Comments
Solved
Face Recognition for mobile apps
Question

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?

2019-09-24 18-41-25
Jorge Martins
 
MVP
Solution

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.

2023-01-25 05-43-21
Murugan S S

Hi Jorge, 


Is this plugin will work for android also ?

2018-12-11 13-32-05
Martijn Habraken

Hi Vitheya,

This component is maybe what your looking for: https://www.outsystems.com/forge/component-overview/2538/betaface-demo

Kind regards,
Martijn Habraken


2021-04-28 11-18-06
Vitheya sudesan

Martijn Habraken wrote:

Hi Vitheya,

This component is maybe what your looking for: https://www.outsystems.com/forge/component-overview/2538/betaface-demo

Kind regards,
Martijn Habraken


Hi,

Thanks for your response.

 But it doesnt support for os11.


2018-12-11 13-32-05
Martijn Habraken

Hi, 

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

2021-04-28 11-18-06
Vitheya sudesan

Martijn Habraken wrote:

Hi, 

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?


2020-08-26 14-54-58
Raghuram kamath

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.

2019-09-24 18-41-25
Jorge Martins
 
MVP
Solution

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.

2023-01-25 05-43-21
Murugan S S

Hi Jorge, 


Is this plugin will work for android also ?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.