I am driving a signal with Labview through an HPIB interface that requires a one second wait. This wait function is within a while loop. I would like to continuously acquire video during this wait as well as when there is no waiting, but the wait causes a one second delay in video. How can I acquire video and perform other independent events at the same time.
Instead of using the wait function, you could perform your own check to see if 1 second has passed while carrying out other actions and place the code you want to trigger in a case statement.