readme

来自「mvc源码」· 代码 · 共 35 行

TXT
35
字号
MVC-0.7.6=========			License: GPLAuthor:  Merlin Ma<softlib@turbolinux.com.cn>Description:	 MVC is an text mode v4l standard video capture program that 	 supports object movement detection. It is very small and 	 works effectively.	 This program is based on code vidcat.c which comes from WebCam.	 WebCam is an excellent CGI program by Rasca<thron@gmx.de>	 URL for webcam is: 		http://www.hdk-berlin.de/~rasca/w3cam/	 Its object movement detection arithmetic is designed by me. 	 Build:	 In source directory, type 'make'.Install: type 'make install'Usage:	  mvc [options] Options:   -s XxY define size of the output image (default: 320x240)   -a HxV define split number of sense areas in Horizantal       and Vertical (default: 16x8)   -i {tv|comp1|comp2|s-video} which input channel to use   -n {pal|ntsc|secam}         which NORM to use, default: PAL   -q <quality>                JPEG quality setting (1-100, default: 80)    -d <device>                 video device (default: /dev/video)   -b <diff_block_limit>       blocks different limit, default: 3   -c <diff_color_limit>       color different limit (1-765, default: 50) 

⌨️ 快捷键说明

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