mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 03:57:13 +00:00
Update cheatsheets
This commit is contained in:
18
linux/rpicam-vid
Normal file
18
linux/rpicam-vid
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# rpicam-vid
|
||||
|
||||
> Capture a video using a Raspberry Pi camera.
|
||||
> Some subcommands such as `vlc` have their own usage documentation.
|
||||
> 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}}`
|
||||
Reference in New Issue
Block a user