1 个稳定版本
1.1.2 | 2023 年 7 月 22 日 |
---|
#12 在 #camera-control
25KB
162 行
CaptchaCam
CaptchaCam 是一个用于控制摄像头和捕获图像的命令行工具。它可以调整各种参数,例如捕获前的延迟、捕获图像的文件名、通过名称或编号选择摄像头等。
用法
该工具使用以下命令和参数
--delay <delay> Sets the delay (in seconds) before the camera starts taking pictures. [default: 0]
--filename <filename> Sets the filename (as a string) of the image. [default: image]
--devname <devname> Specifies the camera name.
--devnum <devnum> Sets the camera number. [default: 0]
--devlist Lists all available cameras. [default: false]
--quiet Enables or disables the output. [default: false]
--debug Enables debug mode. [default: false]
--update Updates the program. [default: false]
--selfupdate Updates the program. [default: false]
安装
要安装此工具,您需要 Rust 和 Cargo。您可以通过运行以下命令直接从源代码构建它
cargo build --release
贡献
贡献使得开源社区成为一个如此棒的地方去学习、启发和创造。您所提供的任何贡献都将被强烈赞赏。有关如何贡献的详细信息,请参阅 CONTRIBUTING.md 文件。
行为准则
我们的项目遵循一定的社区行为标准。请阅读我们的 CODE_OF_CONDUCT.md 以了解这些指南。
依赖关系
~29–44MB
~571K SLoC