Re: [W] Image acquisition

2004-02-08 Thread Jean-Pierre Drolet
Hamid,

I have to upgrade an old Turbo Pascal (DOS) application to LabVIEW with the currently 
perfectly working hardware. The camera is
cooled with liquid N2. I've already began to write an interface to their  PVCAM DLL 
and it shouldn't required more than a dozen of
CLNs to get what I need.

Thanks to those who replied.

Jean-Pierre Drolet
Avensys


- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: Info-LabVIEW
Sent: Wednesday, February 04, 2004 3:54 PM
Subject: Re: [W] Image acquisition



Hi Jean-Pierre;

I had to look for this particular camera (photometrics 300). I did not spend much time 
but it seems to me that the camera is made
by Roperscientific and they also provide the frame grabber (PCI bus). By the sound of 
it, I guess the camera is RS170 and most
probably
has some special features which makes is so special! (I guess it communicates with the 
card).

Now, I don't know what exactly you want to do? I guessed you want to write a 
particular program in LV.

If you want to have the functionality of PVCAM (I think it is Roper's software) then 
you will need more information
regarding their DDL's and most probably their SDK.

If you can get hold of the pointer to the pixel values in the memory, (assuming you 
would know the image format)
then the rest of the job is a piece of cake!

But getting hold of "that" pointer may not be an easy job.

What would I do? I would buy a frame grabber from NI and a compatible camera according 
to my application and then
IMAQ 7 and viola!

If you need further help please contact me

Regards


+
Dr. Hamid R. Yazdi
Federal Mogul
Manufacturing technology
3935 Research park drive
Ann Arbor, MI 48108

Tel: 734 222 4108




[W] Image acquisition

2004-02-08 Thread Jean-Pierre Drolet
Hello all.

I'm not familiar with image acquisition and I have to communicate with a CCD camera, 
Photometrics CE 300, using its driver PVCAM.
The camera acquires a spectrum and the only processing required is to sum horizontal 
or vertical lines into bins.

I have LabVIEW 7 Pro and I would like to know if someone here can tell me what else is 
required to get this job done.

Thanks

Jean-Pierre Drolet
Avensys.




Re: [W] Image acquisition

2004-02-04 Thread Hamid_Yazdi

Hi Jean-Pierre;

I had to look for this particular camera (photometrics 300). I did not spend much time but it seems to me that the camera is made
by Roperscientific and they also provide the frame grabber (PCI bus). By the sound of it, I guess the camera is RS170 and most probably
has some special features which makes is so special! (I guess it communicates with the card).

Now, I don't know what exactly you want to do? I guessed you want to write a particular program in LV.

If you want to have the functionality of PVCAM (I think it is Roper's software) then you will need more information
regarding their DDL's and most probably their SDK.

If you can get hold of the pointer to the pixel values in the memory, (assuming you would know the image format) 
then the rest of the job is a piece of cake!

But getting hold of "that" pointer may not be an easy job.

What would I do? I would buy a frame grabber from NI and a compatible camera according to my application and then
IMAQ 7 and viola!

If you need further help please contact me

Regards


+
Dr. Hamid R. Yazdi
Federal Mogul
Manufacturing technology
3935 Research park drive
Ann Arbor, MI 48108

Tel: 734 222 4108


RE: [W] Image acquisition

2004-02-04 Thread Bruce Ammons
I don't really see a need for anything else for your application.  If
you are using a non-NI driver to acquire from the image, you should be
getting a 2D array from the camera.  If not, you should be able to
easily convert it to a 2D array.  The summing operations are standard
array manipulation.  You can always display the results using an
intensity plot or picture control.  If you want higher speed, you could
use the new image control in LV 7.  You might have to install IMAQ to
get that control.

Bruce

--
Bruce Ammons
Ammons Engineering
www.ammonsengineering.com
(810) 687-4288 Phone
(810) 687-6202 Fax



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Jean-Pierre Drolet
Sent: Wednesday, February 04, 2004 10:18 AM
To: Info-LabVIEW
Subject: [W] Image acquisition


Hello all.

I'm not familiar with image acquisition and I have to communicate with a
CCD camera, Photometrics CE 300, using its driver PVCAM. The camera
acquires a spectrum and the only processing required is to sum
horizontal or vertical lines into bins.

I have LabVIEW 7 Pro and I would like to know if someone here can tell
me what else is required to get this job done.

Thanks

Jean-Pierre Drolet
Avensys.