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
en:configuration_api [2024/02/16 12:08]
mwkim [BS2Trigger]
en:configuration_api [2024/02/27 13:29] (current)
Line 166: Line 166:
 Represents standard time zone in seconds. \\ \\  Represents standard time zone in seconds. \\ \\ 
 **3. //​syncTime//​** \\  **3. //​syncTime//​** \\ 
-Stores when synchronization with BioStar ​has occurred. \\ \\ +This is a FLAG that determines time synchronization with the BioStar ​Server. \\ \\ 
 **4. //​serverSync//​** \\  **4. //​serverSync//​** \\ 
 Reserved variable. \\ \\ Reserved variable. \\ \\
Line 390: Line 390:
     uint8_t tnaIcon[16];​     uint8_t tnaIcon[16];​
     uint8_t useScreenSaver;​     uint8_t useScreenSaver;​
-    uint8_t reserved1[31];+    ​uint8_t showOsdpResult;​ 
 +    ​uint8_t reserved1[30];
 } BS2DisplayConfig;​ } BS2DisplayConfig;​
 </​code>​ </​code>​
Line 496: Line 497:
 **17. //​useScreenSaver//​** \\  **17. //​useScreenSaver//​** \\ 
 ''​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. //reserved1//** \\ +**18. //showOsdpResult//** \\  
 +[+ 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%> 
 +^Value ​ ^Description ​ ^ 
 +|0  |Display OSDP Authentication Result (Default) ​ | 
 +|1  |Do Not Display OSDP Authentication Result ​ | 
 +</​WRAP>​ 
 +19. //​reserved1// ​\\ 
 Reserved space. \\  Reserved space. \\ 
  
Line 1283: Line 1291:
 12. //​ignoreSignalTime//​ \\  12. //​ignoreSignalTime//​ \\ 
 [+2.9.6] This setting is specified in milliseconds and is used to ignore repetitive input signals within a certain time frame. \\ [+2.9.6] This setting is specified in milliseconds and is used to ignore repetitive input signals within a certain time frame. \\
-In a case where the Suprema ​device is connected to third-party ​controller ​via wiegand, \\ +In environments ​where Suprema ​devices are connected to third-party ​controllers ​via Wiegand, \\ 
-and the controller repeatedly requests ​feedback for authentication,​ \\ +if the feedback for authentication ​is repetitively input to the Suprema device from a specific model of the controller, \\ 
-this setting ​allows you to specify a period of time during which the input signal ​is forcibly ignored. \\ \\+this feature ​allows you to forcibly ignore ​the input signal ​for the specified duration. \\ \\
  
 ==== BS2Action ==== ==== BS2Action ====
Line 1690: Line 1698:
 Reserved space.\\ \\ Reserved space.\\ \\
  
-==== BS2FaceConfig====+==== BS2FaceConfig ====
 <code cpp> <code cpp>
 typedef struct { typedef struct {
Line 1727: Line 1735:
     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 1838: Line 1846:
 maxRotation represents the maximum allowable value in this case, and the default value is 15 degrees. \\ \\ maxRotation represents the maximum allowable value in this case, and the default value is 15 degrees. \\ \\
 [+ 2.9.6] Additional definitions of Angle \\ [+ 2.9.6] Additional definitions of Angle \\
-<WRAP group 30%>+<WRAP group 40%>
 ^Definition ​ ^Value ​ ^ ^Definition ​ ^Value ​ ^
 |BS2_MAX_ROTATION_DEFAULT ​ | 15  | |BS2_MAX_ROTATION_DEFAULT ​ | 15  |
Line 1853: Line 1861:
 [+ 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 1863: Line 1871:
 [+ 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  |