Login  Register

Re: Capture plugin for 64bit Java

Posted by Gabriel Landini on Oct 02, 2012; 8:38pm
URL: http://imagej.273.s1.nabble.com/Capture-plugin-for-64bit-Java-tp5000270p5000279.html

 On Tuesday 02 Oct 2012 16:51:26 Akira Funahashi wrote:
> We created an yet another capture plugin which works with 64bit Java.
>
>   http://fun.bio.keio.ac.jp/~funa/ij/
>
> We've tested this plugin with 64bit version of ImageJ & Fiji on my
> MacBookPro (10.7.5 Lion, and 10.6.8 SnowLeopard), but it might
> work on other operating systems (Windows & Linux).

Sugoi!!
This works well under linux 64 (the only detail is that one needs a different
jar file from the javacv package: instead of the javacv-macosx-x86_64.jar, I
needed the javacv-linux-x86_64.jar.

A couple of improvements:
* to be able to switch off the webcam (other than closing IJ). The "q" command
does not work under linux

* to be able to capture a sequence of images. For example this does not work
either:

for (i=0;i<10;i++){
 selectWindow("iSight Capture");
 run("Duplicate...", "title=Capture"+i);
}

For some reason the "iSight Capture" window appears in the window list under
the menu, but cannot be selected.

Many thanks for posting this, finally a webcam capture that runs under linux
straight away!
Cheers

Gabriel

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html