diff --git a/src/ui/QTcustom.py b/src/ui/QTcustom.py index c3b7e9c5..48c24fee 100644 --- a/src/ui/QTcustom.py +++ b/src/ui/QTcustom.py @@ -119,7 +119,7 @@ def run(self): except FileNotFoundError: # print("preview not available") self.latestPreviewPixmap.emit(None) - time.sleep(0.1) + time.sleep(0.2) def convert_cv_qt(self, cv_img): """Convert from an opencv image to QPixmap"""