How to detect liveness in a face without using an IOS/Android SDK?

Stuart Gray 20 Reputation points
2024-04-16T22:18:21.6966667+00:00

Hi there

I have facial recognition implemented in my website where the user takes their photo and it is submitted to Azure to verify the photo matches a user. This works great and is a success.

I would like to expand this capability to use the Liveness feature (https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/tutorials/liveness) but it requires a mobile application if I read it correctly?

Is it possible to start a liveness session from a video tag in html or something similar?

My front end is Blazor, backend is c# - both in .net8.

Thanks for your help

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
165 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 66,461 Reputation points
    2024-04-16T22:41:15.71+00:00

    You are correct. There is no browser implementation. You need a mobile app.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Stuart Gray 20 Reputation points
    2024-04-16T22:47:07.4866667+00:00

    Thanks Bruce. I've read on a couple of answers that it is in Private Preview. Is there a mechanism for me to join it?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.