scap icon indicating copy to clipboard operation
scap copied to clipboard

Giving FPS Parameter Isn't Working Properly

Open Tahinli opened this issue 10 months ago • 1 comments

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

Tahinli avatar Mar 08 '25 17:03 Tahinli

Is this problem going to be fixed by this: https://github.com/CapSoftware/scap/pull/149

Yes

MAlba124 avatar Mar 10 '25 17:03 MAlba124