LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NEF image format in Labview

Hi,

I need to load a NEF image into labview. NEF (Nikon Electronic Format) is Nikons own RAW image format.

Is there anybody who knows how to do it?

 

Thanks!

0 Kudos
Message 1 of 6
(3,303 Views)

http://www.coolutils.com/CommandLine/TotalImageConverter

 

Its not Free but if, you are getting paid less than 20$ for the time it would take you to write it yourself you are either a very fast programmer or seriously underpaid


"Should be" isn't "Is" -Jay
Message 2 of 6
(3,298 Views)

RAW/NEF isn't actually a picture - it's got all the ingredients for an image, but you have to "cook" it first.

Adjustments like levels, gamma, exposure, brightness/contrast, and color balance aren't actually applied yet. 

 

Apple has their "ImageIO" library that can deal with most RAW formats, Microsoft may have something but it's not included with the op system.  Nikon's CaptureNX can obviously work with those files. 

 

Are you after the image that's shot as a .NEF, or are you trying to "cook" that image in LabVIEW?

0 Kudos
Message 3 of 6
(3,280 Views)

Hi,

well, I do not want to cook the image. I just want to read the NEF image into Labview for analysis. Reading RAW is easy (reading binary file).

Do you have a vi or dll do this?

 

Thanks.

 

 

0 Kudos
Message 4 of 6
(3,238 Views)

Hi,

thanks for your answer.

My goal is to read a NEF image into Labview. Reading RAW is easy.

Can I hook  up to tools you mentioned with Labview?

 

Using a converter program to convert NEF to RAW is no option, I must deal with many NEF images in an automatic way.

 

Thanks.

 

 

0 Kudos
Message 5 of 6
(3,236 Views)

yup, just call the converter with system exe.vi-  there are command line hooks! there is apparently even a batch process.


"Should be" isn't "Is" -Jay
0 Kudos
Message 6 of 6
(3,216 Views)