From 98dc1f828067e2819f7d5c26a0f4a4fec8199f12 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Fri, 13 Sep 2024 23:16:58 +0200 Subject: [PATCH] rpicam-vid: remove `vlc` example and "subcommand" (#13628) --- pages/linux/rpicam-vid.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pages/linux/rpicam-vid.md b/pages/linux/rpicam-vid.md index 417614163..ba4f23f09 100644 --- a/pages/linux/rpicam-vid.md +++ b/pages/linux/rpicam-vid.md @@ -1,13 +1,9 @@ # rpicam-vid > Capture a video using a Raspberry Pi camera. -> Some subcommands such as `vlc` have their own usage documentation. +> See also: `vlc`. > More information: . - Capture a 10 second video: `rpicam-vid -t 10000 -o {{path/to/file.h264}}` - -- Play the video using `vlc`: - -`vlc {{path/to/file.h264}}`