Log in

View Full Version : PCVideoServer hangs


Red Mage
09-02-2009, 15:56
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.

wt200999
10-02-2009, 00:05
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.