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
Previous revision
Next revision Both sides next revision
en:release_note_280 [2021/06/06 18:42]
kateyu [New Features]
en:release_note_280 [2021/06/06 20:02]
kateyu [New Features]
Line 12: Line 12:
   * Adds new model names to check card supporting   * Adds new model names to check card supporting
  
-<text size="​x-large">​1.</​text> ​Adding ​X-Station 2 is available to use. \\+<text size="​x-large">​1.</​text>​ X-Station 2 Configurations are available to use. \\
  
   * Structure [[configuration_api#​BS2BarcodeConfig]] has been added   * Structure [[configuration_api#​BS2BarcodeConfig]] has been added
Line 48: Line 48:
  
 \\ \\
-==== 수정 기능 ​====+==== Modified Features ​====
  
-<text size="​x-large">​1.</​text>​ ''​Master:​ CoreStation 40''​''​Slave:​ FaceStation 2 / FaceLite''​에서 ​FaceStation 2FaceLite에 대한 얼굴 template을 사용자에 할당하고, ​CoreStation 40에 등록 시 BS_SDK_ERROR_TIMEOUT 오류가 반환되는 문제가 수정되었습니다. ​\\+<text size="​x-large">​1.</​text> ​Fixed the error BS_SDK_ERROR_TIMEOUT where the below case \\ 
 +''​RS485 Master: CoreStation 40'' ​\\ 
 +''​RS485 Slave: FaceStation 2 / FaceLite'' ​\\ 
 +Assigning a face template for FaceStation 2 or FaceLite ​to a user and enrolling it on CoreStation 40 \\
  
-  * 함수 ​[[BS2_EnrolUser]] ​참조 +  * Refer to API [[BS2_EnrolUser]] 
-  * 함수 ​[[BS2_EnrollUser]] ​참조 +  * Refer to API [[BS2_EnrollUser]] 
-  * 함수 ​[[BS2_EnrolUserEx]] ​참조 +  * Refer to API [[BS2_EnrolUserEx]] 
-  * 함수 ​[[BS2_EnrollUserEx]] ​참조 +  * Refer to API [[BS2_EnrollUserEx]] 
-  * 함수 ​[[BS2_EnrollUserSmall]] ​참조 +  * Refer to API [[BS2_EnrollUserSmall]] 
-  * 함수 ​[[BS2_EnrollUserSmallEx]] ​참조 +  * Refer to API [[BS2_EnrollUserSmallEx]] 
-  * 함수 ​[[BS2_EnrollUserFaceEx]] ​참조+  * Refer to API [[BS2_EnrollUserFaceEx]] ​
  
-<text size="​x-large">​2.</​text> ​많은 사용자(700명 이상)의 장치 전송 시, V2.7.2.x ​이전 버전에 비해 상대적으로 느려졌던 문제가 수정되었습니다. \\+<text size="​x-large">​2.</​text> ​Fixed the issue that device transfers for more than 700 users were relatively slow compared to V2.7.2.x ​and earlier. \\
  
-  * 함수 ​[[BS2_EnrolUser]] ​참조 +  * Refer to API [[BS2_EnrolUser]] 
-  * 함수 ​[[BS2_EnrollUser]] ​참조 +  * Refer to API [[BS2_EnrollUser]] 
-  * 함수 ​[[BS2_EnrolUserEx]] ​참조 +  * Refer to API [[BS2_EnrolUserEx]] 
-  * 함수 ​[[BS2_EnrollUserEx]] ​참조 +  * Refer to API [[BS2_EnrollUserEx]] 
-  * 함수 ​[[BS2_EnrollUserSmall]] ​참조 +  * Refer to API [[BS2_EnrollUserSmall]] 
-  * 함수 ​[[BS2_EnrollUserSmallEx]] ​참조 +  * Refer to API [[BS2_EnrollUserSmallEx]] 
-  * 함수 ​[[BS2_EnrollUserFaceEx]] ​참조+  * Refer to API [[BS2_EnrollUserFaceEx]] ​
  
-<text size="​x-large">​3.</​text>​ Event config를 지원하지 않는 장치 FaceLite에 config를 요청하게되는 경우, 반환 값이 BS_SDK_SUCCESS에서 BS_SDK_ERROR_NOT_SUPPORTED로 수정되었습니다. \\+<text size="​x-large">​3.</​text> ​Fixed the return value from BS_SDK_SUCCESS to BS_SDK_ERROR_NOT_SUPPORTED when requesting Config from FaceLite that does not support ​Event config. \\
  
-  * 함수 [[BS2_GetEventConfig]] 참조 
  
-<text size="​x-large">​4.</​text>​ SDK의 allocation과 release를 반복하면,​ 일정 횟수 초과 시 장치 연결이 불가능해지는 현상 수정되었습니다. \\+  * Refer to API [[BS2_GetEventConfig]]
  
-  * 함수 [[BS2_AllocateContext]] 참조 +<text size="​x-large">​4.</​text>​ Fixed the issue that the SDK allocation and release were repeated, making device connection impossible if a certain number of times were exceeded. \\
-  * 함수 [[BS2_ReleaseContext]] 참조+
  
-<text size="​x-large">​5.</​text> ​[[BS2_ReleaseContext]] ​호출 시, 간헐적으로 정상적인 리소스 반납이 이루어지지 않으며, 51212, 51213 포트를 점유하고 있는 문제가 수정되었습니다. \\+  * Refer to API [[BS2_AllocateContext]] 
 +  * Refer to API [[BS2_ReleaseContext]]
  
-<text size="​x-large">​6.</​text> ​장치에대한 connect/cisconnect 호출을 반복하게 되면 event 처리과정에서 deadlock이 발생할 수 있는 문제가 수정되었습니다. \\+<text size="​x-large">​5.</​text> ​Fixed the issue that calling [[BS2_ReleaseContext]] cannot release the resource intermittently and the port 51212/port 51213 occupied. \\
  
-<text size="​x-large">​7.</​text> ​[[BS2_ReleaseContext]] 호출 시, 간헐적으로 응용프로그램이 crash 될 수 있는 문제가 수정되었습니다. \\+<text size="​x-large">​6.</​text> ​Fixed the issue that a deadlock could occur during event processing due to repeated connecting device/​disconnecting device calls. \\
  
-<text size="​x-large">​8.</​text> ​Display 설정 변경 시, timeout을 나타내는 필드들이 10의 배수로 할당되지 않으면, 장치가 reset될 수 있는 문제가 수정되었습니다. ​\\+<text size="​x-large">​7.</​text> ​Fixed the issue that the application may crash intermittently during calling [[BS2_ReleaseContext]] ​\\
  
-  * 구조체 [[configuration_api#​BS2DisplayConfig]] menuTimeout,​ msgTimeout, backlightTimeout 참조 +<text size="​x-large">​8.</​text>​ Fixed the issue that the device could be reset if the fields of timeout were not assigned a multiple of 10 when updating the display settings. \\
-  * 함수 [[BS2_SetDisplayConfig]] 참조+
  
-<text size="​x-large">​9.</​text>​ 4 core 환경에서 ​[[BS2_SearchDevices]] 호출을 반복하면CPU 점유율이 99%로 올라가는 문제가 수정되었습니다. \\+  * Refer to structure ​[[configuration_api#​BS2DisplayConfig]] menuTimeoutmsgTimeout, backlightTimeout 
 +  * Refer to API [[BS2_SetDisplayConfig]]
  
-<text size="​x-large">​10.</​text> ​FaceStation F2의 white LED 설정 옵션에 사용안함(Not used)이 추가되었습니다. \\+<text size="​x-large">​9.</​text> ​Fixed the issue that CPU Usages goes up to 99% when [[BS2_SearchDevices]] is called repeatedly in a 4-core environment. \\
  
-  ​구조체 ​[[configuration_api#​BS2FaceConfig]] lightCondition ​참조+<text size="​x-large">​10.</​text>​ Updated [Not Used] of Light Brightness Configuration of FaceStation F2. (FaceStation F2 v1.1.0 is compatible.) ​ \\ 
 +(As-Is)\\ 
 +FaceStation F2: v1.0.0 - v1.0.5 ​ \\ 
 +Ambient Brightness: Normal, High, Auto\\ 
 +(To-Be)\\ 
 +''​FaceStation F2: v1.1.0 or higher version''​ \\ 
 +''​Light Brightness'':​ ''​Normal,​ High, Not Used''​ \\ 
 + 
 +  ​Refer to structure ​[[configuration_api#​BS2FaceConfig]] lightCondition