|
Recording Two Video Streams via Labview Dashboard
My team has two cameras on their robot; we have recently decided that we want to have two simultaneous video streams instead of switching between them. Camera switching worked, albeit with a slight lag during switching.
After our first regional, however, I realized that we needed to record the video stream from the cameras for after match viewing to facilitate debugging and match review.
I have successfully retrieved both camera feeds and displayed them. However, I have only been able to have one of the two camera feed save to AVI after recording. The selection of feed seems to be random.
I modified the AVI creation code VI so that it accepts an outside path instead of grabbing the one from the log file path, so that I can have it save as two separate files. However, this does not work.
What in the Dashboard code is preventing me from saving two files?
Thanks in advance.
|