GUI: Potential fix to camera thread exit issue
This commit is contained in:
@@ -48,4 +48,6 @@ class SampleCameraThread(QThread):
|
||||
|
||||
if self.__socket:
|
||||
self.__socket.close()
|
||||
self.quit()
|
||||
print("Camera thread stopped. Exiting...")
|
||||
self.wait()
|
||||
|
||||
Reference in New Issue
Block a user