02-15-2013 03:23 AM
Thanks! the 'path issue' solve that particoular problem 🙂 thanks!!!!
yes I know that I'm overwriting, I though to start with 1 and then move forward..now that I can save a single image, I 'll work on the 'sequence' .. any idea?
Thanks again for the help btw!
02-15-2013 03:29 AM
Depending on the "frames per second" the AVI should have, it is probably easier to extrace specific images from the AVI as postprocessing offline.
If you want to do it "online", you have to use some counter to generate unique filenames.
Norbert
02-15-2013 03:30 AM
yes I was thinking at some counter..I'll try and ask again if in trouble (so I'll post again 🙂
thank you!
02-15-2013 07:26 AM
I found this solution:
https://decibel.ni.com/content/docs/DOC-6592
the problem is that it add a number at the end of the filename just once..is there a method to 'feed' the code with the new name everytime so that it will add a number whenever needed?
Thanks!
02-15-2013 07:32 AM
Not without implementing the logic on yourself.....or finding code someone published which solves this.
In general, this task is rather easy IF you have a good idea on where the base name shall be derived from.
Norbert
02-15-2013 08:01 AM
Solved!
here the solution 🙂
Thanks for your help!!
Elena