回答編集履歴
1
パターン追加
answer
CHANGED
@@ -8,5 +8,9 @@
|
|
8
8
|
```python
|
9
9
|
cap = cv2.VideoCapture(0+cv2.CAP_DSHOW)
|
10
10
|
```
|
11
|
+
あるいは
|
12
|
+
```python
|
13
|
+
cap = cv2.VideoCapture(0, cv2.CAP_DSHOW)
|
14
|
+
```
|
11
15
|
としてみてはいかがでしょうか。
|
12
16
|
**[参考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)**
|