CapSoftware / scap

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

fix: capture check #36

Closed ZohebMOPO closed 7 months ago

ZohebMOPO commented 9 months ago

Prevents from running another capture instance if one is running already at a given time.

clearlysid commented 7 months ago

We will rethink this approach slightly, because it IS a possible (though rare) use-case where folks might intentionally want to run multiple captures at the same time.