06-10-2013 11:20 AM
I need to get exposure values of pictures and I would like to access this from the metadata. Is there a way to do this? If not is there a way to store this data while the camera is takes pictures in a matrix?
06-11-2013 04:15 AM
I'm not aware of a standard LabVIEW library to do that (and it would get complicated to do as there are many different metadata formats for the different picture types). However I'm aware of this library which is a very thorough Java library to extract metadata from many different image formats. If I had to get metadata from a specific image format I would take this Java library and reimplement the specific format in LabVIEW.
06-11-2013 06:32 AM
Hi
You can use this ActiveX solution:
http://www.x360soft.com/products/exifviewer/
For the forumpost (http://forums.ni.com/t5/Machine-Vision/Extract-metadata-from-jpg-date-picture-taken/m-p/870898#M2225... it helped.
best regards
Bernhard
06-12-2013 05:17 AM
Hello, thak you for the reply
My supervisor wants me to do this using only labview. THe program is supposed to take pictures every 10 minutes and then multiply the luminance with the exposure values. If it cannot be extracted from the picture, can this information be saved in an array when the pictures are taken.
06-12-2013 07:42 AM
try this link
there are good .net example who can extract Matadata from file.
06-17-2013 03:31 AM
hm so i had a problem because the pictures did not have the values stored as metadata. is there a way to store them during runtime?
06-17-2013 01:01 PM
how do you make your pictures? with which type of camera and which format do you use?
You need a format as explained in the following link .
07-01-2013 04:41 AM
I am using this right now but I don't have any values for exposure.