Quote:
Originally Posted by Red Mage
Hey, our PCVideoServer isn't running. When we try running PCVideoServer::Start() the entire robot hangs. According to the documentation we're calling the function correctly and our computer is at the proper IP address. Any ideas would be helpful.
|
When you create your PCVideoServer object it starts as it is, you dont need to call Start(); and if you do without calling Stop(); it will give you some errors.