Quote:
Originally Posted by Mark McLeod
If you really, really want to plug the camera into the cRIO port 2 for some strange reason, then the Driver Station must be changed to ask for images from the cRIO, and the cRIO code must be changed to forward images to the Driver Station. That'll slow the image stream down though. It's much more efficient to have the camera out on the general network and let both the Driver Station and cRIO request images from it there.
|
How would you do this? I think the cRIO is broadcasting the images because a PCVideoServer is started, but I can't figure out how to get the driver station to show the processed images instead of the video directly from the camera. We have the new cRIO with only one ethernet port, so I can't plug the camera in there.