|
Excellent thank you. It seems i have most everything working. Two new things I have found.
When using the client the controls work perfect, except for moving the camera up and down. There is a delay for some reason. sometime 5 seconds sometimes 10 seconds. Then every now and then it will work perfect for a minute. I do not have this delay with any of the other controls.
My second thing is sometimes when opening the GUI i get the following
Exception in thread Thread-2:
Traceback (most recent call last):
File "C:\Users\kenny\AppData\Local\Programs\Python\Python38-32\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "C:\Users\kenny\AppData\Local\Programs\Python\Python38-32\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "C:\Tools\client\GUI.py", line 82, in video_thread
footage_socket.bind('tcp://*:5555')
File "zmq\backend\cython\socket.pyx", line 550, in zmq.backend.cython.socket.Socket.bind
File "zmq\backend\cython\checkrc.pxd", line 26, in zmq.backend.cython.checkrc._check_rc
zmq.error.ZMQError: Address in use
Seems to only effect the camera maybe? I have to sign out or reboot to clear the error out. Could it possibly be from not releasing port 5555 on disconnect?
|
|