02-24-2013 04:19 AM
Hi,
I am trying to save the image file captured by a camera (.tiff) to JPEG file, but it came up with an error. Can anyone tell me how to fix this issue?
The sample VI and the TIFF image file are attached. Thanks a lot.
Jane
Solved! Go to Solution.
02-24-2013 01:16 PM
The VI "IMAQ Dispose" is not used immediately after creating the image with the VI "IMAQ Create" and is closing a session you will process later, you must also change the location at which to save the image, because to the location "C: \" and "C: \ temp \" often generates problems with operating system permissions.
Regards.