[feat] set screen capture frame rate to 60 fps

This commit is contained in:
dijunkun
2025-10-15 15:42:42 +08:00
parent 69a4dfcbb9
commit 22cc552e85
5 changed files with 8 additions and 8 deletions

View File

@@ -52,7 +52,7 @@ class ScreenCapturerX11 : public ScreenCapturer {
std::atomic<bool> running_{false};
std::atomic<bool> paused_{false};
std::atomic<int> monitor_index_{0};
int fps_ = 30;
int fps_ = 60;
cb_desktop_data callback_;
std::vector<DisplayInfo> display_info_list_;