From be791964a9c27ed2aa5efd597cf24834f559a836 Mon Sep 17 00:00:00 2001 From: Anna <33095074+annashorthead@users.noreply.github.com> Date: Mon, 5 Oct 2020 18:54:52 +0500 Subject: [PATCH] mpv: add display webcam output example (#4418) --- pages/common/mpv.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/mpv.md b/pages/common/mpv.md index 9ca29c1eb0..ce63e4fd7f 100644 --- a/pages/common/mpv.md +++ b/pages/common/mpv.md @@ -26,3 +26,7 @@ - Play a file using a profile defined in the `mpv.conf` file: `mpv --profile {{profile_name}} {{file}}` + +- Display the output of webcam or other video input device: + +`mpv /dev/{{video0}}`