Differences

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

Link to this comparison view

Next revision
Previous revision
en:bs2_scanfaceex [2020/08/28 12:28]
yjjung created
en:bs2_scanfaceex [2023/07/04 17:02] (current)
Line 6: Line 6:
  
 ===== BS2_ScanFaceEx ===== ===== BS2_ScanFaceEx =====
-[+ V2.7.1] ''​FaceStation F2'' ​장치에서 얼굴을 스캔하고 이미지 및 템플릿 데이터를 추출합니다+[+ 2.7.1] ''​FaceStation F2'' ​''​BioStation 3''​ Scans the face from a device and extracts template and image data
-==== 함수 ​====+==== 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>​
  
 <callout type="​info">​ <callout type="​info">​
-[[face_api#​BS2FaceEx|BS2FaceEx구조체 보기]]+[[face_api#​BS2FaceEx|See BS2FaceEx ​Structure]]
 </​callout>​ </​callout>​
-==== 파라미터 ​====+==== Parameter ​====
   * [In] ''//​context//''​ : Context   * [In] ''//​context//''​ : Context
-  * [In] ''//​deviceId//''​ : 장치 식별자 +  * [In] ''//​deviceId//''​ : Device ID 
-  * [Out] ''//​faceEx//''​ : 얼굴 데이터를 저장할 포인터 +  * [Out] ''//​faceEx//''​ : Face data settings pointer 
-  * [In] ''//​erollmentThreshold//''​ : 얼굴 등록시 요구되는 threshold 값. [[configuration_api#​bs2faceconfig|BS2FaceConfig::​enrollThreshold ​참조]] +  * [In] ''//​enrollmentThreshold//''​ : Threshold required for face enrollment 
-  * [Out] ''//​ptrReadyToScan//''​ : 얼굴 스캔 준비가 완료되었을 때 호출되는 콜백 함수 +[[configuration_api#​bs2faceconfig|Refer to BS2FaceConfig::​enrollThreshold]] 
-==== 반환값 ​==== +  * [Out] ''//​ptrReadyToScan//''​ : Callback function called when face scanning is ready 
-성공적으로 수행될 경우 ​''​BS_SDK_SUCCESS''​를 반환하고에러가 발생할 경우 상응하는 에러 코드를 반환합니다+==== Return Value ==== 
 +If successfully done, ''​BS_SDK_SUCCESS'' ​will be returned. \\ 
 +If there is an errorthe corresponding error code will be returned.
 \\  ​ \\  ​