test.xml
1: <Config>
2: <title>CSV-Convert</title>
3: <videofile>test.avi</videofile>
4: <framerate>25</framerate>
5: <width>640</width>
6: <height>480</height>
7: <ffmpeg_options>-sameq</ffmpeg_options>
8: <calibrate>99.8</calibrate>
9: <bgcolor_r>0</bgcolor_r>
10: <bgcolor_g>255</bgcolor_g>
11: <bgcolor_b>0</bgcolor_b>
12: <widget>
13: <title>LQI</title>
14: <file>test.csv</file>
15: <prefix>$1;1;</prefix>
16: <col>6</col>
17: <val_min>0</val_min>
18: <val_max>127</val_max>
19: <type>1</type>
20: <x>150</x>
21: <y>100</y>
22: <w>50</w>
23: <h>50</h>
24: </widget>
25: <widget>
26: <title>RSSI</title>
27: <file>test.csv</file>
28: <prefix>$1;1;</prefix>
29: <col>2</col>
30: <val_min>0</val_min>
31: <val_max>23</val_max>
32: <type>2</type>
33: <x>300</x>
34: <y>100</y>
35: <w>10</w>
36: <h>100</h>
37: </widget>
38: <widget>
39: <title>LQI</title>
40: <file>test.csv</file>
41: <prefix>$1;1;</prefix>
42: <col>6</col>
43: <val_min>0</val_min>
44: <val_max>127</val_max>
45: <type>3</type>
46: <x>150</x>
47: <y>250</y>
48: <w>100</w>
49: <h>10</h>
50: </widget>
51: <widget>
52: <title>LQI</title>
53: <file>test.csv</file>
54: <prefix>$1;1;</prefix>
55: <col>6</col>
56: <val_min>0</val_min>
57: <val_max>127</val_max>
58: <type>4</type>
59: <x>350</x>
60: <y>100</y>
61: <w>20</w>
62: <h>100</h>
63: </widget>
64: </Config>