Quote:
Originally Posted by tilky
i want to get a picture from the camera by an onboard laptop, do some processing, and then send information out to the crio to read. So not dealing with any network. So is it still limited?
|
You should just use WPILib to read the camera's stream on your laptop, this shouldn't be a problem for you, right. This will use TCP port 80 underneath. When you send data to the cRIO, I'd use UDP on any port, except 80, just pick one that isn't already in use (and yes, I know that TCP 80 and UDP 80 are technically different, but just avoid that port and make things simper, it's not like you're all that constrained).