View Single Post
  #1   Spotlight this post!  
Unread 28-01-2012, 10:07
nonomus nonomus is offline
Registered User
FRC #0201
 
Join Date: Jan 2012
Location: Michigan
Posts: 1
nonomus is an unknown quantity at this point
Question Rectangular Target Processing Optimization

Hello everyone.
Our team is currently trying to use Rectangular Target Processing in our Vision Processing loop. Although we were able to successfully integrate it into our code, it seems like the vision processing is slowing down all of the other code significantly. For example, when the vision processing is enabled, our motor code does not run fast enough, causing the motor to "skip" when it is supposed to be running continuously.
Can you recommend any ways with which we could optimize the vision vi? We are really using the color tracking in combination with reflective tape in order to get our target. We are also relying on the distance calculation as well as the target array that is created when a target is detected.
Reply With Quote