Skip to content

Commit abf0ff9

Browse files
authored
Update README.md
1 parent ef776ab commit abf0ff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ headphones_output_device = 1
122122
For some users, your camera might not be indexed 0, to do this, change the device ID at row 23 from 0 to 1, tweak a few times untill you find your device.
123123

124124
```python
125-
cap = cv2.VideoCapture(**0**)
125+
cap = cv2.VideoCapture(0)
126126
```
127127

128128
---

0 commit comments

Comments
 (0)