Skip to content

Commit

Permalink
lower gui preview refresh rate
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Dec 18, 2024
1 parent 58750a7 commit eb01aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/QTcustom.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit eb01aea

Please sign in to comment.