Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:bs2_scanfaceex [2020/09/10 11:17] yjjung |
en:bs2_scanfaceex [2024/05/28 19:47] (current) kkshin |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ===== BS2_ScanFaceEx ===== | ===== BS2_ScanFaceEx ===== | ||
| - | [+ V2.7.1] ''FaceStation F2'' Scans the face from a device and extracts template and image data. | + | [+ 2.7.1] ''Visual Face based'' Scans the face from a device and extracts template and image data. |
| ==== Declaration ==== | ==== Declaration ==== | ||
| <code cpp> | <code cpp> | ||
| #include "BS_API.h" | #include "BS_API.h" | ||
| - | int BS2_ScanFaceEx(void* context, uint32_t deviceId, BS2FaceEx* faceEx, uint8_t erollmentThreshold, OnReadyToScan ptrReadyToScan); | + | int BS2_ScanFaceEx(void* context, uint32_t deviceId, BS2FaceEx* faceEx, uint8_t enrollmentThreshold, OnReadyToScan ptrReadyToScan); |
| </code> | </code> | ||
| Line 21: | Line 21: | ||
| * [In] ''//deviceId//'' : Device ID | * [In] ''//deviceId//'' : Device ID | ||
| * [Out] ''//faceEx//'' : Face data settings pointer | * [Out] ''//faceEx//'' : Face data settings pointer | ||
| - | * [In] ''//erollmentThreshold//'' : Threshold required for face enrollment | + | * [In] ''//enrollmentThreshold//'' : Threshold required for face enrollment |
| [[configuration_api#bs2faceconfig|Refer to BS2FaceConfig::enrollThreshold]] | [[configuration_api#bs2faceconfig|Refer to BS2FaceConfig::enrollThreshold]] | ||
| * [Out] ''//ptrReadyToScan//'' : Callback function called when face scanning is ready | * [Out] ''//ptrReadyToScan//'' : Callback function called when face scanning is ready | ||