07-06-2011 12:00 AM
Hi there,
i am trying out with the vision acquisition software and i have succeded in acquiring image from my webcam and store it in an existing avi file but the problem is whenever i run the vi again it will overwrite the existing avi file. Is is possible to create a new avi file everytime i stop and run the program again?
Thanks
Solved! Go to Solution.
07-06-2011 12:33 AM
Use a file dialog prompt that only lets you create new files.
Possibly use code that detects if the filename already exists and it loops back to allow the user to select a new filename.
07-06-2011 01:28 AM
thanks for the help the file dialog solved my problem