(no subject)
Posted by Girault France on Jun 23, 2006; 11:32pm
URL: http://imagej.273.s1.nabble.com/no-subject-tp3702377.html
Dear all,
In one of my previous post, I had a question for an automatisation of a plugin (plugin for a SensiCam camera). I've played with the source code of the plugin and now it seems to work quite well when I open it... It takes automatically an image .
Now I would like to let the plugin open while making a loop constiting of the movement of a microscope stage (written in the same macro that call my sensicam plugin).
While the loop is running, I would like to take images by calling the plugin again (which has to stay open). On the interface of this sensicam plugin, capturing an image can be done by clicking on a specific button.
In case, it's not possible for whatever reason, I would like to run the plugin at some point in my main macro (which runs the loop) and then close it after the automatic capture of the image.But of course, it doesn't close when I run close():
run("camera"); //it runs by using a shortcut otherwise, it doesn-t work
close(); //It doesn't work
In case anybody have any suggestions that could help me, I would be more than happy !!
many thanks !
france