|
Re: Robot drive and camera interaction not working
My guess is that processing the camera image is taking longer then the frequency of the driver station packets (20 ms). Have you tried timing each of the operations? You might have to break up the processing for each step (1st time through the loop get the image, 2nd time through the loop threshold the image, etc).
|