as long as you're sure that this is what you want to do..
Code:
new Thread("Vision Processing Thread"){public void run(){
while(true){
camera.process()
try{
sleep(500);
}catch(Exception e){}
}
}}.start()
(apologies if syntax errrors i wrote this in the texte ditor)
__________________
FRC Team 1684 - Head Programmer (2013-2016)
FRC Team 5460 - Programming Mentor (2015-2016)

FIRST in Michigan - Technical Crew (2015-continuing)