From e8ea1b458fc20d6c477910b1d8b1ea85d3e41bdf Mon Sep 17 00:00:00 2001 From: Alex Eidt Date: Sat, 16 Apr 2022 11:18:43 -0700 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5265214..61703fe 100644 --- a/README.md +++ b/README.md @@ -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. 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. +The `Camera` can read from any cameras on the device running Vidio. It takes in the stream index. On most machines the webcam device has index 0. Note that audio retrieval from the microphone is not yet supported. ```go Name() string