08-28-2008 05:48 PM
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.
08-29-2008 08:28 AM
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.
08-29-2008 09:34 AM
I have changed it to LabVIEW 8.0.
Thank you
08-29-2008 12:03 PM
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.
08-29-2008 05:42 PM
09-02-2008 10:50 AM