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/20 15:42]
mwkim [BS2DisplayConfig]
en:configuration_api [2024/02/20 16:48]
kkshin [BS2FaceConfig]
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 1845: Line 1845:
 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 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  |