Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
biometric_match_result Struct Reference

Result from a biometric match operation. More...

#include <zephyr/drivers/biometrics.h>

Data Fields

int32_t confidence
 Confidence/match score (sensor-specific scale, higher is better).
uint16_t template_id
 Matched template ID (for IDENTIFY mode, or verified ID for VERIFY mode).
uint8_t image_quality
 Quality score of the captured sample used for matching (0-100).

Detailed Description

Result from a biometric match operation.

Field Documentation

◆ confidence

int32_t biometric_match_result::confidence

Confidence/match score (sensor-specific scale, higher is better).

◆ image_quality

uint8_t biometric_match_result::image_quality

Quality score of the captured sample used for matching (0-100).

◆ template_id

uint16_t biometric_match_result::template_id

Matched template ID (for IDENTIFY mode, or verified ID for VERIFY mode).


The documentation for this struct was generated from the following file: