rpicam-vid: remove `vlc` example and "subcommand" (#13628)

pull/28/head
Lena 2024-09-13 23:16:58 +02:00 committed by GitHub
parent 2d9a5a2077
commit 98dc1f8280
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 5 deletions

View File

@ -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: <https://www.raspberrypi.com/documentation/computers/camera_software.html#rpicam-vid>.
- Capture a 10 second video:
`rpicam-vid -t 10000 -o {{path/to/file.h264}}`
- Play the video using `vlc`:
`vlc {{path/to/file.h264}}`