Login  Register

Re: Capture plugin for 64bit Java

Posted by Akira Funahashi on Oct 03, 2012; 1:08pm
URL: http://imagej.273.s1.nabble.com/Capture-plugin-for-64bit-Java-tp5000270p5000292.html

Hi,

Thank you so much for your feedback!

On Wed, Oct 3, 2012 at 5:38 AM, Gabriel Landini <[hidden email]> wrote:
> 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.

Thank you for the news. We've updated our web page.

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

Thank you for the report. We've fixed the code. Updated version of our plugin is
on our web page:

http://fun.bio.keio.ac.jp/~funa/ij/

Updated version requires [ESC] or [Space] key to be pressed to quit the plugin
(I guess this is the same behavior with QuickTime Capture plugin).
Also, whenever you close the plugin window, it will turn off the webcam.

> * 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);
> }

Thank you for the sample code. We confirmed that now this above Macro
works on our plugin.
--
Akira & Yuki

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