03-15-2006 03:54 AM
Error -1074395992 occurred at IMAQ ReadFile File access denied.
It reads all the files individually but won't run in the batch mode.
03-20-2006 03:30 AM
Hi Patrick,
Sorry it's taken so long to get back to you. The function you are trying to use doesn't actually support reading of many files at a time (batch processing), what you will have to do is extract all of the path names individually and then complete paralel processing on all of the images. (The image constant that is passed to each of the functions can only store one image at a time)
I have taken your vi and changed it slightly to allow for this functionality.
I hope this helps
AdamB