Log in

View Full Version : Offboard Camera Processing, SmartDashboard


phynix
12-01-2013, 01:05
Hello all,

How would I be able to do offboard vision processing on the dashboard? Would I have to create a separate widget/extension in SmartDashboard that gets, processes, and then sends the final data to the robot? If so, what library would we use to process vision (I've heard that some teams use JavaCV to do it [OpenCV wrapper for java])? And would the whole thing be self contained in one class that does everything?

Thanks!

-Phynix

virtuald
15-01-2013, 09:31
Yes. Look around for the square tracker sample for SmartDashboard.