Updated README
This commit is contained in:
parent
24d9d24d5e
commit
fc2b41afe8
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ for video.Read() {
|
|||
|
||||
## `Camera`
|
||||
|
||||
The `Camera` can read from any cameras on the device running Vidio. It takes in the stream index. The index corresponds to the order in which the devices names appear when running `ffmpeg -list_devices true -f dshow -i dummy`. Alternative device names are included in this index. On most machines the webcam device has index 0. Note that audio retrieval from the microphone is not yet supported.
|
||||
The `Camera` can read from any cameras on the device running Vidio. It takes in the stream index. For **Windows**, the index corresponds to the order in which the devices names appear when running `ffmpeg -list_devices true -f dshow -i dummy`. Alternative device names are included in this index. On most machines the webcam device has index 0. Note that audio retrieval from the microphone is not yet supported.
|
||||
|
||||
```go
|
||||
Name() string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue