Differences

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

Link to this comparison view

Next revision
Previous revision
en:bs2_scanface [2017/06/28 10:59]
127.0.0.1 external edit
en:bs2_scanface [2020/10/22 09:42] (current)
kkshin
Line 5: Line 5:
  
 ===== BS2_ScanFace===== ===== BS2_ScanFace=====
-Scans the face from a device and extracts template and image data.+''​FaceStation2'' ​Scans the face from a device and extracts template and image data.
 ==== Declaration ==== ==== Declaration ====
 <code cpp> <code cpp>
Line 20: Line 20:
   * [In] ''//​deviceId//''​ : Device ID   * [In] ''//​deviceId//''​ : Device ID
   * [Out] ''//​face//''​ : Pointer to store the face data  ​   * [Out] ''//​face//''​ : Pointer to store the face data  ​
-  * [In] ''//​erollmentThreshold//''​ : Required enrollment threshold+  * [In] ''//​erollmentThreshold//''​ : Required enrollment threshold ​- Please refer to the [[configuration_api#​bs2faceconfig|BS2FaceConfig.enrollThreshold]]
   * [Out] ''//​ptrReadyToScan//''​ : Callback function that is called when it's ready to scan a face   * [Out] ''//​ptrReadyToScan//''​ : Callback function that is called when it's ready to scan a face
 ==== Return Value ==== ==== Return Value ====