scap
scap copied to clipboard
Giving FPS Parameter Isn't Working Properly
Hi,
let capturer_options = capturer::Options {
fps: 100000,
..Default::default()
};
let mut recorder = Capturer::build(capturer_options).unwrap();
no matter what I give even a value 0 or something bigger like an example above doesn't change anything.
I'm using Hyprland
Is this problem going to be fixed by this: https://github.com/CapSoftware/scap/pull/149
Is this problem going to be fixed by this: https://github.com/CapSoftware/scap/pull/149
Yes