View Single Post
  #1   Spotlight this post!  
Unread 08-02-2012, 05:51
NeatTeam NeatTeam is offline
Registered User
FRC #1943
 
Join Date: Jan 2012
Location: Israel
Posts: 56
NeatTeam is an unknown quantity at this point
Saving images to global variables

We are trying to detect the baskets using vision proccessing, but in order to not slow the code by always running the vision proccessing, we want to use a script that uses only two images. The script works great in the vision assistant, but in order to run the script in labview we have to find a way to save two different images into two different global variables (When we press one button we want to save the first image, and when we press another button we want to save the second image), so we can set them as the input for our script VI, which will run in the Teleop VI only when required.

So far we haven't been able to successfully save the two images into two global variables, and we would really appreciate any help there.
Reply With Quote