File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ class OpenCV_GUI_Parameters:
2222 skip_frames : int
2323 end_frame_number : int
2424 preview_scaling : float = float (SETTINGS ['preview_scaling' ])
25- text_start_x : int = 50
26- text_start_y : int = 50
27- text_line_height : int = 25
28- font_size : float = 0.6
25+ text_start_x : int = 40
26+ text_start_y : int = 40
27+ text_line_height : int = 28
28+ font_size : float = 0.75
2929 fps_smoothing_factor : int = 100
3030 window_name_prefix : str = "MTFG"
3131 notification_sound_file = NOTIFICATION_SOUND_FILE
Original file line number Diff line number Diff line change 44test_video = './tests/data/example1.mkv'
55
66params = OpenCV_GUI_Parameters (
7- video_info = FFmpegStream .get_video_info (test_video )
7+ video_info = FFmpegStream .get_video_info (test_video ),
8+ end_frame_number = - 1 ,
9+ skip_frames = 1
810 )
911
1012ui = OpenCV_GUI (params )
You can’t perform that action at this time.
0 commit comments