I have set of image files in a specified folder i want to open all the images in a gallery viewer one by one for extracting some data using computer vision from those images and loop should break at the last image.
Can anyone tell me how to do this ,
Share logic
Thanks in advance,
i don’t want open one image as you gave as path for specified image . i need to open all images in the folder.
Then how can i use this start process for all images in one by one in a loop.
please will you share the workflow or screenshot for that .
As @HareeshMR mentioned in the first, in that way we have to read all images in particular folder and will give you output as String array. Then use For Each loop to iterate that array and inside it use Start Process activity and pass file argument as ‘item’. Then it will open one by one image in that folder.
yeah bro
Did same as u mentioned !
But it opening only 1 st image and it was throwing error with
Message : Application could not be opened
Source : Start process !
Correct me what went wrong !!!