<Config>
	<title>CSV-Convert</title>
	<videofile>test.avi</videofile>
	<framerate>25</framerate>
	<width>640</width>
	<height>480</height>
	<ffmpeg_options>-sameq</ffmpeg_options>
	<calibrate>99.8</calibrate>
	<bgcolor_r>0</bgcolor_r>
	<bgcolor_g>0</bgcolor_g>
	<bgcolor_b>255</bgcolor_b>
	<widget>
		<title>LQI</title>
		<file>test.csv</file>
		<prefix>$1;1;</prefix>
		<col>6</col>
		<val_min>0</val_min>
		<val_max>127</val_max>
		<type>1</type>
		<x>150</x>
		<y>100</y>
		<w>50</w>
		<h>50</h>
	</widget>
	<widget>
		<title>RSSI</title>
		<file>test.csv</file>
		<prefix>$1;1;</prefix>
		<col>2</col>
		<val_min>0</val_min>
		<val_max>23</val_max>
		<type>2</type>
		<x>300</x>
		<y>100</y>
		<w>10</w>
		<h>100</h>
	</widget>
	<widget>
		<title>LQI</title>
		<file>test.csv</file>
		<prefix>$1;1;</prefix>
		<col>6</col>
		<val_min>0</val_min>
		<val_max>127</val_max>
		<type>3</type>
		<x>150</x>
		<y>250</y>
		<w>100</w>
		<h>10</h>
	</widget>
	<widget>
		<title>LQI</title>
		<file>test.csv</file>
		<prefix>$1;1;</prefix>
		<col>6</col>
		<val_min>0</val_min>
		<val_max>127</val_max>
		<type>4</type>
		<x>350</x>
		<y>100</y>
		<w>20</w>
		<h>100</h>
	</widget>
</Config>

