04-24-2013 05:16 PM
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
04-24-2013 05:27 PM
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??
04-24-2013 05:53 PM
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
04-24-2013 06:26 PM
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!!!!
04-25-2013 12:08 PM
Hola Jimm
what do I do that the image is not staying in memory ?
sorry I don not know spanish!!!
Regards
04-25-2013 01:22 PM
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
04-29-2013 04:28 PM
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
05-05-2013 10:12 PM
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.