LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i get the raw data from basler camera spl4096 140km??

Hello

I have a basler camera spl4096 140km and I want to get line Intensity profile in real time(raw data), not 0-255 index

How can I get it? Can i get it?

I have VAS not VDM.

Thanks.

 

0 Kudos
Message 1 of 5
(3,253 Views)

It would be helpful to see some code.

 

I'm assuming you have the correct Camera Link interface hardware in your PC.  I've mostly used USB and GigE (TCP/IP) cameras, which use IMAQdx, so I'm not sure which IMAQ "flavor" you will need.

 

I don't understand your question -- neither what you want to do, nor the specifications (frame rate, data format, etc.).  What does 0-255 index mean?

 

Bob Schor

0 Kudos
Message 2 of 5
(3,211 Views)

Thank you for atteding.

 

I understand that.. if the intensity of incident light is 100, for example, the camera will accept light and change the intensity (100) to change 2 by taken log function. In this case, 100 is raw data and 2 is data from camera.

 

0-255 index means By using 8 bit camera, all intensities are changed like the process i told.

 

I want to use raw intensity data ... how can i use it? 

 

Thanks.

 

0 Kudos
Message 3 of 5
(3,207 Views)

Attach your VI(s) that use this Camera.

 

BS

0 Kudos
Message 4 of 5
(3,204 Views)
How you are acquiring data from camera?
-What is your Video Output Format?
-What is the bit depth of image?
-What is raw data format?
-By default LabVIEW uses 8bit for acquisition, so change acquistion to 16bit using http://digital.ni.com/public.nsf/allkb/A9F3B3352CA802798625780A006DB749
-Know more about 16bit images in LabVIEW: http://digital.ni.com/public.nsf/websearch/3C727E03F004EA528625714900706CA0?OpenDocument
-The 16-bit option can work for any image depth less than or equal to 16 bits.
-Use Bit Shifting to get the 12 bit data from 16bit image: http://digital.ni.com/public.nsf/allkb/3C03FE2B63D1AFC586256C91006F50BF
Thanks
uday
0 Kudos
Message 5 of 5
(3,199 Views)