Skip to content

regulaforensics/Xamarin-FaceSDK

Repository files navigation

Regula Face SDK (.NET MAUI version)

Face SDK is a framework that is used for face matching, recognition, and liveness detection.

Contents

How to build the demo application

  1. Download or clone this repository using the command git clone https://github.com/regulaforensics/Xamarin-FaceSDK.git.
  2. Open the project and run it.

How to use offine match

  1. Place a license that supports offline match at Resources/Raw/regula.license.
  2. Change android and iOS bundle id if required by your license. For android in Platforms/Android/AndroidManifest.xml change manifest.package. For iOS in Platforms/iOS/Info.plist change CFBundleIdentifier.
  3. Change core in FaceSample.csproj: Replace Xamarin.FaceCore.Basic.iOS with Xamarin.FaceCore.Match.iOS. Replace Xamarin.FaceCore.Basic.Droid with Xamarin.FaceCore.Match.Droid. Adjust versions of changed packages if needed, beware that versions of basic and match cores may be different. You can always check them at nuget.org.
  4. Turn off the internet and run the app.

Support Android devices without Google Mobile Services

Devices that do not have Google Mobile Services (GMS) such as Huawei need to include the Huawei Vision library. Add our Huawei Vision package to your project that can be found here.

Documentation

You can find documentation on API here.

Additional information

If you have any technical questions, feel free to contact us or create issues here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages