Differences

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

Link to this comparison view

Next revision
Previous revision
en:release_note_296 [2024/02/20 15:13]
mwkim created
en:release_note_296 [2024/10/14 08:55] (current)
mwkim [Modification function]
Line 5: Line 5:
  
 ==== New Features ==== ==== New Features ====
-  * BioEntry W3 연결 지원 ​(BEW3-DB, BEW3-APB) +  * BioEntry W3 connection support ​(Device name: BEW3-DB, BEW3-APB). 
-  * XPass 2 지원 모델 추가 ​(XP2-MAPB) +  * XPass 2 connection support ​(Device name: XP2-MAPB). 
-  * 얼굴 정보 저장 시 템플릿만 저장하도록 지원 +  * Support for storing only the template when saving facial information. 
-  * 타사 컨트롤러와 wiegand 연동 사용 시, 동일한 입력 신호가 반복적으로 입력되는 것을 무시하는 기능 추가 +  * Added feature to ignore repetitive input signals when using third-party controllers connected via Wiegand. 
-  * 슈프리마 장치에서 타사 컨트롤러의 인증 성공/실패 결과를 받아서 표시하도록 지원 +  * Supports displaying authentication success/failure results from third-party controllers on Suprema devices. 
-  * RS485 네트워크에서 슬레이브 장치의 baudrate 설정을 변경할 수 있는 기능 추가 +  * Added function to initialize by selecting a network.
-  * 네트워크를 선택해서 초기화할 수 있는 함수 추가+
  
 <text size="​x-large">​1.</​text>​ Supports new devices. \\ <text size="​x-large">​1.</​text>​ Supports new devices. \\
Line 17: Line 16:
   * XPass 2 (XP2-MAPB)   * XPass 2 (XP2-MAPB)
  
-<text size="​x-large">​2.</​text> ​장치가 얼굴 정보를 저장할 때 템플릿만 저장할 수 있도록 하는 설정이 추가되었습니다. \\ +<text size="​x-large">​2.</​text> ​Added feature to allow transmitting only the template, excluding the facial image, when sending facial data. \\ 
-개인정보 보호가 좀 더 중요시되는 현장에서 유용합니다. \\ +This is particularly useful in environments where privacy protection is emphasized. \\ 
-이 기능은 ​BioStation 3, FaceStation F2, BioEntry W3 등의 visual face를 기반으로하는 얼굴 인증 장치에만 해당됩니다. \\+This feature only applies to face authentication devices based on visual face, such as BioStation 3, FaceStation F2, and BioEntry W3. \\
  
   * Refer to structure [[configuration_api#​BS2FaceConfig]]   * Refer to structure [[configuration_api#​BS2FaceConfig]]
   * Refer to structure [[face_api#​BS2FaceEx]]   * Refer to structure [[face_api#​BS2FaceEx]]
  
-<text size="​x-large">​3.</​text> ​슈프리마 장치와 타사 컨트롤러가 wiegand로 연결되어 사용되는 환경에서\\ +<text size="​x-large">​3.</​text> ​In environments where Suprema devices are connected to third-party controllers via Wiegandif the feedback for authentication is repetitively input to the Suprema device from a specific model of the controller, a feature has been added to ignore this. \\
-특정 모델의 컨트롤러들이 동일한 입력 신호를 반복적으로 요청하는 경우 \\ +
-이를 무시하도록 지정할 수 있는 기능이 추가되었습니다. \\+
  
   * Refer to structure [[configuration_api#​BS2Trigger]]   * Refer to structure [[configuration_api#​BS2Trigger]]
-  * Refer to structure[[device_api#​BS2DeviceCapabilities]]+  * Refer to structure [[device_api#​BS2DeviceCapabilities]]
  
-<text size="​x-large">​4.</​text> ​슈프리마 장치가 타사 컨트롤러에 연결되어 사용되는 경우, \\ +<text size="​x-large">​4.</​text> ​Added feature to display authentication results on the device screen when Suprema devices are connected to third-party controllers as peripheral devices. \\
-컨트롤러에서 LED command와 같은 인증 결과를 화면에 표시할 수 있도록하는 기능이 추가되었습니다. \\+
  
-  * 구조체 ​[[configuration_api#​BS2DisplayConfig]] ​참조 +  * Refer to structure ​[[configuration_api#​BS2DisplayConfig]] 
-  * 구조체 ​[[device_api#​BS2DeviceCapabilities]] ​참조+  * Refer to structure ​[[device_api#​BS2DeviceCapabilities]]
  
-<text size="​x-large">​5.</​text> ​RS485 네트워크에서 슬레이브 장치의 baudrate을 변경할 수 있도록 추가되었습니다. \\+<text size="​x-large">​5.</​text> ​Added function to initialize by selecting a network. \\ 
 +When connected to multiple networks, specifying a particular network for initialization allows for searching for devices on that sub-network after performing initialization. \\
  
-  * 함수 [[BS2_SetSlaveBaudrate]] 추가 +  * Add API [[BS2_InitializeEx]]
- +
-<text size="​x-large">​6.</​text>​ 네트워크를 선택해서 초기화할 수 있는 함수가 추가되었습니다. \\ +
-복수의 네트워크에 연결되어 있는 경우, 특정 네트워크를 지정하여 초기화를 수행한 후 장치를 검색하면 해당 서브네트워크의 장치들을 검색 할 수 있습니다. \\ +
- +
-  * 함수 ​[[BS2_InitializeEx]] ​추가+
  
  
  
 \\ \\
-==== Modification function ​====+==== Modified Features ​====
  
-<text size="​x-large">​1.</​text> ​CoreStation 40에 face configuration을 가져오거나 설정할 때, BS_SDK_ERROR_NOT_SUPPORTED 오류를 반환하는 문제가 수정되었습니다. \\+<text size="​x-large">​1.</​text> ​Fixed an issue where a BS_SDK_ERROR_NOT_SUPPORTED error would occur when importing or setting ​face configuration ​on CoreStation 40. \\
  
-  * 함수 ​[[BS2_GetFaceConfig]] ​참조 +  * Refer to API [[BS2_GetFaceConfig]] 
-  * 함수 ​[[BS2_SetFaceConfig]] ​참조 +  * Refer to API [[BS2_SetFaceConfig]] 
-  * 구조체 ​[[configuration_api#​BS2FaceConfig]] ​참조+  * Refer to structure ​[[configuration_api#​BS2FaceConfig]]
  
-<text size="​x-large">​2.</​text> ​장치 로그 필터링 함수 ​[[BS2_GetFilteredLogSinceEventId]]가 ''​지원중단'' ​되었습니다. \\ +<text size="​x-large">​2.</​text> ​The device log filtering API [[BS2_GetFilteredLog]], ​[[BS2_GetFilteredLogSinceEventId]] ​has been ''​Deprecated''​. \\ 
-[[BS2_GetLog]]와 [[BS2_StartMonitoringLog]]를 적절히 활용하여 서버에서 필터링하는 것을 권장합니다. \\+It is recommended that filtering be performed on the server using [[BS2_GetLog]] ​and [[BS2_StartMonitoringLog]]. \\
  
-  * 함수 ​[[BS2_GetFilteredLogSinceEventId]] ​참조 +  * Refer to API [[BS2_GetFilteredLog]] 
-  * 함수 ​[[BS2_GetLog]] ​참조 +  * Refer to API [[BS2_GetFilteredLogSinceEventId]] 
-  * 함수 ​[[BS2_StartMonitoringLog]] ​참조 +  * Refer to API [[BS2_GetLog]] 
-  * 함수 ​[[BS2_StopMonitoringLog]] ​참조+  * Refer to API [[BS2_StartMonitoringLog]] 
 +  * Refer to API [[BS2_StopMonitoringLog]]
  
  
-<text size="​x-large">​3.</​text>​ SDK 내부적으로 코드 안정화를 위한 수정이 있었습니다. \\+<text size="​x-large">​3.</​text> ​Fixes were made to stabilize the code internally in the SDK. \\