MAlba124

Results 19 comments of MAlba124

@RohanPunjani I think the problem is that only BGRA frames are sent from the capturer: https://github.com/helmerapp/scap/blob/1b7c70df754ee9c2c4e040266f45d16354367bd7/src/capturer/engine/win/mod.rs#L82-L84 https://github.com/helmerapp/scap/blob/1b7c70df754ee9c2c4e040266f45d16354367bd7/src/capturer/engine/win/mod.rs#L102-L104

Have you done any interpolation on the image?

The docs fails because libpipewire and libspa is not available on the docs.rs system, see: [log](https://docs.rs/crate/scap/0.0.5/builds/1230924). #95 already includes the proposed fixes.

What OS are you running it on? Could you share the code you tested?

Could you share some code that reproduces this issue?

I suggest putting this behind a feature.

@Auricmondal See the [features section in the Cargo book](https://doc.rust-lang.org/cargo/reference/features.html). I'm thinking it should be optional to to have audio capture as not all applications will use it. As for the...

I'm able to reproduce. The reason for this is because the wayland implementation ignores the `fps` option and just forwards all the frames it receives to scap consumer, in this...