Implementing Amazon Rekognition and Liveness Check in C# WinForms Application

0

I am developing a C# WinForms application and seeking guidance on integrating Amazon Rekognition for identity verification, along with a Liveness check. After initiating a session and obtaining the session ID, I am unclear on the process for starting the session in the WinForms environment. Specifically, I need to know whether to send the video frames sequentially or as a whole for the Liveness check and how to handle the verification process after acquiring the session key and before receiving the results. Is there a recommended approach or best practice for this, especially in a WinForms context? I've consulted the documentation but found no WinForms-specific information. Any insights or resources would be greatly appreciated.

2 Answers
0

Thank you for contacting us. At the moment, we do not offer a C# SDK for Face Liveness. Our supported platforms encompass React, Android, and IOS.

Link for the SDKs: https://ui.docs.amplify.aws/android/connected-components/liveness

Link for AWS docs: https://docs.aws.amazon.com/rekognition/latest/dg/face-liveness.html.

AWS
Rithwik
answered 4 months ago
profile picture
EXPERT
reviewed 24 days ago
0

Face Liveness is becoming critical to implement ID verification that weeds out bad actors. For those of us that develop mobile .Net apps (Maui, Platform.Uno, Xamarin, etc) using C# - may we ask if there's a plan to provide a .Net SDK?

answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions