dewgenenny / ScreenSync

ScreenSync is a python utility to synchronise current displayed screen colour with a RGB LED strip using a 'Magic Home' type controller
MIT License
22 stars 4 forks source link

Customizable color detection area? #1

Closed JaeXun closed 2 years ago

JaeXun commented 3 years ago

This script works well, nice job. Is there a way I can adjust the color detection area? I use an ultrawide monitor and noticed it only captures a particular area, the top left corner and would like to maybe customize it. Thank you for all the good work.

dewgenenny commented 2 years ago

Hey, I'm working on this! The version I just released allows you to select bounding box sizes, however they're based on a 1080p monitor. Will work on a version that is based on percentages of the screen instead.

dewgenenny commented 2 years ago

Hey @JaeXun I just uploaded a new release that allows you to choose from small (5%) through to xlarge (50%) of the screen to be used as the bounding box / color detection area. You can use the GUI to select and it will be changed on the fly :)