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).

Home Page:https://docs.rs/xcap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi Monitor fullscreen screenshot error

JesuisTong opened this issue · comments

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.

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