add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View 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}}`