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

20
pages.zh/linux/cam.md Normal file
View File

@@ -0,0 +1,20 @@
# cam
> `libcamera` 的前端工具。
> 更多信息请访问:<https://libcamera.org/docs.html>。
- 列出可用的相机:
`cam --list`
- 列出相机的控制选项:
`cam --camera {{camera_index}} --list-controls`
- 将帧写入文件夹:
`cam --camera {{camera_index}} --capture={{frames_to_capture}} --file`
- 在窗口中显示相机画面:
`cam --camera {{camera_index}} --capture --sdl`