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

Thanks for the library, works great with just that issue.

enhancement

frame does not update when capturing windows that are games. Way round this is to take the whole monitor and grab the window rect off the monitor. Not sure if...

图片转base64等操作可以加上去吗?

我的电脑是archlinux,桌面环境是kde Wayland,在release模式下编译,循环截图六十次耗时约12秒。我想实时进行屏幕共享,这个速度有点慢,想知道有优化空间吗?以及在Windows,x11和mac的桌面环境下性能表现怎么样?

e.g. a `x11` feature to depend xcb and support x11, a `portal` feature to depend dbus and support screenshot via xdg-portal, a `wlroots` feature to support wlroots-based compositors. And, why...