🔧 Added config for guvcview2
This commit is contained in:
parent
492ad6e27b
commit
fe280dbb20
2 changed files with 86 additions and 0 deletions
49
.config/guvcview2/video0
Normal file
49
.config/guvcview2/video0
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
#Guvcview 2.0.8 config file
|
||||
|
||||
#video input width
|
||||
width=640
|
||||
#video input height
|
||||
height=480
|
||||
#video input format
|
||||
v4l2_format=1196444237
|
||||
#video input capture method
|
||||
capture=mmap
|
||||
#audio api
|
||||
audio=pulse
|
||||
#gui api
|
||||
gui=gtk3
|
||||
#render api
|
||||
render=sdl
|
||||
#video codec [raw mjpg mpeg flv1 wmv1 mpg2 mp43 dx50 h264 vp80 theo]
|
||||
video_codec=dx50
|
||||
#audio codec [pcm mp2 mp3 aac ac3 vorb]
|
||||
audio_codec=mp2
|
||||
#profile name
|
||||
profile_name=webcam_defaults.gpfl
|
||||
#profile path
|
||||
profile_path=/home/brian/.config/guvcview2
|
||||
#video name
|
||||
video_name=my_video.mkv
|
||||
#video path
|
||||
video_path=/home/brian/Videos/webcam/
|
||||
#video sufix flag
|
||||
video_sufix=1
|
||||
#photo name
|
||||
photo_name=my_photo.jpg
|
||||
#photo path
|
||||
photo_path=/home/brian/Pictures/webcam/
|
||||
#photo sufix flag
|
||||
photo_sufix=1
|
||||
#fps numerator (def. 1)
|
||||
fps_num=1
|
||||
#fps denominator (def. 25)
|
||||
fps_denom=25
|
||||
#audio device index (-1 - api default)
|
||||
audio_device=1
|
||||
#video fx mask
|
||||
video_fx=0x0
|
||||
#audio fx mask
|
||||
audio_fx=0x0
|
||||
#OSD mask
|
||||
osd_mask=0x0
|
||||
crosshair_color=0xff00
|
||||
37
.config/guvcview2/webcam_defaults.gpfl
Normal file
37
.config/guvcview2/webcam_defaults.gpfl
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
#V4L2/CTRL/0.0.2
|
||||
APP{"guvcview 2.0.8"}
|
||||
# control data
|
||||
#Brightness
|
||||
ID{0x00980900};CHK{0:255:1:128}=VAL{128}
|
||||
#Contrast
|
||||
ID{0x00980901};CHK{0:255:1:128}=VAL{128}
|
||||
#Saturation
|
||||
ID{0x00980902};CHK{0:255:1:128}=VAL{128}
|
||||
#White Balance, Automatic
|
||||
ID{0x0098090c};CHK{0:1:1:1}=VAL{1}
|
||||
#Gain
|
||||
ID{0x00980913};CHK{0:255:1:0}=VAL{255}
|
||||
#Power Line Frequency
|
||||
ID{0x00980918};CHK{0:2:1:2}=VAL{1}
|
||||
#White Balance Temperature
|
||||
ID{0x0098091a};CHK{2000:6500:1:4000}=VAL{2354}
|
||||
#Sharpness
|
||||
ID{0x0098091b};CHK{0:255:1:128}=VAL{128}
|
||||
#Backlight Compensation
|
||||
ID{0x0098091c};CHK{0:1:1:0}=VAL{0}
|
||||
#Auto Exposure
|
||||
ID{0x009a0901};CHK{0:3:1:3}=VAL{1}
|
||||
#Exposure Time, Absolute
|
||||
ID{0x009a0902};CHK{3:2047:1:250}=VAL{312}
|
||||
#Exposure, Dynamic Framerate
|
||||
ID{0x009a0903};CHK{0:1:1:0}=VAL{0}
|
||||
#Pan, Absolute
|
||||
ID{0x009a0908};CHK{-36000:36000:3600:0}=VAL{0}
|
||||
#Tilt, Absolute
|
||||
ID{0x009a0909};CHK{-36000:36000:3600:0}=VAL{0}
|
||||
#Focus, Absolute
|
||||
ID{0x009a090a};CHK{0:250:5:0}=VAL{35}
|
||||
#Focus, Automatic Continuous
|
||||
ID{0x009a090c};CHK{0:1:1:1}=VAL{1}
|
||||
#Zoom, Absolute
|
||||
ID{0x009a090d};CHK{100:500:1:100}=VAL{100}
|
||||
Loading…
Add table
Add a link
Reference in a new issue