Jump to content

Display images in sequence


Recommended Posts

I have a VI that reads an image directory and the user can cycle through the images with a next and previous button. The image directory is stored in the SQL database just wondering how would I cycle through the images and display the information on the images that is stored in the database sequentially as the user cycles through the images?

 

Cycle Through Images.vi

Link to comment

It looks like you already have all the pieces... I'm not exactly sure what you're having a problem with. If the directory matches whats in the DB, you could just do an index on the path column in the DB data, do 1d array search on the path, then select the entire row out of the 2D DB data for display. 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.