-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmicroVIEW.INI
93 lines (81 loc) · 1.9 KB
/
microVIEW.INI
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
[Preferences]
defaultphotodir = /home/pi/Pictures
defaultvideodir = /home/pi/Videos
defaultfilesdir = /home/pi/Documents
defaulttimelapsephotodir = /home/pi/Pictures
defaulttimelapsevideodir = /home/pi/Videos
defaultphotoname = Image_
defaultphotoformat = jpg
defaultvideoname = Video_
defaultvideoformat = h264
defaulttimestampformat = @m@d@y-@H@M@S
phototimestamp = False
videotimestamp = False
language = English
[Camera]
camerapresent = True
defaultbrightness = 50
defaultcontrast = 0
defaultsaturation = 0
defaultsharpness = 0
defaultresolution = 24
usevideoport = False
imagedenoise = True
videodenoise = True
videostabilization = False
exposurecompensation = 0
meteringmode = 0
drcstrength = 0
fliphorizontal = False
flipvertical = False
rotatevalue = 0
[Video]
defaultvideotimeout = 30
defaultframerate = 30
[Annotation]
timestampenabled = False
framerateenabled = False
transparantbackgroundenabled = True
annotatebackgroundcolor = 0
annotateforegroundcolor = 0
defaultannotatetextsize = 75
[Preview]
defaultalpha = 255
[Network]
enablehttpserver = False
enablevideostreaming = True
headinglevel1 = microVIEW
headinglevel2 = Streaming Live Video from Station 1
[Timelapse]
defaulttakepicturecount = 5
defaulttakepicturecounttype = 0
defaultstoppicturecount = 5
defaultstoppicturecounttype = 0
defaulttakevideocount = 5
defaulttakevideocounttype = 0
defaultvideolength = 5
defaultvideolengthtype = 0
defaultstopvideocount = 5
defaultstopvideocounttype = 0
[Colors]
defaultbackgroundcolor = black
defaultforegroundcolor = white
buttonbackcolor = blue
buttontextcolor = white
buttonpressedcolor = #9899FF
buttonpressedtextcolor = black
sliderbackcolor = blue
slidercolor = #9899FF
slidertextcolor = white
[Fonts]
defaultfont = Arial 14 bold
labelfont = Arial 12 bold
[Layout]
defaultbuttonheight = 50
defaultbuttonpadx = 10
defaultbuttonpady = 10
defaultsliderheight = 50
defaultsliderpadx = 10
defaultsliderpady = 10
[JPEG]
[H264]