08-21-2009 04:59 AM
If it isn't possible by hardware measurement, could I use some convert method (RGB, CIEXYZ, Gray level) to find it?
08-21-2009 08:31 AM
08-22-2009 06:53 AM
My application is using a CCD camera to measure the luminance from an area of a background lighting board, that you mean it is possible to measure it? Could Labview do this function?
08-22-2009 08:30 AM - edited 08-22-2009 08:31 AM
08-23-2009 05:58 AM - edited 08-23-2009 05:59 AM
What's the type of your CCD camera? We use the PIACTON PIXIS to do spectra measurement with the photosphere.
so if you have the spectrum data, you can use the spectrum analyser to calculate the lumen and color point.
see attached.
ronke@163.com
08-24-2009 01:08 AM
08-24-2009 01:42 AM
Yes direct luminance is not possible as I had said earlier too. But If you can tell your application We can suggest you on how labview can do it
08-24-2009 11:11 PM
I drew my application, The snap application I have solved, but how can I extract the lumination data by labView?
And my camera is Prosilica EC650C.
08-25-2009 09:06 PM
Any suggestion?
08-25-2009 10:03 PM
If your image is a color image, then IMAQ ExtractSingleColorPlane.vi may help you extract Luminance information.
If the image is monochromatic, then the image could be regarded as a 2-D array and the elements represent the luminance distribution in the area. You can use the IMAQ imageToArray VI to get the pixel array from an image.