質問編集履歴

2

2018/10/18 06:35

投稿

tomatoma...
tomatoma...

スコア15

test CHANGED
File without changes
test CHANGED
@@ -138,6 +138,12 @@
138
138
 
139
139
 
140
140
 
141
+ ###新しく発生したエラーメッセージ
142
+
143
+
144
+
145
+ ```
146
+
141
147
  Traceback (most recent call last):
142
148
 
143
149
  File "/home/pi/Desktop/propro/bb.py", line 48, in <module>
@@ -149,3 +155,5 @@
149
155
  ret, frame = cap.read()
150
156
 
151
157
  KeyboardInterrupt: Execution interrupted
158
+
159
+ ```

1

2018/10/18 06:35

投稿

tomatoma...
tomatoma...

スコア15

test CHANGED
File without changes
test CHANGED
@@ -126,4 +126,26 @@
126
126
 
127
127
 
128
128
 
129
-
129
+ ###追記
130
+
131
+ WEjponさんが回答頂いた通りに修正したところ、今までのエラーメッセージは、解消されました!
132
+
133
+
134
+
135
+ しかし、新たにエラーメッセージが発生してしまいました。
136
+
137
+ 内容を以下に示させて頂きます。
138
+
139
+
140
+
141
+ Traceback (most recent call last):
142
+
143
+ File "/home/pi/Desktop/propro/bb.py", line 48, in <module>
144
+
145
+ camera()
146
+
147
+ File "/home/pi/Desktop/propro/bb.py", line 12, in camera
148
+
149
+ ret, frame = cap.read()
150
+
151
+ KeyboardInterrupt: Execution interrupted