vd.conf

来自「外国人写的一个很好的嵌入式视频采集源程序。」· CONF 代码 · 共 33 行

CONF
33
字号
## videodog example config file# Place it in /etc/ ## set the device namedevice = /dev/video0# image propertieswidth = 320height = 240depth = 1 # capture propertiesoutput_format = jpgcapture_type = singlefile = test.jpgmode=NTSC## timestamp properties # this creates a text as follow:# videodog 2001 July 29 Sun 11:46:00 # see the USAGE file for more info on how to format it#stamp="videodog %Y %B %d %a %H:%M:%S"stamp_pos_x = 2stamp_pos_y = 2stamp_scale_w = 1stamp_scale_h = 1

⌨️ 快捷键说明

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