Hey,
I stumbled across your repo and it got me into making my own bots. Never had experience with Python but i made a bot for the nopixel Thermite game. Now i wanted to covert your code to a different style butit brought some issues.
This is the style i want to convert.

It looks like this when you put the cv2.COLOR_BGR2HSV over it.

Now i checked if it was recognizing this different style by print(state == FOUND) and it kept returning FALSE. With the style from the website you tested on it works perfect and i always get a TRUE. Do you have a sollution for this?
Hey,
I stumbled across your repo and it got me into making my own bots. Never had experience with Python but i made a bot for the nopixel Thermite game. Now i wanted to covert your code to a different style butit brought some issues.
This is the style i want to convert.

It looks like this when you put the cv2.COLOR_BGR2HSV over it.

Now i checked if it was recognizing this different style by print(state == FOUND) and it kept returning FALSE. With the style from the website you tested on it works perfect and i always get a TRUE. Do you have a sollution for this?