Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TTangNingzhi committed Dec 25, 2023
1 parent b1933d0 commit df5e640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/java/trackers/ScreenRecorder.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class ScreenRecorder {
* 2: started, paused; only resumeAction enabled
*/
int state = 0;
int frameRate = 12;
int frameRate = 4; // higher frame rate (e.g., 12) will result in larger file size and blurry video
private FrameRecorder recorder;
private FrameGrabber grabber;
private final ArrayList<String[]> timeList = new ArrayList<>();
Expand Down

0 comments on commit df5e640

Please sign in to comment.