LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with displaying image after image processing

Solved!
Go to solution

I need to do an image process(to get some info) but after I do it original i can't print the original image. 

Ekran Alıntısı1.PNG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Ekran Alıntısı2.PNG

 

Download All
0 Kudos
Message 1 of 7
(3,899 Views)

If you want to preserve original image without being changed, You should copy(IMAQ Copy) the original image to another buffer by creating user buffer( IMAQ create).

Thanks
uday
0 Kudos
Message 2 of 7
(3,892 Views)

I still have the same problem

 

aaa.PNG

 

 

aa.PNG

0 Kudos
Message 3 of 7
(3,882 Views)
Solution
Accepted by topic author aaa_aaa

The default Image Type is grayscale. You need to create RGB(U32) type buffer.

 

Spoiler
For Your problem: Just use IMAQ Create and give a meaning full name and not untitled, with default ImageType and connect to Image Dst input of IMAQ ExtractSingleColorPlane.

-The code is not at all following DATA FLOW principle on which LabVIEW works.

 

-Please refrain from using Express VIs and start using Low-level VIs.

-Please go through below links to start learning about LabVIEW

NI Learning Center

NI Getting Started

LabVEW Basics

3 Hour LabVIEW Introduction

6 Hour LabVIEW Introduction

LabVIEW Graphical Programming Course

Using the Context Help Window

LabVIEW Inbuilt Examples

Thanks
uday
Message 4 of 7
(3,872 Views)

You aren't making the copy until after the loop is finished and the image is already modified

0 Kudos
Message 5 of 7
(3,867 Views)

thank you I solved my changing name I know I have to go through some tutorials I don't have time right now. I will keep using the Image acqusition But I won't use vision asistan as an express.

Why the "untitled" didn't work

 

0 Kudos
Message 6 of 7
(3,848 Views)

Capture.JPG

0 Kudos
Message 7 of 7
(619 Views)