Vision Processing on a Laptop

How can we effectively use a laptop to process the images being received form the robot to highlight the targets?

We are using java for the robot code.

SmartDashboard plugin, OpenCV, RoboRealm

This tutorial is very useful. WPI also provides code. Check it out and let me know what you think/if it works!

http://wpilib.screenstepslive.com/s/3120/m/8731

This has been discussed. Here is a solution in Java. You will not be able to use the NI Vision libraries (assuming they are still unable to connect to a hub-connected camera), but will be able to use very powerful systems like OpenCV, etc.

http://www.chiefdelphi.com/forums/showthread.php?p=1012897#post1012897

NI image processing libraries are independent of image acquisition. The LabVIEW example code last year and this year both demonstrate using NI Vision on the PC. The CVI version of vision exposes C entry points to the same functions.

Greg McKaskle