blob: a902ce27973000dbd86fdd7f407731edf48a7eb6 (
plain)
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
|
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/camorama/device</key>
<applyto>/apps/camorama/device</applyto>
<owner>camorama</owner>
<type>string</type>
<default>/dev/video0</default>
<locale name="C">
<short>Video device</short>
<long>The unix file system path to the device that's assigned to your camera.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/append_ts_to_file</key>
<applyto>/apps/camorama/preferences/append_ts_to_file</applyto>
<owner>camorama</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Append timestamp to filename</short>
<long>Appends a timestamp, in UNIX time, to the ends of filenames</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/auto_capture</key>
<applyto>/apps/camorama/preferences/auto_capture</applyto>
<owner>camorama</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Toggles auto-capture</short>
<long>Toggles automatic capturing of pictures.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/auto_capture_interval</key>
<applyto>/apps/camorama/preferences/auto_capture_interval</applyto>
<owner>camorama</owner>
<type>int</type>
<default>1200000</default>
<locale name="C">
<short>Interval for auto-capture</short>
<long>Specifies the interval for automatic capture of pictures.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/drawdate</key>
<applyto>/apps/camorama/preferences/drawdate</applyto>
<owner>camorama</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Toggles the datestamp in captures</short>
<long>Toggles the drawing of a datestamp within the captured pictures</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/file_type</key>
<applyto>/apps/camorama/preferences/file_type</applyto>
<owner>camorama</owner>
<type>int</type>
<default>1</default>
<locale name="C">
<short>Local capture image format</short>
<long>Specifies the image format to be used for locally saved pictures</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/hostname</key>
<applyto>/apps/camorama/preferences/hostname</applyto>
<owner>camorama</owner>
<type>string</type>
<default>yourdomain.org</default>
<locale name="C">
<short>Hostname for FTP server</short>
<long>Hostname for the FTP server for remote captures.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/local_capture</key>
<applyto>/apps/camorama/preferences/local_capture</applyto>
<owner>camorama</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Toggles local capture</short>
<long>When capturing pictures via the "Take Picture" button, or with auto capture, this key toggles the saving of pictures locally.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/remote_proto</key>
<applyto>/apps/camorama/preferences/remote_proto</applyto>
<owner>camorama</owner>
<type>string</type>
<default>your-username</default>
<locale name="C">
<short>Protocol to use for remote access</short>
<long>The URI name of the protocol that will be used to connect
to a remote server. Can be ftp, sftp or smb</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/remote_uri</key>
<applyto>/apps/camorama/preferences/remote_uri</applyto>
<owner>camorama</owner>
<type>string</type>
<default>your-username</default>
<locale name="C">
<short>Complete URI used to store image snapshots remotely</short>
<long>The complete URI of the last successful access to a remote
server, including protocol, host and remote directory</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/remote_append_ts_to_file</key>
<applyto>/apps/camorama/preferences/remote_append_ts_to_file</applyto>
<owner>camorama</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Append timestamp to remote filename</short>
<long>Appends a timestamp, in UNIX time, to the ends of remote filenames</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/remote_capture</key>
<applyto>/apps/camorama/preferences/remote_capture</applyto>
<owner>camorama</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Toggles remote capture</short>
<long>When capturing pictures via the "Take Picture" button, or with auto capture, this key toggles the saving of pictures to a remote server.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/remote_file_type</key>
<applyto>/apps/camorama/preferences/remote_file_type</applyto>
<owner>camorama</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>Remote capture image format</short>
<long>Specifies the image format to be used for remotely saved pictures</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/remote_save_dir</key>
<applyto>/apps/camorama/preferences/remote_save_dir</applyto>
<owner>camorama</owner>
<type>string</type>
<default>your/upload/folder</default>
<locale name="C">
<short>Folder for remote captures</short>
<long>Folder for saving captured pictures remotely</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/remote_save_file</key>
<applyto>/apps/camorama/preferences/remote_save_file</applyto>
<owner>camorama</owner>
<type>string</type>
<default>Webcam</default>
<locale name="C">
<short>Remote save filename</short>
<long>Name for the filename of uploaded images.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/remote_timestamp</key>
<applyto>/apps/camorama/preferences/remote_timestamp</applyto>
<owner>camorama</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Toggles timestamp for remote captures</short>
<long>Toggles the insertion of a timestamp into the images for FTP upload.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/save_dir</key>
<applyto>/apps/camorama/preferences/save_dir</applyto>
<owner>camorama</owner>
<type>string</type>
<default>~/Webcam_Pictures</default>
<locale name="C">
<short>Folder for local captures</short>
<long>Folder for saving captured pictures to locally</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/save_file</key>
<applyto>/apps/camorama/preferences/save_file</applyto>
<owner>camorama</owner>
<type>string</type>
<default>Webcam</default>
<locale name="C">
<short>Filename for local captures</short>
<long>Filename for saving captured pictures to locally</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/timestamp</key>
<applyto>/apps/camorama/preferences/timestamp</applyto>
<owner>camorama</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Toggles timestamp for local captures</short>
<long>Toggles the insertion of a timestamp into local images</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/timestamp_string</key>
<applyto>/apps/camorama/preferences/timestamp_string</applyto>
<owner>camorama</owner>
<type>string</type>
<default>Camorama!</default>
<locale name="C">
<short>Custom text for the timestamp</short>
<long>Defines a string of custom text to be inserted into the image.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/use_custom_string</key>
<applyto>/apps/camorama/preferences/use_custom_string</applyto>
<owner>camorama</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Toggles the custom string</short>
<long>Toggles the use of the custom string for the timestamp in images.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/show_adjustments</key>
<applyto>/apps/camorama/preferences/show_adjustments</applyto>
<owner>camorama</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Toggles the video adjustment sliders</short>
<long>Toggles the use of the sliders to adjust the video properties</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/camorama/preferences/show_effects</key>
<applyto>/apps/camorama/preferences/show_effects</applyto>
<owner>camorama</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Toggles the video effects buttons</short>
<long>Toggles the use of the buttons to adjust the video filters</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|