add new chinese translations
This commit is contained in:
12
pages.zh/linux/rpicam-raw.md
Normal file
12
pages.zh/linux/rpicam-raw.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# rpicam-raw
|
||||
|
||||
> 在树莓派摄像头上捕捉原始视频。
|
||||
> 更多信息:<https://www.raspberrypi.com/documentation/computers/camera_software.html#rpicam-raw>。
|
||||
|
||||
- 捕捉特定秒数的视频:
|
||||
|
||||
`rpicam-raw -t {{2000}} -o {{path/to/file.raw}}`
|
||||
|
||||
- 更改视频尺寸和帧率:
|
||||
|
||||
`rpicam-raw -t {{5000}} --width {{4056}} --height {{3040}} -o {{path/to/file.raw}} --framerate {{8}}`
|
Reference in New Issue
Block a user