aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-05-22 11:10:06 -0700
committerPinapelz <yukais@pinapelz.com>2025-05-22 11:10:06 -0700
commit078f697f52b5696195987a51f46a6966c5f1b4ba (patch)
tree2f09804d53ae0937e81431b4334117d066ad1477
parenta6c74c1c04eaf6565f1ec4ffd3aac9e5187a27d2 (diff)
parent0f9381ad4763ade98e921b63cd007a31faea16a9 (diff)
Merge branch 'master' of https://github.com/pinapelz/chuni-hands-evolved1.2
-rw-r--r--chuni-hands-evolved.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/chuni-hands-evolved.py b/chuni-hands-evolved.py
index 9a6fee3..9859d9c 100644
--- a/chuni-hands-evolved.py
+++ b/chuni-hands-evolved.py
@@ -120,10 +120,6 @@ def setup_gui(camera_width: int, camera_height: int, preview_width: int, preview
update_rate_spinbox = tk.Spinbox(camera_frame, from_=1, to=100, textvariable=update_rate, width=5)
update_rate_spinbox.pack(side="left", padx=5)
- tk.Label(camera_frame,
- text="Set a high update rate (e.g. 100) while editing, then a lower value (e.g. 5) for normal use.",
- font=style["label_font"], bg=style["frame_bg"]).pack(side="top", pady=(0, style["padding"]))
-
# Position and spacing controls
controls_frame = tk.Frame(main_container, bg=style["frame_bg"], relief="ridge", bd=2, padx=10, pady=10)
controls_frame.pack(fill="x", pady=(0, style["padding"]))
@@ -344,7 +340,7 @@ def update_canvas():
video_canvas.delete("all")
video_canvas.create_image(canvas_width//2, canvas_height//2, anchor="center", image=img)
video_canvas.image = img
- root.after(33, update_canvas) # refresh UI at ~30 FPS
+ root.after(60, update_canvas) # refresh UI at ~60 FPS
def load_config() -> dict:
try:
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage