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:configuration_api [2022/10/05 13:57]
sungjun
en:configuration_api [2022/10/05 14:13]
sungjun
Line 1812: Line 1812:
 **12. //​faceWidth//​** \\  **12. //​faceWidth//​** \\ 
 [+ V2.7.1] ''​FaceStation F2''​ This indicates the width of the face image, and you can specify the minimum and maximum values. \\ [+ V2.7.1] ''​FaceStation F2''​ This indicates the width of the face image, and you can specify the minimum and maximum values. \\
 +The default values of min and max are as follows. \\
 [+ 2.8.3] ''​BioStation 3''​ The settings are ignored. \\ [+ 2.8.3] ''​BioStation 3''​ The settings are ignored. \\
 <WRAP group 20%> <WRAP group 20%>
Line 1817: Line 1818:
 |FSF2  |66  |250  | |FSF2  |66  |250  |
 |BS3  |-  |-  | |BS3  |-  |-  |
 +</​WRAP> ​
  
 **13. //​searchRange//​** \\ **13. //​searchRange//​** \\
Line 1826: Line 1828:
 |FSF2  |144  |432  | |FSF2  |144  |432  |
 |BS3  |-  |-  | |BS3  |-  |-  |
-14. //​detectDistance//​ \\ +</​WRAP>​  
-[+ 2.8.3] ''​BioStation 3''​ This configures the minimum and maximum detection range for facial recognition.. \\+ 
 +**14. //​detectDistance//​** \\ 
 +[+ 2.8.3] ''​BioStation 3''​ This configures the minimum and maximum detection range for facial recognition. \\
 We no longer support faceWidth to pinpoint the face location using pixel units due to its complexity. \\ We no longer support faceWidth to pinpoint the face location using pixel units due to its complexity. \\
 Instead, we set the detection range of the subject(face). The unit is set to cm, and the value must be inputted as a multiple of 10. \\ Instead, we set the detection range of the subject(face). The unit is set to cm, and the value must be inputted as a multiple of 10. \\
 <WRAP group 80%> <WRAP group 80%>
-^  ^Min limit for min detection range  ^Max limit for min detection range  ^Min detection range(Default) ​ ^Min limit for max detection range  ^Max limit for max detection range  ^Max sensing range(Infinite)  ^Max sensing range(Default) ​ ^+^  ^Min limit for min detection range  ^Max limit for min detection range  ^Min detection range(Default) ​ ^Min limit for max detection range  ^Max limit for max detection range  ^Max sensing range(No limit)  ^Max sensing range(Default) ​ ^
 |BS3  |30  |100  |60  |40  |100  |255  |100  | |BS3  |30  |100  |60  |40  |100  |255  |100  |
 </​WRAP> ​ </​WRAP> ​
-15. //​wideSearch//​ \\+ 
 +**15. //​wideSearch//​** \\
 [+ 2.8.3] ''​BioStation 3''​ This can increase the detection range for facial recognition. \\ [+ 2.8.3] ''​BioStation 3''​ This can increase the detection range for facial recognition. \\
 We no longer support searchRange to set the x-coordinate and width due to its complexity. \\ We no longer support searchRange to set the x-coordinate and width due to its complexity. \\
- Instead, we set the face detection setting as default(false), or a wide area(true). \\+Instead, we set the face detection setting as default(FALSE), or a wide area(TRUE). \\
 The details of the settings and protocols for the detection of wide area is set within the device, which the user cannot change. \\ \\ The details of the settings and protocols for the detection of wide area is set within the device, which the user cannot change. \\ \\
-If this setting is set to TRUE, the camera detects subjects within a large range, and unintentionally detect and authenticate multiple subjects at once. \\ +If this setting is set to TRUE, the camera detects subjects within a large range, and unintentionally detect and authenticate multiple subjects at once. Therefore, the default setting is at FALSE. \\ \\ 
-Therefore, the default setting is at false. \\ \\+
 16. //unused// \\ 16. //unused// \\
 Reserved space.\\ \\ Reserved space.\\ \\
 17. //​reserved//​ \\ 17. //​reserved//​ \\
 Reserved space.\\ \\ Reserved space.\\ \\
- 
 ==== BS2Rs485ConfigEX ==== ==== BS2Rs485ConfigEX ====
 <code cpp> <code cpp>