回答編集履歴
1
パターン追加
test
CHANGED
@@ -18,6 +18,14 @@
|
|
18
18
|
|
19
19
|
```
|
20
20
|
|
21
|
+
あるいは
|
22
|
+
|
23
|
+
```python
|
24
|
+
|
25
|
+
cap = cv2.VideoCapture(0, cv2.CAP_DSHOW)
|
26
|
+
|
27
|
+
```
|
28
|
+
|
21
29
|
としてみてはいかがでしょうか。
|
22
30
|
|
23
31
|
**[参考URL:etting-error-videoiomsmf-async-readsample-call-is-failed-with-error-statu](https://stackoverflow.com/questions/52503187/getting-error-videoiomsmf-async-readsample-call-is-failed-with-error-statu)**
|