Detect color change and then click
Hi, i would like to create a program that can detect a color change in a region of interest and then click where that happened, and i'm not too sure about where to start with this project. The picture below is the two different colors i would like to keep track of. The program would need to record my screen because the colors change every once in a while.
Your help is very much appreciated.
Is the color changed triggered by the user? Do you really need to analyze the picture for this?
...and do you want to trigger an event in your code or you want to emulate a (system-wide) mouse click? The first part is easy, the second is much mode difficult.
I would say for me its the other way around - but it depends on what you are trained best.