06-01-2016 05:02 AM
Hello I have built a function which snaps an image. However I am struggling how to save that image, any help in how to do this is welcome.
06-01-2016 05:31 AM
@navman74 wrote:Hello I have built a function which snaps an image. However I am struggling how to save that image, any help in how to do this is welcome.
Provide a Folder Path (Place to store image file) with dynamic File name(Name of the image file Name) in Buid path.
Bfore saving make sure you can able to view the Acquired image in front panel by connecting to an indicator.
06-01-2016 06:39 AM
Hello thanks for the reply. I have done so but I want to be able to name the individual pictures, how can I do this?
Thanks
06-01-2016 07:18 AM
In order to save an image to a file, you must provide a named Path for the file. Typically, you decide on a Folder where you want the images stored, you decide on a File Name (meaning the characters before the extension), and you choose an extension appropriate for the type of file you are saving.
If you want to save multiple images, you need multiple file names. There are various schemes you can use to "auto-generate" these names. Here's one:
Bob Schor
06-02-2016 07:19 AM
@navman74 wrote:Hello thanks for the reply. I have done so but I want to be able to name the individual pictures, how can I do this?
Thanks
See the attched Vi For your Reference on how to generate file names dynamically as per your requirement