CapSoftware / scap

High-performance, cross-platform screen capture library in Rust.
https://crates.io/crates/scap
Other
231 stars 44 forks source link

[Mac/Windows] Question on Options.FrameType versus Frame #110

Open valenotary opened 3 months ago

valenotary commented 3 months ago

Not sure if this is just a bug with the library or just a limitation based on the hardware but On my Mac, I can request a FrameType::RGB and each Frame I get back is also RGB.

However, on Windows I request a FrameType::RGB and each Frame I'm getting back is BGRA 🤔

Do we always need to match for every Frame even when requesting a specific FrameType?