Re: Real time video in ImageJ

Posted by Marcel on
URL: http://imagej.273.s1.nabble.com/Real-time-video-in-ImageJ-tp4999816p4999821.html

One option would be to use the Java OpenCV library:

http://code.google.com/p/javacv/

With this library you can e.g. grab the frames from a webcam etc.