"If I had a nickel for every time our robot actually worked, I'd have one whole nickel. It was fail. Epic fail." - lol, a team at the NYC FTC tourny - Akash Rastogi [more]
So how did you go about sending the prossesed data to the crio?
We programmed our robot in Java and used TCP sockets along with JSON data. The relevant robot-side code can be found here https://github.com/Team3309/FRC2012/...Subsystem.java and the "server" side should be in our GitHub project should be called RobotVision. I have better examples of JSON+TCP code that I can send if you would like.