wan81 Posted April 29, 2008 Report Share Posted April 29, 2008 Hi guys, I need some help to create a VI that is able to load images in the form of 1024 by 768 pixel resolution from a certain filepath. The VI must be able to load the images sequentially. Question is how?? Thus far, I'm able to create a VI that prompts users to load images. Thanks Ridwan Quote Link to comment
gb119 Posted April 29, 2008 Report Share Posted April 29, 2008 QUOTE (wan81 @ Apr 28 2008, 02:24 AM) I need some help to create a VI that is able to load images in the form of 1024 by 768 pixel resolution from a certain filepath. The VI must be able to load the images sequentially. Question is how??Thus far, I'm able to create a VI that prompts users to load images. Use a List Folder primitive to get a list of the files in the target directory - assuming that files are all sensibly named so that they have the same extension then you can get just the files that match the desired extension, and then feed those paths into an image loading function within a for-loop. Something like this: Here's the vi in 8.5.1 Download File:post-3951-1209377942.vi Quote Link to comment
wan81 Posted April 30, 2008 Author Report Share Posted April 30, 2008 Hey thanks Gavin!!! Guess this is what i really needed. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.