02-28-2013 05:54 PM
Hello
Im working with the softwares NI-IMAQdx, using a webcam i'm capturing images & and i want to learn and save multiple color pattern from this images, i try with the vi imaq write file 2 but i haven't been able to save any information.
here is my code & sorry for my english
Solved! Go to Solution.
03-01-2013 07:09 AM
Hi,
"IMAQ Write Image and Vision Info File.vi" is only able to save PNG files, because only png supports additive informations to be stored.
Then you are passing only a folder path instead of a file path to the function.
Try this:
Regards