xcap icon indicating copy to clipboard operation
xcap copied to clipboard

XCap is a cross-platform screen capture library written in Rust. It supports Linux (X11, Wayland), MacOS, and Windows. XCap supports screenshot and video recording (to be implemented).

Results 29 xcap issues
Sort by recently updated
recently updated
newest added

I was wondering if the maintainer would welcome a PR adding a "rayon" feature to this crate to pass through the feature to the underlying image crate to allow parallel...

Run ``` cargo run --example monitor_capture ``` The output images contain the mouse cursor. Is there any way to hide the mouse cursor?

* 微信群 ![image](https://github.com/nashaofu/xcap/assets/19303058/c27cf79f-5bae-489f-b155-58335416eab7) * 个人微信号 ![image](https://github.com/nashaofu/xcap/assets/19303058/99e99458-5c84-4946-9929-98009c93e5cc)

It only shows background window. Brave is running, but I don't why it isn't capturing it.

I was looking a bit into the code because I noticed the title of a window's struct is not updated. While looking at the code I saw that first the...

In current implementation we have really bad performance on most Linux+Wayland environments. With pipewire the performance will be significantly improved

Hi, I captured all the windows available and showed a preview to the user but for some reason the mac screenshare indicator did not go away Is this something to...

I'm attempting to capture fullscreen application windows that may not always be visible, which becomes a problem when xcap only detects and captures windows in the desktop or the fullscreen...

It has a `core dumped` error when I use screenshots-rs with Tauri at **Archlinux**. See (https://github.com/tauri-apps/tauri/issues/8466). @nashaofu can you help me to figure out what is caused.

Halo, i try to capture from current active window in rust. I use [active_win_pos_rs](https://github.com/dimusic/active-win-pos-rs) to track position from current active window and capture using `capture_area`, but somehow if the current...