質問編集履歴
1
関係ないソースコードの編集
title
CHANGED
File without changes
|
body
CHANGED
@@ -53,7 +53,7 @@
|
|
53
53
|
|
54
54
|
# 実行
|
55
55
|
root = tk.Tk()
|
56
|
-
root.title("
|
56
|
+
root.title("cap_test") # タイトル
|
57
57
|
root.geometry("1280x780") # ウィンドウの幅と高さピクセル単位で指定(width x height)
|
58
58
|
|
59
59
|
#カメラ
|