L larrytango Member Licensed User Longtime User Apr 20, 2012 #1 I'm wondering if any way exists to track colours using cam. For instance lets assume I have a red ball and it is top right of the cam , for it to know its top right?
I'm wondering if any way exists to track colours using cam. For instance lets assume I have a red ball and it is top right of the cam , for it to know its top right?
vb1992 Well-Known Member Licensed User Longtime User Apr 20, 2012 #2 You could find out if there is red pixels using this PixelColor = GetPixel (x As Int, y As Int) Returns the color of the pixel at the specified position. Upvote 0
You could find out if there is red pixels using this PixelColor = GetPixel (x As Int, y As Int) Returns the color of the pixel at the specified position.