Quote:
Originally Posted by randantor
In order to use two different cameras, we needed to modify "WPI_CameraSendImages To PC Loop.vi" to take a port as an input, instead of just using 1180 as a hardcoded value. This way we can use two different TCP streams on different ports, one for each camera. The VI also needed to be made reentrant so multiple cameras can send images at the same time.
On the dashboard side, we modified the MJPEG loop VI plus its internal USB camera reading VI (WPI CameraGet Image From Controller.vi) to also take a TCP port to use.
|
Where do you find "WPI_CameraSendImages To PC Loop.vi" cause I can't find it?