Skip to content

Commit 8f8e2d9

Browse files
author
arch
committed
update docs
1 parent fabee9d commit 8f8e2d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/app/docs/user-guide/config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Config Files:
3939
- `min_frames` (int): Specify the minimum required frames for the tracking. Wee need this parameter to ensure there is at leas two strokes in the tracking result.
4040
- `changepoint_detection_threshold` (float): threshold value tor get additional change points by comparing second derivative with the rolling standard deviation and given threshold
4141
- `additional_changepoints_merge_threshold_in_ms` (int): threshold value in milliseconds to merge additional change points
42+
- `user_reaction_time_in_milliseconds` (int): reaction time of the user to stop the tracking when scene changed or tracking box shifts
4243
- `shift_top_points` (int): Shift predicted top points by given frame number. Positive values delay the position and negative values result in an earlier position.
4344
- `shift_bottom_points` (int): Shift predicted bottom points by given frame number. Positive values delay the position and negative values result in an earlier position.
4445
- `top_points_offset` (float): An fix offset to the top points (positive values move the point up and negative values move the point down). The offset respect the user defined upper and lower limit.

0 commit comments

Comments
 (0)