LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

apogee camera

Hi Juda

tanks

your examples are usefull but my another problem is : this example like all of the example of LabVIEW write with Display but in my cod as you see in my first  post I use the Intensity graph and I do not know how can I change intensity graph to Display or use Display in my code!!

 

yes, I can acquire a single image but I want use binning also.

 

Best regards

0 Kudos
Message 11 of 18
(841 Views)

Hi VSA 

 

There is a VI in the Vision Toolkit called IMAQ Array to Image that transforms the U16 array to the Picture data type.

 

Does the binning display an error or how are you noticing that the binnin is not working?? 

Juan Arguello Director Support Services @NI
0 Kudos
Message 12 of 18
(836 Views)

I use IMAQ Array to Image also befor and I attached my post and in  this program I have not error and my camera take picture but I can not see anythings in image Display , mybe because of my camera is 16 bit but I don t know really what is the happen!!

 about Binning : when I use that my image change to only half of the my Intensity Graph and I had not image as clear as befor.

 

thanks very much

0 Kudos
Message 13 of 18
(828 Views)

Hola VSA

 

La resolución de Binning sirve para bajar la resolución de la imagén y sirve para eliminar algunos errores de la adquisición de la imagen. Y con referencia al "Image Display"  asegurate que este configurado para snapshot, de esta manera la imagen se queda en memoria. 

 

Lo que podrías checar también es verificar que en el vi "IMAQ array to image" lo tengas conectado a la entrada de 16 bits.

 

Saludos!!!!

Jaime M
AE México
National Instruments

...porque soy de aquí y de todas partes; he venido en pos de compartir...
0 Kudos
Message 14 of 18
(820 Views)

Hola Jimm

what do I do that the image is not staying in memory ?

sorry I don not know spanish!!!

Regards

0 Kudos
Message 15 of 18
(804 Views)

Hi VSA 

 

The Binning Function does not improve Resolution in Fact it Decreases Resolution to reduce Noise in your image.

 

You need to configure the Picture Display to the "Snapshot" so the display maintains the image on the Front Panel

 

Juan Arguello Director Support Services @NI
0 Kudos
Message 16 of 18
(799 Views)

Hi

You told I need to configure the Picture Display to the "Snapshot", but my program have a loop and for every loop my camera s shutter opened and closed.

and you mean somthing like that,don't you?

Regards

 

0 Kudos
Message 17 of 18
(775 Views)

The Snapshot configuration is for the Picture Display Control on your Front Panel, this option tells the Picture Display to save the picture that the camera has taken on each iteration of the loop and maintain it on the display until the next image is captured. The way you want to capture the images and how fast you want to capture each image is configured on your code and you can change it to meet your requirements.

 

 

Juan Arguello Director Support Services @NI
0 Kudos
Message 18 of 18
(757 Views)