I've got this code that can detect a green object when it appears on the screen.
Here is the piece I am trying to alter
greenLower = (29, 86, 6)
greenUpper = (64, 255, 255)
Now I am trying to have the code to detect the white ball in the following images.
But I have been struggling with it.