Hello all,
I'm doing some image processing within a for loop. The loop runs to carry out the same process on all videos in a certain folder. I'm trying to figure out a way to configure the loop for parrallelism to speed up processing (since each video is independent of the rest). The idea is to be processing 8 videos at one time instead of sequentially. The problem I'm encountering however is that the IMAQ Create VIs are in the loop so the memory locations are continiously overridden by another instance of the loop. How would I make sure that each loop had its own memory location for storing the images?
I attached my VI (with for loop parallelism disabled).
I appreciate any advice.
Thanks!