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.
182 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2024-04-16T22:41:15.71+00:00

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


1 additional answer

Sort by: Most helpful
  1. Bas Hendri 0 Reputation points Microsoft Employee
    2025-02-07T21:58:58.9933333+00:00

    Face API Liveness Detection is now GA.

    Explore: Learn more about integrating liveness detection into your applications by this tutorial.

    Try it out: Liveness detection is available to experience in Vision Studio

    Get started: Try our sample code: Azure-Samples/azure-ai-vision-sdk

    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.