diff --git a/shenzhen_solitaire/card_detection/adjustment.py b/shenzhen_solitaire/card_detection/adjustment.py index 460cf3f..0da8fac 100644 --- a/shenzhen_solitaire/card_detection/adjustment.py +++ b/shenzhen_solitaire/card_detection/adjustment.py @@ -65,6 +65,7 @@ def adjust_squares( adjustment.dx += dx_keys[keycode] * cur_high_speed_fac elif keycode in dy_keys: adjustment.dy += dy_keys[keycode] * cur_high_speed_fac + cv2.namedWindow("Window", flags=cv2.WINDOW_NORMAL) while True: working_image = image.copy() diff --git a/super_laptop_conf.zip b/super_laptop_conf.zip new file mode 100644 index 0000000..61bdd7a Binary files /dev/null and b/super_laptop_conf.zip differ