LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

output raw image data

Hi,

 

I'm using an industrialized camera. However, the labview program comes with it can only output 8-bit image. I am trying create a program that will only output the raw data image not the processed image, because I need image that's at least 10-bit. Any suggestions?

 

P.S. I'm a new user to LabView and I'm using the 2012 version.

 

Thanks.  

0 Kudos
Message 1 of 6
(2,964 Views)

Would you be able to modify the existing LabVIEW program by inserting a string indicator before the processing steps? Then you can manipulate the data however you want.

 

I don't know if this will help, but once you have a binary file, you can read it directly with this:

 

BinaryRead.png

 

Cameron

 

To err is human, but to really foul it up requires a computer.
The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
Profanity is the one language all programmers know best.
An expert is someone who has made all the possible mistakes.

To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):

LabVIEW Unit 1 - Getting Started</ a>
Learn to Use LabVIEW with MyDAQ</ a>
0 Kudos
Message 2 of 6
(2,957 Views)

Thank you for your reply and help. I definitely want to try the method you mentioned. However, the program I have is an extremely complex one, it has 4 sequences and several cases. I am not sure if it will affect the prorgram if I only change one sequence.

 

Would you still suggest to revise the existing program or write a new one?

 

Thanks!

0 Kudos
Message 3 of 6
(2,948 Views)

You could try it and see if it works, it should be faster than writing one from scratch. Did you try any of the suggestions put forward in the other thread you posted this question in?

 

Cameron

 

To err is human, but to really foul it up requires a computer.
The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
Profanity is the one language all programmers know best.
An expert is someone who has made all the possible mistakes.

To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):

LabVIEW Unit 1 - Getting Started</ a>
Learn to Use LabVIEW with MyDAQ</ a>
0 Kudos
Message 4 of 6
(2,946 Views)

What camera are you using, usually many industrial cameras can be set to acquire in 8, 10 and sometimes even 12 and 16bit mono (depends on the a-d convertrer and dynamic range of the sensor).  This requires that you set the camera into such a mode and then acquire to 16-bit imaq spaces.

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 5 of 6
(2,936 Views)

The camera I am using is from IDS. It can only process 8-bit image. 

0 Kudos
Message 6 of 6
(2,930 Views)