Skip to content

Commit 81b4dd6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Config Files:
2424
- `max_playback_fps` (int): Limit the max player speed in the tracking preview window (0 = disable limit)
2525
- `preview_scaling` (float): Set the preview image scaling factor. With a value of `1.0`, the window should fill the height or width of the screen depending on the aspect ratio of the video.
2626
- `tracker`: (str) Specify the tracker algorithm. Available options are `'MIL'`, `'KCF'`, `'CSRT'`.
27-
- `notification_sound` (str) Specify the wav file to play when tracking finished (write 'off' to disable the sound notification).
27+
- `notification_sound` (str) Specify the `wav` file to play when tracking finished (write 'off' to disable the sound notification).
2828
- `tracking_lost_time` (int) Time in milliseconds at which the tracking is stopped if the selected feature is not found.
2929
- `scene_detector` (str): Specify the scene detector algorithm. Available options: `'CSV'`, `'CONTENT'`, `'THRESHOLD'`
3030
- `raw_output` (bool): Output an position for each frame. This option disable post processing!

0 commit comments

Comments
 (0)