LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help with IMAQ RESAMPLE

I loaded an image and then try to resample it  using IMAQ resample, I change the value of the resample using an event structure,however, the orignal image is also changing into a resampled value, even though I did not connect the IMAQ resample to my original display.

 

I have attached the VI.

 

Thank you.

0 Kudos
Message 1 of 6
(4,425 Views)

Can you attach your code for lv 8.0? Most likely i think you have not connected a (imaq create) to the dst of the resample vi.Create a individual buffer for the resample vi.

0 Kudos
Message 2 of 6
(4,407 Views)

I have changed it to LabVIEW 8.0.

 

Thank you

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

okogidi,

 

You are only using one memory space for your image, i.e. only one IMAQ Create VI. There is an input to IMAQ Resample to input another image reference called Image Dst.

Try connecting this to another IMAQ Create VI.

 


 

--Michelle

National Instruments
0 Kudos
Message 4 of 6
(4,398 Views)
Perfect. Thank you Michelle
0 Kudos
Message 5 of 6
(4,386 Views)
Not a problem. Good luck with your application!
--Michelle

National Instruments
0 Kudos
Message 6 of 6
(4,354 Views)