09-01-2010 09:39 PM
In Vision Assistant, I selected open image and select 50 images.
The 50 images contains the same picture with a line in a middle, the different is that location of the line is moving to left each time i move forward to the next image.
after that, i started to process the images, i process the images with the edge detector function.
So I will found out the distance between first image and last image.
After that, I select Create LABVIEW VI in tools.
VI created, I run the VI, and now the problem, I only can select one image from my 50 images folder,
Is there any way to select more than 1 image or all the images?
Thank You. 😃
09-02-2010 06:19 AM - edited 09-02-2010 06:21 AM
In LabVEIW Use the Vision Acquisition Express Vi to acquire a complete folder of image then use the Vision Assistant and do the processing.... Wire it accordingly... It will be inside a while loop.... Is this satisfies your need...?
![]()
09-02-2010 06:42 PM
Yes, I understand.
But after i click the Create LabView VI, the VI will start, once i run it, it asked me to upload one image, i only can upload one image a time, but I need to upload than one image in a time.
Thank you.
09-02-2010 09:01 PM
Hi Maybach
If you leave the path control blank it will ask you for loading i dont know the other reasons for that... Give the folder that you wanted to display and leave it as a constant inside the loop... There may be some other good solutions also...Try your best...
![]()