bry-biometric-collector 2.2.13 → 2.2.14-RC02

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -148,12 +148,18 @@ Currently supported tag parameters:
148
148
 
149
149
  Example: `show_unconformities=false`
150
150
 
151
- - **video_filter**: Camera filter/color outside the oval area. Possible values are `"blur", "none", "white",
151
+ - **video_overlay**: Camera filter/color outside the oval area. Possible values are `"none", "white",
152
152
  "blue", "red", "green", "gray", "yellow", "black"`. HTML colors are also accepted.
153
153
 
154
- Default: `blur`
154
+ Default: `white`
155
155
 
156
- Example: `video_filter=white`
156
+ Example: `video_overlay=white`
157
+
158
+ - **video_overlay_transparency**: Specifies the level of transparency for the filter/color applied outside the oval area of the camera. The value is given on a scale from 0 to 100, where 0 means fully opaque and 100 means fully transparent.
159
+
160
+ Default: `0`
161
+
162
+ Example: `video_overlay_transparency=60`
157
163
 
158
164
  - **show_config_button**: Wether to hide config button. It will be shown below the video on the left side.
159
165
 
@@ -176,8 +182,15 @@ Currently supported tag parameters:
176
182
  - **show_camera_button**: Wether to hide swap camera button. It will be shown below the video on the right side.
177
183
 
178
184
  Default: `true`
185
+
179
186
  Example: `show_camera_button=false`
180
187
 
188
+ - **show_justification_field**: Whether to hide the justification field for unconformities during Face collection. When enabled, the justification field will be visible.
189
+
190
+ Default: `true`
191
+
192
+ Example: `show_justification_field=false`
193
+
181
194
  ### **Run-time Configuration**
182
195
 
183
196
  #### **Functions**