smasherprog / screen_capture_lite

cross platform screen/window capturing library
MIT License
638 stars 156 forks source link

Capturing Multiple monitors together. #142

Closed xtremekratos closed 1 year ago

xtremekratos commented 1 year ago

Is it possible to Capture Multiple monitors together at a time? If so how exactly can it be done also is there any plans to implement it. Thank you..

smasherprog commented 1 year ago

monitors are captured separately. Its up to the developer to glue them together. This is mostly because the Operating system methods to capture is based on capturing a monitor or a window, not groups.

xtremekratos commented 1 year ago

Thank You.