Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:bs2_scanfaceex [2020/09/10 11:17]
yjjung
en:bs2_scanfaceex [2020/09/22 15:02]
kkshin
Line 11: Line 11:
 #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