Re: ImageJ driver available for ProgRes=?iso-8859-1?Q?=AE?= microscope ca meras for MAC and Windows

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: ImageJ driver available for ProgRes=?iso-8859-1?Q?=AE?= microscope ca meras for MAC and Windows

Ludwig Eckl
Hello Gabriel,
 
in the Software  is a possibility to trigger the camera.
 
Configures trigger mode for ProgRes® triggerable cameras (except ProgRes® C3 and ProgRes® C5).

 

 

 
Hope that helps.
 
Thank you for asking
 
 
Sincerely yours
 
Ludwig Eckl
Director, Sales and Marketing  
Digital Imaging Products  
 
LIEBMANN OPTICAL COMPANY, Inc.
1 Industrial Parkway
Easthampton, MA 01027-1164 USA

Telephone:  (413) 527-0079 Ext. 300
Cell:             (413) 262-5940
Fax:              (413) 527-5132

E-Mail:  [hidden email] <mailto:[hidden email]>   [hidden email]
Internet: www.liebmann.com


________________________________

From: ImageJ Interest Group on behalf of Gabriel Landini
Sent: Thu 9/25/2008 03:20
To: [hidden email]
Subject: Re: ImageJ driver available for ProgRes® microscope cameras for MAC and Windows



On Thursday 25 September 2008 02:28:16 Ludwig Eckl wrote:
> ImageJ driver available for ProgRes® microscope cameras from Jenoptik
> "The integration of ProgRes® camera control into ImageJ functionality via a
> proprietary driver will facilitate easy and direct image acquisition with
> ProgRes® microscope cameras as of now. This will significantly simplify
> image analysis and automated processing procedures for users of this
> software that has already been adopted worldwide.", says Wolfgang Keller,
> General Manager Digital Imaging.

Hi
Does anybody know if the camera can be controlled from within a IJ macro?
I.e. can one trigger acquisition programmatically, in addition to clicking
buttons?

Thanks

G.
Reply | Threaded
Open this post in threaded view
|

Re: ImageJ driver available for ProgRes=?iso-8859-1?Q?=AE?= microscope ca meras for MAC and Windows

Gabriel Landini
On Thursday 25 September 2008 12:48:26 Ludwig Eckl wrote:
> in the Software  is a possibility to trigger the camera.
> Configures trigger mode for ProgRes® triggerable cameras (except ProgRes®
> C3 and ProgRes® C5).

Hi Thank you for the quick reply,  but I guess that my question was not very clear.

Can one write a macro that, let's say, takes 5 images on a row?

If so, can you post an example macro?
(I mean, what macro function calls the camera command to trigger an image shot?)

Thank you

Gabriel
Reply | Threaded
Open this post in threaded view
|

AW: ImageJ driver available for ProgRes=?iso-8859-1?Q?=AE?= microscope ca meras for MAC and Windows

Thomas Bauersachs
Hello Gabriel

In case of a PCO camera (e.g. pco.1600) the respective macro looks like this:

        call("PCOdotCamera_.PCO_macrocall", "aquire");
        call("PCOdotCamera_.PCO_macrocall", "aquire");
        call("PCOdotCamera_.PCO_macrocall", "aquire");
        call("PCOdotCamera_.PCO_macrocall", "aquire");
        call("PCOdotCamera_.PCO_macrocall", "aquire");


Maybe this gives you an idea.

Thomas


Thomas Bauersachs
Sales Engineer

PCO AG
Donaupark 11
93309 Kelheim, Germany
Fon: +49 (0)9441 2005 38
Fax: +49 (0)9441 2005 20
[hidden email]
www.pco.de








-----Ursprüngliche Nachricht-----
Von: ImageJ Interest Group [mailto:[hidden email]] Im Auftrag von Gabriel Landini
Gesendet: Donnerstag, 25. September 2008 14:59
An: [hidden email]
Betreff: Re: ImageJ driver available for ProgRes® microscope ca meras for MAC and Windows

On Thursday 25 September 2008 12:48:26 Ludwig Eckl wrote:
> in the Software  is a possibility to trigger the camera.
> Configures trigger mode for ProgRes® triggerable cameras (except
> ProgRes®
> C3 and ProgRes® C5).

Hi Thank you for the quick reply,  but I guess that my question was not very clear.

Can one write a macro that, let's say, takes 5 images on a row?

If so, can you post an example macro?
(I mean, what macro function calls the camera command to trigger an image shot?)

Thank you

Gabriel