|
Re: Recording Two Video Streams via Labview Dashboard
The way I had implemented it was to duplicate the "WPI_CameraRead MJPG For Dashboard" VI and give it a separate IP corresponding to the other camera. In order to use more than one camera, you have to assign them unique IPs and explicitly address them in the Dashboard code; you cannot use the "Camera IP" local variable, as it will only return one IP (not sure which though).
It's funny that you mention this though, because I am currently trying to fix a problem where when one camera is disconnected, waiting when opening one TCP port causes pausing in the reading of the image in the other.
I am currently working on this problem. Will post when I figure anything out.
|