smasherprog / screen_capture_lite

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

Handling display change events. #143

Open xtremekratos opened 1 year ago

xtremekratos commented 1 year ago

Is there any better way for handling of display changes, such as adding/removing a display or changing the resolution of a display, without restarting the capture on all the displays.

smasherprog commented 1 year ago

No, If you want to give it a shot, and do a PR thats awesome!

The reason is that, for the 99% usecase, things wont change and when they do, the cost of restarting is perfectly acceptable. For the above reason i didnt implement a more dynamic solution. But, like I said if you wana try writing the code; I Love PR's