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/20 15:42]
mwkim [BS2DisplayConfig]
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 506: Line 506:
 19. //​reserved1//​ \\  19. //​reserved1//​ \\ 
 Reserved space. \\  Reserved space. \\ 
 +
 ==== BS2IpConfig ==== ==== BS2IpConfig ====
 <code cpp> <code cpp>
Line 1290: 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 1697: Line 1698:
 Reserved space.\\ \\ Reserved space.\\ \\
  
-==== BS2FaceConfig====+==== BS2FaceConfig ====
 <code cpp> <code cpp>
 typedef struct { typedef struct {
Line 1734: 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 1845: 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 1860: 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 1870: 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  |