Skip to content

Commit a30e2d3

Browse files
committed
move windows
1 parent 47c939e commit a30e2d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

afy/cam_fomm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def print_help():
155155
passthrough = False
156156

157157
cv2.namedWindow('cam', cv2.WINDOW_GUI_NORMAL)
158-
cv2.moveWindow('cam', 1000, 500)
158+
cv2.moveWindow('cam', 500, 250)
159159

160160
frame_proportion = 0.9
161161
frame_offset_x = 0
@@ -275,7 +275,7 @@ def print_help():
275275

276276
if not is_calibrated:
277277
cv2.namedWindow('avatarify', cv2.WINDOW_GUI_NORMAL)
278-
cv2.moveWindow('avatarify', 1600, 500)
278+
cv2.moveWindow('avatarify', 600, 250)
279279

280280
is_calibrated = True
281281
elif key == ord('z'):

0 commit comments

Comments
 (0)