nashaofu / xcap

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).
https://docs.rs/xcap
Apache License 2.0
459 stars 55 forks source link

Multi Monitor fullscreen screenshot error #108

Closed JesuisTong closed 6 months ago

JesuisTong commented 6 months ago

Platform: win10 xcap version: 0.0.4

I tested with two monitors and one is fullscreen, another is not. And i can't capture the fullscreen screenshot. I use from_point to get the monitor that i want to capture, but got wrong monitor.

JesuisTong commented 6 months ago

Ok, it's not problem with xcap, just because different scale factor between two screen that make me get wrong screen.