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:release_note_283 [2022/08/25 20:18]
mark [새로운 기능]
en:release_note_283 [2022/08/25 20:44]
mark [수정 기능]
Line 40: Line 40:
  
 \\ \\
-==== 수정 기능 ​====+==== Modification function ​====
  
-<text size="​x-large">​1.</​text> ​디버깅용 로그 파일 출력 시표시되는 시간 정보가 밀리 초까지 표시되도록 수정되었습니다. \\+<text size="​x-large">​1.</​text> ​When outputting log files for debuggingthe time information displayed has been modified to display up to milliseconds. \\
  
-  * 함수 ​[[BS2_SetDebugFileLog]] ​참조+  * Refer to API [[BS2_SetDebugFileLog]] ​
  
-<text size="​x-large">​2.</​text> ​얼굴 설정 방법이 변경됩니다. \\ +<text size="​x-large">​2.</​text> ​The face setting method changes. \\ 
-얼굴 검출 단계에서 얼굴 이미지 폭을 나타내는 faceWidth검색 범위를 나타내는 searchRange 등은 pixel 단위로 입력하며\\ +In the face detection stageface widthwhich represents the width of the face imagesearch rangewhich represents the search rangeare entered in pixels\\
-이는 사용자가 설정하기 다소 난해한 입력 단위였습니다. \\ +
-이후 제공되는 detectDistancewideSearch는 감지되는 얼굴까지의 거리를 cm로 입력하여보다 체감 가능한 설정 단위로 변경됩니다. \\ +
-SDK V2.8.3이 배포되는 시점 기준으로 ''​BioStation 3''​만 거리 기반의 설정이 가능하며이후 ''​FaceStation F2''​로 확대 적용 계획에 있습니다. ​\\+
  
-  * 구조체 [[configuration_api#​BS2FaceConfig]] 참조+This was a rather difficult input unit for the user to set up. \\
  
-<text size="​x-large">​3.</​text>​ 장치제원 구조체 정보에사용자 업데이트 지원simulated unlock 지원, RTSP 지원, Visual QR 지원, 확장형 VoIP에 등록된 내선번호수 등의 정보가 추가되었습니다. \\ +The detection distance, wide search provided afterward is changed to a more sensible setting unit by entering the distance to the detected face in cm\\ 
-  * 구조체 [[device_api#​BS2DeviceCapabilities]] 참조+As of the time SDK V2.8.3 is distributedonly '​BioStation 3' can be distance-basedand then extended to '​FaceStation F2' is planned. \\
  
-<text size="​x-large">​4.</​text>​ 사용자 구조체에,​ 해당 사용자가 어떤 credential 정보를 가지고 있는지 나타내는 infoMask가 추가되었습니다. \\ +  * Refer to API [[configuration_api#​BS2FaceConfig]]
-또한 infoMask의 mask 값을 수정 후 장치로 내려줌으로써,​ 해당 사용자가 가지고 있는 정보의 부분 변경/​삭제가 가능하게 됩니다. \\+
  
-  ​함수 ​[[user_management_api#BS2User]] 참조+<text size="​x-large">​3.</​text>​ Added information such as user update support, simulated unlock support, RTSP support, Visual QR support, and extension number registered in Extended VoIP. \\ 
 +  ​Refer to API [[device_api#BS2DeviceCapabilities]]
  
-<text size="​x-large">​5.</​text> ​USB의 로그 취득 시시작 index, 요청 수량 등의 조건이 적용되지 않는 문제가 수정되었습니다. \\ +<text size="​x-large">​4.</​text> ​In the user structurean infoMask has been added to indicate what credential information the user has. \\ 
-또한 취득된 로그 시간이 비정상적으로 큰 경우가 발생하는 문제를 수정하였습니다. \\+Also, by modifying the mask value of the infoMask and lowering it to the device, it is possible to change/​delete the information that the user has partially.\\
  
-  * 함수 ​[[BS2_GetLogFromDir]] 참조 +  * Refer to API [[user_management_api#​BS2User]]
-  * 함수 [[BS2_GetLogBlobFromDir]] 참조 +
-  * 함수 [[BS2_GetLogSmallBlobFromDir]] 참조 +
-  * 함수 [[BS2_GetLogSmallBlobExFromDir]] 참조 +
-  * 함수 [[BS2_GetLogFromDirWithKey]] 참조 +
-  * 함수 [[BS2_GetLogBlobFromDirWithKey]] 참조 +
-  * 함수 [[BS2_GetLogSmallBlobFromDirWithKey]] 참조 +
-  * 함수 [[BS2_GetLogSmallBlobExFromDirWithKey]] 참조+
  
-<text size="​x-large">​6.</​text>​ USB의 filtered ​log 이용 시, 날짜 검색이 정상적으로 되지 않는 문제 수정되었습니다. \\+<text size="​x-large">​5.</​text> ​The problem of not applying conditions such as start index and request quantity when obtaining the log of USB has been corrected. \\ 
 +We also fixed an issue that occurs when the acquired ​log time is abnormally large. \\
  
-  * 함수 ​[[BS2_GetFilteredLogFromDir]] 참조 +  * Refer to API [[BS2_GetLogFromDir]]  
-  * 함수 ​[[BS2_GetFilteredLogFromDirWithKey]] 참조+  * Refer to API [[BS2_GetLogBlobFromDir]] 
 +  * Refer to API [[BS2_GetLogSmallBlobFromDir]]  
 +  * Refer to API [[BS2_GetLogSmallBlobExFromDir]] 
 +  * Refer to API [[BS2_GetLogFromDirWithKey]]  
 +  * Refer to API [[BS2_GetLogBlobFromDirWithKey]]  
 +  * Refer to API [[BS2_GetLogSmallBlobFromDirWithKey]]  
 +  * Refer to API [[BS2_GetLogSmallBlobExFromDirWithKey]]
  
-<text size="​x-large">​7.</​text>​ C# 예제 내의 간단한 버그 등이 수정되었습니다. \\+<text size="​x-large">​6.</​text>​ When using the filtered log of USB, the problem of date search not being successful has been corrected. \\ 
 + 
 +  * Refer to API[[BS2_GetFilteredLogFromDir]]  
 +  * Refer to API[[BS2_GetFilteredLogFromDirWithKey]]  
 + 
 +<text size="​x-large">​7.</​text> ​A simple bug in the C# example has been fixed. \\