LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save light meter image screen

Hi,

I'd like to save the light meter image screen in a jpeg or tiff file.
The exemple "Light Image metter" is great but i can't save the colored image screen of emission, when i save the output image, it's always in black and white.
It's possible to save this colored emission image ??

Thanks for your help

Aurélien
0 Kudos
Message 1 of 8
(3,107 Views)
What light meter image and example are you talking about? Is this an image on an instrument display or is a LabVIEW indicator? If it's a LabVIEW control, you can use the method Get Image of a control and then use the Write JPEG File to save it. If it's the image on an instrument, then you need to check the manual for the instrument or contact the manufacturer.
Message 2 of 8
(3,091 Views)

Light meter image is a example of the Vision Labview Programme (:\Program Files\National..\Labview...\Exemlpe\Vision\Application\light meter)

The image that i d like to save is the image indicator (labview indicator)

I try the method Get image but, the output is a array of data not an image ?!?

Please help...

0 Kudos
Message 3 of 8
(3,084 Views)
The output is an image data cluster that is wired directly to the Write JPEG image data input. You've also got IMAQ WriteFile that takes an image data type and saves it in an a number of formats. If you use this, you might have to specify a color table. I've only used the get image method and Write JPEG.
Message 4 of 8
(3,078 Views)

I'm sorry but i don't see what you mean...

May  be you can post a example, because i'm lost. When I right-click on my image indicator, i create a methode, then GetImage but the cluster is only a cluster of numeric (whitout image wire type)

 

Thanks again   

0 Kudos
Message 5 of 8
(3,070 Views)
Message 6 of 8
(3,068 Views)
Hi,

Thanks, i didn't known this vi (write jpeg file.vi).

After some modifications i find a solution so, once again thanks !!
0 Kudos
Message 7 of 8
(3,052 Views)
Thanks to you, I can post these beautiful Solar Cell emission images !!!

Thanks again


0 Kudos
Message 8 of 8
(3,045 Views)