sonic-snap.1

来自「sonic_snap是linux下的看webcam图像的软件」· 1 代码 · 共 81 行

1
81
字号
.\"                                      Hey, EMACS: -*- nroff -*-.\" First parameter, NAME, should be all caps.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection.\" other parameters are allowed: see man(7), man(1).TH SONIC-SNAP 1 "March 28, 2005".\" Please adjust this date whenever revising the manpage..\".\" Some roff macros, for reference:.\" .nh        disable hyphenation.\" .hy        enable hyphenation.\" .ad l      left justify.\" .ad b      justify to both left and right margins.\" .nf        disable filling.\" .fi        enable filling.\" .br        insert line break.\" .sp <n>    insert n+1 empty lines.\" for manpage-specific macros, see man(7).SH NAMEsonic-snap \- webcam application for sn9c102 devices..SH SYNOPSIS.B sonic-snap .RI [ options ] .br.B sonic-snap-gui.RI [ devicefilename ].RI [ width\ height ].SH DESCRIPTION\fBsonic-snap\fP is a program that captures images and movies from an sn9c102 camera. It requires a kernel module for the device..PPThe gui version can display histograms, and output mpeg video.The commandline version simply captures one or more images, and exits..SH OPTIONS.B gain=[0.0..1.0].brHigher gain setting gives brighter images..sp 2.B normalize=[0|1].brWhen set to 1, the darkest pixels in the captured image will be mapped onto black, and the lightest pixels to white..sp 2.B autogain=[0|1].brAutomatically set the gain based on the histogram of captured images..sp 2.B compression=[0|1].brWhen set to 1, a higher fps can be reached, at the cost of artefacts in the image (bug in decompressor code)..sp 2.B count=[1..n].brThe number of images to capture..sp 2.B skip=[1..n].brWhen high, time-lapse photography is performed..sp 2.B prefix=xxxx.brThe prefix for writing to disk. Captured images will be called xxxx0000.ppm, x0001.ppm, ....sp 2.B device=/dev/video0.brThe videoforlinux2 device to use..sp 2.SH EXAMPLESsonic-snap gain=0.5 normalize=1 autogain=0 compression=1 count=1 skip=1 prefix=sonicsnap device=/dev/video0.sp 2sonic-snap-gui /dev/video0 352 288.sp 2.SH BUGSCompression induces artefacts, due to unknown huffman codes.This is a bug in the decompression library..SH AUTHORsonic-snap was written by Bram Stolk <bram@sara.nl>..brsn9c102 decompression code by Bertrik Sikken..brbayer to rgb conversion by Takafumi Mizuno..br

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?