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 [2024/02/16 12:14]
mwkim [BS2DisplayConfig]
en:configuration_api [2024/02/20 16:48]
kkshin [BS2FaceConfig]
Line 498: Line 498:
 ''​FaceStation 2'',​ ''​FaceStation F2''​ If set true, you can activate the screensaver. \\ \\ ''​FaceStation 2'',​ ''​FaceStation F2''​ If set true, you can activate the screensaver. \\ \\
 **18. //​showOsdpResult//​** \\  **18. //​showOsdpResult//​** \\ 
-[+ 2.9.6] In environments where Suprema devices are connected as master ​devices to Intelligent Slaves or third-party controllers,​ this option allows authentication results to be displayed on the device screen. \\+[+ 2.9.6] In environments where Suprema devices are connected as peripheral ​devices to Intelligent Slaves or third-party controllers,​ this option allows authentication results to be displayed on the device screen. \\
 <WRAP group 50%> <WRAP group 50%>
 ^Value ​ ^Description ​ ^ ^Value ​ ^Description ​ ^
Line 1734: Line 1734:
     uint8_t unused;     uint8_t unused;
     ​     ​
- uint8_t unableToSaveImageOfVisualFace;​ +    ​uint8_t unableToSaveImageOfVisualFace;​ 
- uint8_t reserved[13];​+    uint8_t reserved[13];​
 } BS2FaceConfig;​ } BS2FaceConfig;​
 </​code>​ </​code>​
Line 1860: Line 1860:
 [+ 2.7.1] ''​FaceStation F2''​ This indicates the width of the face image, and you can specify the minimum and maximum values. \\  [+ 2.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. \\ The default values of min and max are as follows. \\
-<WRAP group 20%>+<WRAP group 30%>
 ^  ^Default(min) ​ ^Default(max) ​ ^ ^  ^Default(min) ​ ^Default(max) ​ ^
 |FSF2  |66  |250  | |FSF2  |66  |250  |
Line 1870: Line 1870:
 [+ 2.7.1] ''​FaceStation F2''​ Represents the face search range, and you can specify the x value (horizontal coordinate) of the range and the width from the x value point. \\  [+ 2.7.1] ''​FaceStation F2''​ Represents the face search range, and you can specify the x value (horizontal coordinate) of the range and the width from the x value point. \\ 
 The default values of x and width are as follows. \\ The default values of x and width are as follows. \\
-<WRAP group 20%>+<WRAP group 30%>
 ^  ^Default(x) ​ ^Default(width) ​ ^ ^  ^Default(x) ​ ^Default(width) ​ ^
 |FSF2  |144  |432  | |FSF2  |144  |432  |