📄 wwwcam.conf.0
字号:
# Configfile for wwwcam.# Parameters get default values when commented out# SECTION: [GENERAL]# Video device (default: /dev/video)device /dev/video# Video Source. On TV-Cards 0 = Tuner, 1 = Composite, 2 = SVideo (default: 2)# Try -1 will not set camera source. Might be useful for CPiA driver.source 2# TV Norm. 0 = PAL, 1 = NTSC, 2 = SECAMtvnorm 0# Picture size for grabbing images (default: 768x576)width 768height 576# Picture grab Interval in sec (default: 5)interval 1# Picture destination Path (default: ./)picpath /mnt/bigspace/webcambilder/# Number of saved Pictures (default: -1)# -1 means unlimited, and pics are saved in dated subdirs.# 0 means no pics are stored. (only network access)# Any number >0 are the pics saved in directory. Older pics are deleted with# every new one.numberpics -1# With more than one camera on one device you might have artefacts in your# pictures then changing source. Picdelay is the number of skipped frames# before taking picture. With problems try 1 or 2. (default: 0)picdelay 0# SECTION: [PICTURE DIFFERENCE DETECTOR]# Threshold from 0-100. 0 takes every Image (disabled), 100 takes only very# big differences (default: 80)threshold 80# SECTION: [BRIGHTNESS CORRECTION]# Automatic brightness correction.# 0 to disable. Any value between 1 and 255 will brighten the picture step# by step to this average grey level (default: 100)brightness 100# Maximum increase. In very dark pictures where you can't reach your suggested# brightness level only noise is added. So there's a maximum increase# in percent. (default: 25)maxinc 25# Maximum reduction. With daylight there's no need to reduce bightness.# Bright pictures have only to be reduced a little bit against direct light.# (default: 15)maxdec 10# SECTION: [JPEG Options]# Jpeg Quality (default: 75)quality 75# SECTION: [WRITING TEXT]# Writing headlines in picture. 1=on / 0=off (default: 1)writing 1# Fontpath to 4kb (8x16 pixel * 256 chars) font (default: fonts/sanserif.fnt)font fonts/sanserif.fnt# Textfile (default: title.txt)textfile title.txt# SECTION: [NETWORK]# Be a mikro Webserver. You can connect with any browser to http://ip:portnumber# and get a nice jpeg. 1=on / 0=off (default: 1)network 1# Portnumber. Must be > 1024 for every user except rootportnumber 7654# Logfile for web access (default: ./wwwcam.log)# .camnumber will be appendedlogfile wwwcam.log# SECTION: [FTP UPLOAD]# Upload files to a ftp server. 1=on / 0=off (default: 0)ftpupload 0# Ftp user and password in format <user>:<password>ftpuser files:bigspace# Hostname and directory of ftp server in format: ftp://<ftp_host>/ftp_dirftphost ftp://stef.tvk.rwth-aachen.de/bigspace/files/upload/# Remote filenameftpfile webcam.jpg
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -