-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpiCamConfig.conf
97 lines (95 loc) · 2.38 KB
/
piCamConfig.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
#############################
# #
# PiCam Configuration File #
# #
# Ryan Waters #
# Esma Susuz #
# Justine Villar #
# #
#############################
#
# Each line beginning with #
# is ignored by the program.
#
# Lines are organized in a
# 'name' 'extension' 'value'
# setup. To have a value
# ignored, either comment it
# out or set the 'value' to
# false.
#
# Comments below each value
# represent the possible
# values for each extension
#
# **BE CAREFUL EDITING**
# There is currently nothing
# in place that will catch
# errors with this file.
#
csharpness -sh false
# -sh (-100 to 100) default 0
ccontrast -co false
# -co (-100 to 100) default 0
cbrightness -br false
# -br (0 to 100) default 50
csaturation -sa false
# -sa (-100 to 100) default 0
cISO -ISO false
# -ISO (100 to 800) no specified default
vvstab -vs true
# -vs (boolean - video only) Video stabilization
cev -ev false
# -ev (-10 to +10) default 0
cexposure -ex auto
# -ex (off, auto, night, nightpreview, backlight, spotlight
# sports, snow, beach, verylong, fixedfps, antishake, fireworks)
cawb -awb auto
# -awb (off, auto, sun, cloudshade, tungsten, fluorescent, incandescent,
# flash, horizon)
cimxfx -ifx none
# -ifx (none, negative, solarise, whiteboard, blackboard, sketch, denoise,
# emboss, oilpaint, hatch, gpen, pastel, watercolour, film, blur,
# saturation)
ccolfx -cfx false
# -cfx (<U:V> 0 to 255)
cmetering -mm false
# -mm (average, spot, backlit, matrix)
crotation -rot 0
# -rot (0 - 359)
chflip -hf true
# -hf (boolean)
cvflip -vf false
# -vf (boolean)
# Still specific configuration
iWidth -w 1920
# -w set image size <size>
iHeight -h 1080
# -h set image height <size>
iQuality -q 100
# -q set jpeg quality <0 to 100>
iRaw -r false
# -r add bayer data
iOutput -o image%04d.jpg
# -o specify output filename
iVerbose -v true
# -v output info during run
iTimeout -t 15000
# -t time before capture and shutdown
iTimelapse -tl 5000
# -tl ex: -t 30000 -tl 2000 -o image%04d.jpg
# Video specific configuration
vWidth -w 1920
# -w between 64 and 1920
vHeight -h 1080
# -h between 64 and 1080
vbitrate -b false
# -b bps 10MB/s = 10000000
vOutput -o vid%04d.h264
# -o output filename
vVerbose -v true
# -v debug info
vTimeout -t 5000
# -t before capture and shutdown
vFramerate -fps 25
# -fps min 2 max 30