Deleted conflicting 971cv folder.


git-svn-id: https://robotics.mvla.net/svn/frc971/2013/trunk/src@4257 f308d9b7-e957-4cde-b6ac-9a88185e7312
diff --git a/971cv/.classpath b/971cv/.classpath
deleted file mode 100644
index a090129..0000000
--- a/971cv/.classpath
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="lib" path="/home/daniel/svn/2013/src/DaisyCV/external_jars/javacpp.jar"/>
-	<classpathentry kind="lib" path="/home/daniel/svn/2013/src/DaisyCV/external_jars/javacv-linux-x86_64.jar"/>
-	<classpathentry kind="lib" path="/home/daniel/svn/2013/src/DaisyCV/external_jars/javacv.jar"/>
-	<classpathentry kind="lib" path="/home/daniel/svn/2013/src/DaisyCV/external_jars/networktables-desktop.jar"/>
-	<classpathentry kind="lib" path="/home/daniel/svn/2013/src/DaisyCV/external_jars/SmartDashboard.jar" sourcepath="/home/daniel/svn/2013/src/DaisyCV/external_jars/networktables-desktop.src.zip">
-		<attributes>
-			<attribute name="javadoc_location" value="jar:file:/C:/WindRiver/WPILib/SmartDashboard.javadoc.zip!/"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="lib" path="/home/daniel/svn/2013/src/DaisyCV/external_jars/WPICameraExtension.jar" sourcepath="/DaisyCV/C:/sourcecontrolled/FIRSTforge/SmartDashboard/trunk/extensions"/>
-	<classpathentry kind="lib" path="/home/daniel/svn/2013/src/DaisyCV/external_jars/WPIJavaCV.jar" sourcepath="/DaisyCV/C:/sourcecontrolled/FIRSTforge/SmartDashboard/trunk/WPIJavaCV/src"/>
-	<classpathentry kind="lib" path="/home/daniel/svn/2013/src/971CV/src/org/frc971/private_aos_camera_jar.jar"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/971cv/.project b/971cv/.project
deleted file mode 100644
index 2c09e79..0000000
--- a/971cv/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<projectDescription>

-	<name>971CV</name>

-	<comment></comment>

-	<projects>

-	</projects>

-	<buildSpec>

-		<buildCommand>

-			<name>org.eclipse.jdt.core.javabuilder</name>

-			<arguments>

-			</arguments>

-		</buildCommand>

-	</buildSpec>

-	<natures>

-		<nature>org.eclipse.jdt.core.javanature</nature>

-	</natures>

-</projectDescription>

diff --git a/971cv/.settings/org.eclipse.jdt.ui.prefs b/971cv/.settings/org.eclipse.jdt.ui.prefs
deleted file mode 100644
index a03bd4e..0000000
--- a/971cv/.settings/org.eclipse.jdt.ui.prefs
+++ /dev/null
@@ -1,3 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.ui.javadoc=true
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\n * @return the ${bare_field_name}\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\n * @param ${param} the ${bare_field_name} to set\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\n * \n */</template><template autoinsert\="true" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\n * @author ${user}\n *\n * ${tags}\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\n * \n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/* (non-Javadoc)\n * ${see_to_overridden}\n */</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\n * ${tags}\n * ${see_to_target}\n */</template><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\n${package_declaration}\n\n${typecomment}\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated method stub\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates>
diff --git a/971cv/2013-test-images/45in_DoubleGreen.jpg b/971cv/2013-test-images/45in_DoubleGreen.jpg
deleted file mode 100644
index 84aacdf..0000000
--- a/971cv/2013-test-images/45in_DoubleGreen.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/57inLargeTarget_DoubleGreenBK.jpg b/971cv/2013-test-images/57inLargeTarget_DoubleGreenBK.jpg
deleted file mode 100644
index 63448a7..0000000
--- a/971cv/2013-test-images/57inLargeTarget_DoubleGreenBK.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/FullField_DoubleGreenBK3.jpg b/971cv/2013-test-images/FullField_DoubleGreenBK3.jpg
deleted file mode 100644
index d9fd691..0000000
--- a/971cv/2013-test-images/FullField_DoubleGreenBK3.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/FullField_SmallGreen.jpg b/971cv/2013-test-images/FullField_SmallGreen.jpg
deleted file mode 100644
index a77646e..0000000
--- a/971cv/2013-test-images/FullField_SmallGreen.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/HybridLine_DoubleGreenBK2.jpg b/971cv/2013-test-images/HybridLine_DoubleGreenBK2.jpg
deleted file mode 100644
index a444bb8..0000000
--- a/971cv/2013-test-images/HybridLine_DoubleGreenBK2.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/HybridLine_DoubleGreenBK3.jpg b/971cv/2013-test-images/HybridLine_DoubleGreenBK3.jpg
deleted file mode 100644
index 8961b13..0000000
--- a/971cv/2013-test-images/HybridLine_DoubleGreenBK3.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/HybridLine_DoubleGreenBK4.jpg b/971cv/2013-test-images/HybridLine_DoubleGreenBK4.jpg
deleted file mode 100644
index 356e44a..0000000
--- a/971cv/2013-test-images/HybridLine_DoubleGreenBK4.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/HybridLine_SmallGreen2.jpg b/971cv/2013-test-images/HybridLine_SmallGreen2.jpg
deleted file mode 100644
index 08ccd6c..0000000
--- a/971cv/2013-test-images/HybridLine_SmallGreen2.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/HybridLine_SmallGreen3.jpg b/971cv/2013-test-images/HybridLine_SmallGreen3.jpg
deleted file mode 100644
index e85630c..0000000
--- a/971cv/2013-test-images/HybridLine_SmallGreen3.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/HybridLine_SmallGreen4.jpg b/971cv/2013-test-images/HybridLine_SmallGreen4.jpg
deleted file mode 100644
index 9274028..0000000
--- a/971cv/2013-test-images/HybridLine_SmallGreen4.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/Midfield_DoubleGreenBK2.jpg b/971cv/2013-test-images/Midfield_DoubleGreenBK2.jpg
deleted file mode 100644
index 1703d2e..0000000
--- a/971cv/2013-test-images/Midfield_DoubleGreenBK2.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/Midfield_SmallGreen2.jpg b/971cv/2013-test-images/Midfield_SmallGreen2.jpg
deleted file mode 100644
index 49b69a0..0000000
--- a/971cv/2013-test-images/Midfield_SmallGreen2.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/Midfield_SmallGreen3.jpg b/971cv/2013-test-images/Midfield_SmallGreen3.jpg
deleted file mode 100644
index c79dcf4..0000000
--- a/971cv/2013-test-images/Midfield_SmallGreen3.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/Midfield_SmallGreen4.jpg b/971cv/2013-test-images/Midfield_SmallGreen4.jpg
deleted file mode 100644
index 7beb4f7..0000000
--- a/971cv/2013-test-images/Midfield_SmallGreen4.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/OppLine_DoubleGreenBK2.jpg b/971cv/2013-test-images/OppLine_DoubleGreenBK2.jpg
deleted file mode 100644
index 627c184..0000000
--- a/971cv/2013-test-images/OppLine_DoubleGreenBK2.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/OppLine_SmallGreen2.jpg b/971cv/2013-test-images/OppLine_SmallGreen2.jpg
deleted file mode 100644
index 749c29d..0000000
--- a/971cv/2013-test-images/OppLine_SmallGreen2.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/PyramidRight_DoubleGreenBK2.jpg b/971cv/2013-test-images/PyramidRight_DoubleGreenBK2.jpg
deleted file mode 100644
index 853ed99..0000000
--- a/971cv/2013-test-images/PyramidRight_DoubleGreenBK2.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/PyramidRight_SmallGreen2.jpg b/971cv/2013-test-images/PyramidRight_SmallGreen2.jpg
deleted file mode 100644
index c1b1b6a..0000000
--- a/971cv/2013-test-images/PyramidRight_SmallGreen2.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/ReceivedImage.jpg b/971cv/2013-test-images/ReceivedImage.jpg
deleted file mode 100644
index 660a236..0000000
--- a/971cv/2013-test-images/ReceivedImage.jpg
+++ /dev/null
Binary files differ
diff --git a/971cv/2013-test-images/ds_vision.log b/971cv/2013-test-images/ds_vision.log
deleted file mode 100644
index 5d98e08..0000000
--- a/971cv/2013-test-images/ds_vision.log
+++ /dev/null
@@ -1,3274 +0,0 @@
-@Sun Feb 24 16:17:50 PST 2013 in [global]: (FINE) Initial HSV range [50 .. 50] 50+ 50+
-@Sun Feb 24 16:17:50 PST 2013 in [global]: (INFO) Reading headers...
-@Sun Feb 24 16:17:50 PST 2013 in [global]: (INFO) Writing headers...
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77465, Content-Type=image/jpeg, X-Timestamp=1.361751471045E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77465
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471045E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77410, Content-Type=image/jpeg, X-Timestamp=1.361751471083E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77410
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 22.287286 ms, 44.86863048286812 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471083E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77345, Content-Type=image/jpeg, X-Timestamp=1.361751471128E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77345
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 28.42281 ms, 39.43987800772454 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471128E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77299, Content-Type=image/jpeg, X-Timestamp=1.361751471167E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77299
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 17.923199 ms, 43.71056351002819 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471167E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77167, Content-Type=image/jpeg, X-Timestamp=1.361751471209E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77167
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 18.421122 ms, 45.94827164255204 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471209E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77226, Content-Type=image/jpeg, X-Timestamp=1.361751471258E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77226
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 19.179379 ms, 47.066001482240175 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471258E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77209, Content-Type=image/jpeg, X-Timestamp=1.361751471291E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77209
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 21.459572 ms, 46.98756164063274 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471291E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77402, Content-Type=image/jpeg, X-Timestamp=1.361751471361E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77402
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 18.85352 ms, 47.76628214718555 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471361E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77230, Content-Type=image/jpeg, X-Timestamp=1.361751471375E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77230
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 18.203639 ms, 48.55826652378477 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471375E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76980, Content-Type=image/jpeg, X-Timestamp=1.361751471413E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76980
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 25.690265 ms, 47.25878266668834 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471413E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77099, Content-Type=image/jpeg, X-Timestamp=1.361751471458E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77099
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 20.025463 ms, 47.513555082737604 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471458E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77088, Content-Type=image/jpeg, X-Timestamp=1.361751471497E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77088
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 16.944294 ms, 48.37066727278337 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471497E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77065, Content-Type=image/jpeg, X-Timestamp=1.361751471538E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77065
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 17.224275 ms, 49.052705595177244 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471538E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77323, Content-Type=image/jpeg, X-Timestamp=1.361751471581E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77323
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 17.287744 ms, 49.63298924283607 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471581E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77047, Content-Type=image/jpeg, X-Timestamp=1.361751471622E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77047
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 17.816477 ms, 50.04664257719189 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471622E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77235, Content-Type=image/jpeg, X-Timestamp=1.361751471661E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77235
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 17.480887 ms, 50.46767859431446 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471661E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77192, Content-Type=image/jpeg, X-Timestamp=1.361751471708E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77192
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 17.66034 ms, 50.81296423676869 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471708E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77121, Content-Type=image/jpeg, X-Timestamp=1.361751471745E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77121
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 24.91014 ms, 50.03084077604873 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471745E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77104, Content-Type=image/jpeg, X-Timestamp=1.361751471793E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77104
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 17.296878 ms, 50.407842855454184 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471793E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77119, Content-Type=image/jpeg, X-Timestamp=1.361751471829E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77119
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 16.926271 ms, 50.80029705126119 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471829E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76994, Content-Type=image/jpeg, X-Timestamp=1.36175147187E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76994
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 21.269442 ms, 50.59666074232895 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.36175147187E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76900, Content-Type=image/jpeg, X-Timestamp=1.361751471909E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76900
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 27.540577 ms, 49.66610424139542 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471909E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76908, Content-Type=image/jpeg, X-Timestamp=1.361751471954E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76908
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) The recognizer took 35.077472 ms, 48.045314383772144 fps avg
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) Captured time: 1.361751471954E12
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76861, Content-Type=image/jpeg, X-Timestamp=1.361751471993E12}
-@Sun Feb 24 16:17:51 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76861
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 31.974503 ms, 46.95069955062362 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751471993E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76776, Content-Type=image/jpeg, X-Timestamp=1.361751472033E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76776
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 34.434355 ms, 45.7744542726648 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472033E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76885, Content-Type=image/jpeg, X-Timestamp=1.361751472077E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76885
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 29.464242 ms, 45.144757857892934 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472077E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76625, Content-Type=image/jpeg, X-Timestamp=1.361751472124E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76625
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 41.663189 ms, 43.66538376033759 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472124E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76713, Content-Type=image/jpeg, X-Timestamp=1.361751472161E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76713
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 18.576381 ms, 43.97295863690812 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472161E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76595, Content-Type=image/jpeg, X-Timestamp=1.361751472207E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76595
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 41.400559 ms, 42.72107094962735 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472207E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76734, Content-Type=image/jpeg, X-Timestamp=1.361751472241E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76734
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 19.257144 ms, 42.983886563744704 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472241E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76488, Content-Type=image/jpeg, X-Timestamp=1.361751472287E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76488
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 37.793873 ms, 42.10731397615382 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472287E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76789, Content-Type=image/jpeg, X-Timestamp=1.361751472325E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76789
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 29.862694 ms, 41.760516017291714 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472325E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76771, Content-Type=image/jpeg, X-Timestamp=1.361751472365E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76771
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 30.82154 ms, 41.389147474773345 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472365E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77028, Content-Type=image/jpeg, X-Timestamp=1.36175147241E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77028
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 37.337734 ms, 40.716247354341526 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.36175147241E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76906, Content-Type=image/jpeg, X-Timestamp=1.361751472449E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76906
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 25.119679 ms, 40.688986853741376 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472449E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76950, Content-Type=image/jpeg, X-Timestamp=1.36175147249E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76950
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 25.92386 ms, 40.625361039759916 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.36175147249E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76762, Content-Type=image/jpeg, X-Timestamp=1.361751472539E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76762
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 44.945901 ms, 39.7142030917229 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472539E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76683, Content-Type=image/jpeg, X-Timestamp=1.361751472576E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76683
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 22.64002 ms, 39.82276818897779 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472576E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76685, Content-Type=image/jpeg, X-Timestamp=1.361751472613E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76685
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 70.337916 ms, 38.02073491195011 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472613E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77010, Content-Type=image/jpeg, X-Timestamp=1.361751472665E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77010
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 19.857242 ms, 38.261105959988974 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472665E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76938, Content-Type=image/jpeg, X-Timestamp=1.361751472698E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76938
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 16.026401 ms, 38.634715415744516 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472698E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77008, Content-Type=image/jpeg, X-Timestamp=1.361751472738E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77008
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 16.414618 ms, 38.98254036956054 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472738E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76741, Content-Type=image/jpeg, X-Timestamp=1.361751472788E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76741
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 38.802064 ms, 38.512501681173845 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472788E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76638, Content-Type=image/jpeg, X-Timestamp=1.361751472821E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76638
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 20.753978 ms, 38.69311067229823 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472821E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76233, Content-Type=image/jpeg, X-Timestamp=1.361751472866E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76233
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 38.545179 ms, 38.26572352233438 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472866E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76191, Content-Type=image/jpeg, X-Timestamp=1.361751472908E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76191
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 26.94515 ms, 38.23931658883738 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472908E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76038, Content-Type=image/jpeg, X-Timestamp=1.361751472945E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76038
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) The recognizer took 29.993321 ms, 38.11756899287238 fps avg
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) Captured time: 1.361751472945E12
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) parsed headers {Content-Length=75774, Content-Type=image/jpeg, X-Timestamp=1.361751472989E12}
-@Sun Feb 24 16:17:52 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 75774
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 31.998103 ms, 37.940226767831284 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751472989E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=75500, Content-Type=image/jpeg, X-Timestamp=1.361751473029E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 75500
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 31.011856 ms, 37.801152508943524 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473029E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=75123, Content-Type=image/jpeg, X-Timestamp=1.361751473075E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 75123
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 44.104378 ms, 37.29335678700871 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473075E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=75105, Content-Type=image/jpeg, X-Timestamp=1.361751473113E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 75105
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 20.052785 ms, 37.482391231758605 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473113E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=75268, Content-Type=image/jpeg, X-Timestamp=1.361751473156E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 75268
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 38.171888 ms, 37.168446389659536 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473156E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=75059, Content-Type=image/jpeg, X-Timestamp=1.361751473193E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 75059
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 21.107614 ms, 37.32309519489631 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473193E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=75240, Content-Type=image/jpeg, X-Timestamp=1.361751473237E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 75240
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 42.335329 ms, 36.919016204235454 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473237E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=75517, Content-Type=image/jpeg, X-Timestamp=1.361751473279E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 75517
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 22.9301 ms, 37.0242220853039 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473279E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=75730, Content-Type=image/jpeg, X-Timestamp=1.361751473318E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 75730
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 29.893282 ms, 36.95248353375497 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473318E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=75918, Content-Type=image/jpeg, X-Timestamp=1.361751473361E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 75918
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 33.803804 ms, 36.7888163238684 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473361E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76456, Content-Type=image/jpeg, X-Timestamp=1.361751473407E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76456
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 40.224325 ms, 36.481726397012174 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473407E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76234, Content-Type=image/jpeg, X-Timestamp=1.361751473441E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76234
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 25.392863 ms, 36.528094731950794 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473441E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76735, Content-Type=image/jpeg, X-Timestamp=1.361751473489E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76735
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 34.94039 ms, 36.35782556520002 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473489E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77136, Content-Type=image/jpeg, X-Timestamp=1.361751473528E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77136
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 28.859587 ms, 36.32799312016107 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473528E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77188, Content-Type=image/jpeg, X-Timestamp=1.361751473566E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77188
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 25.034229 ms, 36.38200351718784 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473566E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76803, Content-Type=image/jpeg, X-Timestamp=1.361751473609E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76803
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 34.236609 ms, 36.2384545650004 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473609E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77097, Content-Type=image/jpeg, X-Timestamp=1.361751473649E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77097
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 31.72083 ms, 36.152655787264024 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473649E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77129, Content-Type=image/jpeg, X-Timestamp=1.361751473689E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77129
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 28.819717 ms, 36.12899732948225 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473689E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77073, Content-Type=image/jpeg, X-Timestamp=1.361751473739E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77073
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 43.722266 ms, 35.80966238898212 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473739E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77057, Content-Type=image/jpeg, X-Timestamp=1.361751473775E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77057
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 27.427954 ms, 35.819330475234416 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473775E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76965, Content-Type=image/jpeg, X-Timestamp=1.361751473823E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76965
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 42.845509 ms, 35.535735445483105 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473823E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77185, Content-Type=image/jpeg, X-Timestamp=1.361751473857E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77185
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 16.786165 ms, 35.74785230924959 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473857E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77125, Content-Type=image/jpeg, X-Timestamp=1.361751473898E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77125
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 29.64368 ms, 35.71695047239906 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473898E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77194, Content-Type=image/jpeg, X-Timestamp=1.361751473941E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77194
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) The recognizer took 34.879352 ms, 35.591979867996564 fps avg
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) Captured time: 1.361751473941E12
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77412, Content-Type=image/jpeg, X-Timestamp=1.361751473983E12}
-@Sun Feb 24 16:17:53 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77412
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 32.655405 ms, 35.51081988048644 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751473983E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77260, Content-Type=image/jpeg, X-Timestamp=1.361751474021E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77260
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 28.636399 ms, 35.50248566856615 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474021E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77093, Content-Type=image/jpeg, X-Timestamp=1.36175147407E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77093
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 48.789643 ms, 35.14994920420652 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.36175147407E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77096, Content-Type=image/jpeg, X-Timestamp=1.361751474105E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77096
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 20.261816 ms, 35.28718689012073 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474105E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77049, Content-Type=image/jpeg, X-Timestamp=1.36175147415E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77049
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 33.121011 ms, 35.20797022219164 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.36175147415E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77183, Content-Type=image/jpeg, X-Timestamp=1.361751474189E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77183
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 89.32146 ms, 34.24162326805238 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474189E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77217, Content-Type=image/jpeg, X-Timestamp=1.361751474257E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77217
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 16.160453 ms, 34.441401222608995 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474257E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77112, Content-Type=image/jpeg, X-Timestamp=1.361751474269E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77112
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 20.243463 ms, 34.57561968619824 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474269E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77352, Content-Type=image/jpeg, X-Timestamp=1.361751474315E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77352
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 16.050681 ms, 34.77150108985262 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474315E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77162, Content-Type=image/jpeg, X-Timestamp=1.361751474354E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77162
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 16.511059 ms, 34.95760036348913 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474354E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77306, Content-Type=image/jpeg, X-Timestamp=1.361751474397E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77306
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 32.369515 ms, 34.900914139608346 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474397E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77345, Content-Type=image/jpeg, X-Timestamp=1.361751474437E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77345
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 30.111896 ms, 34.87924957563364 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474437E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77419, Content-Type=image/jpeg, X-Timestamp=1.361751474478E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77419
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 28.636301 ms, 34.87974852854444 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474478E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77474, Content-Type=image/jpeg, X-Timestamp=1.361751474517E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77474
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 29.453583 ms, 34.86840236357209 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474517E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77249, Content-Type=image/jpeg, X-Timestamp=1.361751474562E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77249
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 33.092486 ms, 34.80539145390163 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474562E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77057, Content-Type=image/jpeg, X-Timestamp=1.361751474601E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77057
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 27.54228 ms, 34.82214664118484 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474601E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77234, Content-Type=image/jpeg, X-Timestamp=1.361751474646E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77234
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 37.344549 ms, 34.70231700310503 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474646E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77295, Content-Type=image/jpeg, X-Timestamp=1.361751474685E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77295
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 35.601249 ms, 34.60971798350353 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474685E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77091, Content-Type=image/jpeg, X-Timestamp=1.361751474726E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77091
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 25.147793 ms, 34.66020582152412 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474726E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76841, Content-Type=image/jpeg, X-Timestamp=1.361751474769E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76841
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 29.147042 ms, 34.65626175610193 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474769E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76579, Content-Type=image/jpeg, X-Timestamp=1.36175147481E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76579
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 32.811354 ms, 34.60412024004241 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.36175147481E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76623, Content-Type=image/jpeg, X-Timestamp=1.361751474849E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76623
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 28.624193 ms, 34.60768821131394 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474849E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76806, Content-Type=image/jpeg, X-Timestamp=1.361751474894E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76806
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 36.879551 ms, 34.50516853142046 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474894E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77127, Content-Type=image/jpeg, X-Timestamp=1.361751474933E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77127
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) The recognizer took 28.53536 ms, 34.51081604072951 fps avg
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) Captured time: 1.361751474933E12
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77201, Content-Type=image/jpeg, X-Timestamp=1.361751474973E12}
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77201
-@Sun Feb 24 16:17:54 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 33.746954 ms, 34.451112291621385 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751474973E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77338, Content-Type=image/jpeg, X-Timestamp=1.361751475021E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77338
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 36.811712 ms, 34.35513106110677 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475021E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77238, Content-Type=image/jpeg, X-Timestamp=1.361751475061E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77238
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 31.089254 ms, 34.331037257516805 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475061E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77232, Content-Type=image/jpeg, X-Timestamp=1.3617514751E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77232
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 28.587386 ms, 34.337542254772146 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.3617514751E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77203, Content-Type=image/jpeg, X-Timestamp=1.361751475142E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77203
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 37.965607 ms, 34.23254666531919 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475142E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77049, Content-Type=image/jpeg, X-Timestamp=1.361751475183E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77049
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 24.115254 ms, 34.29237775716971 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475183E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77122, Content-Type=image/jpeg, X-Timestamp=1.361751475221E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77122
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 29.36952 ms, 34.289950071350916 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475221E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77182, Content-Type=image/jpeg, X-Timestamp=1.361751475265E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77182
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 36.016893 ms, 34.211124466761426 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475265E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77841, Content-Type=image/jpeg, X-Timestamp=1.361751475305E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77841
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 54.644613 ms, 33.924755508198274 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475305E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78187, Content-Type=image/jpeg, X-Timestamp=1.361751475345E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78187
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 23.088201 ms, 33.9956031381349 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475345E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78060, Content-Type=image/jpeg, X-Timestamp=1.36175147539E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78060
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 16.193459 ms, 34.14176030536234 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.36175147539E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77999, Content-Type=image/jpeg, X-Timestamp=1.361751475429E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77999
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 29.585403 ms, 34.138508213819115 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475429E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78109, Content-Type=image/jpeg, X-Timestamp=1.36175147548E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78109
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 39.451505 ms, 34.028213700882525 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.36175147548E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78630, Content-Type=image/jpeg, X-Timestamp=1.361751475515E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78630
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 24.015488 ms, 34.08590594054663 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475515E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=79077, Content-Type=image/jpeg, X-Timestamp=1.361751475554E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 79077
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 29.291681 ms, 34.08639582040595 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475554E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=79196, Content-Type=image/jpeg, X-Timestamp=1.361751475597E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 79196
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 34.20427 ms, 34.03506466621444 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475597E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=79552, Content-Type=image/jpeg, X-Timestamp=1.361751475637E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 79552
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 41.433821 ms, 33.909750487647635 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475637E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=79335, Content-Type=image/jpeg, X-Timestamp=1.361751475677E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 79335
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 19.825099 ms, 34.00926884726389 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475677E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=79505, Content-Type=image/jpeg, X-Timestamp=1.361751475722E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 79505
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 42.208242 ms, 33.87870946032326 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475722E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=79259, Content-Type=image/jpeg, X-Timestamp=1.361751475762E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 79259
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 30.665701 ms, 33.867148768104066 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475762E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=79360, Content-Type=image/jpeg, X-Timestamp=1.361751475802E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 79360
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 21.569082 ms, 33.94670706516876 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475802E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=79550, Content-Type=image/jpeg, X-Timestamp=1.361751475845E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 79550
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 33.484846 ms, 33.906749639020184 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475845E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=79201, Content-Type=image/jpeg, X-Timestamp=1.361751475885E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 79201
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 31.139048 ms, 33.890579515298434 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475885E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=79025, Content-Type=image/jpeg, X-Timestamp=1.361751475926E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 79025
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) The recognizer took 29.730966 ms, 33.888396968332856 fps avg
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) Captured time: 1.361751475926E12
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78623, Content-Type=image/jpeg, X-Timestamp=1.361751475972E12}
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78623
-@Sun Feb 24 16:17:55 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 43.635287 ms, 33.7526122153499 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751475972E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78496, Content-Type=image/jpeg, X-Timestamp=1.36175147601E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78496
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 22.474586 ms, 33.82065486748005 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.36175147601E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78548, Content-Type=image/jpeg, X-Timestamp=1.361751476056E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78548
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 41.892108 ms, 33.70455006673837 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476056E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78556, Content-Type=image/jpeg, X-Timestamp=1.361751476097E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78556
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 23.72485 ms, 33.75999521524568 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476097E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78907, Content-Type=image/jpeg, X-Timestamp=1.361751476133E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78907
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 26.578487 ms, 33.78820985552222 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476133E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78650, Content-Type=image/jpeg, X-Timestamp=1.361751476174E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78650
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 28.984149 ms, 33.793845113035964 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476174E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78573, Content-Type=image/jpeg, X-Timestamp=1.361751476217E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78573
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 35.373438 ms, 33.74109981520452 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476217E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78980, Content-Type=image/jpeg, X-Timestamp=1.361751476257E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78980
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 29.393553 ms, 33.74330362633137 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476257E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=79067, Content-Type=image/jpeg, X-Timestamp=1.361751476302E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 79067
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 45.296739 ms, 33.6034756962891 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476302E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=79064, Content-Type=image/jpeg, X-Timestamp=1.361751476342E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 79064
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 21.405458 ms, 33.67732960977973 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476342E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78825, Content-Type=image/jpeg, X-Timestamp=1.361751476388E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78825
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 42.042802 ms, 33.56910456001482 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476388E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77977, Content-Type=image/jpeg, X-Timestamp=1.361751476427E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77977
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 28.078815 ms, 33.5839381523527 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476427E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77781, Content-Type=image/jpeg, X-Timestamp=1.361751476466E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77781
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 23.685897 ms, 33.63645577784372 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476466E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77889, Content-Type=image/jpeg, X-Timestamp=1.361751476506E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77889
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 30.559601 ms, 33.629343511137286 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476506E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77652, Content-Type=image/jpeg, X-Timestamp=1.361751476549E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77652
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 35.00124 ms, 33.584630821653995 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476549E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77331, Content-Type=image/jpeg, X-Timestamp=1.361751476593E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77331
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 30.837301 ms, 33.57569583547424 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476593E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77666, Content-Type=image/jpeg, X-Timestamp=1.361751476629E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77666
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 28.224038 ms, 33.58872285710047 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476629E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77631, Content-Type=image/jpeg, X-Timestamp=1.361751476673E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77631
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 34.423289 ms, 33.55018102240695 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476673E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77641, Content-Type=image/jpeg, X-Timestamp=1.361751476713E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77641
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 30.032826 ms, 33.54831829515314 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476713E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77519, Content-Type=image/jpeg, X-Timestamp=1.361751476754E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77519
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 33.391626 ms, 33.51911466996171 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476754E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77658, Content-Type=image/jpeg, X-Timestamp=1.361751476801E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77658
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 127.633097 ms, 32.74682016219852 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476801E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77322, Content-Type=image/jpeg, X-Timestamp=1.361751476891E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77322
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 16.609268 ms, 32.85385315523332 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476891E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77471, Content-Type=image/jpeg, X-Timestamp=1.361751476907E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77471
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) The recognizer took 18.964866 ms, 32.94191579217495 fps avg
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) Captured time: 1.361751476907E12
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77604, Content-Type=image/jpeg, X-Timestamp=1.361751476922E12}
-@Sun Feb 24 16:17:56 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77604
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 22.522197 ms, 33.001894570207 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751476922E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77383, Content-Type=image/jpeg, X-Timestamp=1.361751476963E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77383
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 16.039322 ms, 33.11087612149955 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751476963E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77565, Content-Type=image/jpeg, X-Timestamp=1.361751477006E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77565
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 24.908219 ms, 33.151225547766536 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477006E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77497, Content-Type=image/jpeg, X-Timestamp=1.361751477051E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77497
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 21.275733 ms, 33.21873595658607 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477051E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77524, Content-Type=image/jpeg, X-Timestamp=1.361751477087E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77524
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 16.977654 ms, 33.318239691518116 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477087E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77614, Content-Type=image/jpeg, X-Timestamp=1.361751477129E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77614
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 16.426104 ms, 33.42116577119961 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477129E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77483, Content-Type=image/jpeg, X-Timestamp=1.361751477172E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77483
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 40.3705 ms, 33.34248894800179 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477172E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77165, Content-Type=image/jpeg, X-Timestamp=1.361751477209E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77165
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 26.29748 ms, 33.370075600647574 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477209E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77469, Content-Type=image/jpeg, X-Timestamp=1.361751477259E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77469
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 35.555259 ms, 33.32864106061569 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477259E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77210, Content-Type=image/jpeg, X-Timestamp=1.361751477294E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77210
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 21.223633 ms, 33.39335897234007 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477294E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77500, Content-Type=image/jpeg, X-Timestamp=1.361751477333E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77500
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 30.488108 ms, 33.38938292621651 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477333E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77125, Content-Type=image/jpeg, X-Timestamp=1.361751477377E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77125
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 33.276093 ms, 33.3651619532531 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477377E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77265, Content-Type=image/jpeg, X-Timestamp=1.361751477417E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77265
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 31.200979 ms, 33.3562758159394 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477417E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77344, Content-Type=image/jpeg, X-Timestamp=1.361751477457E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77344
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 31.385393 ms, 33.346185943024516 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477457E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77310, Content-Type=image/jpeg, X-Timestamp=1.361751477502E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77310
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 33.906834 ms, 33.31827898156442 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477502E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77380, Content-Type=image/jpeg, X-Timestamp=1.361751477541E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77380
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 28.80159 ms, 33.32685068773764 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477541E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77525, Content-Type=image/jpeg, X-Timestamp=1.361751477581E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77525
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 32.167668 ms, 33.31166076683842 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477581E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77663, Content-Type=image/jpeg, X-Timestamp=1.361751477627E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77663
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 38.464483 ms, 33.25282714433182 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477627E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77814, Content-Type=image/jpeg, X-Timestamp=1.361751477667E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77814
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 23.427136 ms, 33.298817284720016 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477667E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77597, Content-Type=image/jpeg, X-Timestamp=1.361751477711E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77597
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 46.679338 ms, 33.184553848887894 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477711E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77799, Content-Type=image/jpeg, X-Timestamp=1.361751477749E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77799
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 16.362448 ms, 33.278435903915174 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477749E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77852, Content-Type=image/jpeg, X-Timestamp=1.361751477789E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77852
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 30.398384 ms, 33.27606561229509 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477789E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77784, Content-Type=image/jpeg, X-Timestamp=1.361751477834E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77784
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 34.877021 ms, 33.2435173629981 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477834E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77757, Content-Type=image/jpeg, X-Timestamp=1.361751477873E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77757
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 31.057064 ms, 33.23698155303892 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477873E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77616, Content-Type=image/jpeg, X-Timestamp=1.36175147792E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77616
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 40.867672 ms, 33.16539264241627 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.36175147792E12
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77782, Content-Type=image/jpeg, X-Timestamp=1.361751477959E12}
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77782
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) The recognizer took 28.692853 ms, 33.17500550039108 fps avg
-@Sun Feb 24 16:17:57 PST 2013 in [global]: (FINE) Captured time: 1.361751477959E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77463, Content-Type=image/jpeg, X-Timestamp=1.361751477998E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77463
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 26.756526 ms, 33.197206547784056 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751477998E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77371, Content-Type=image/jpeg, X-Timestamp=1.361751478037E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77371
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 32.443874 ms, 33.18207905659276 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478037E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77342, Content-Type=image/jpeg, X-Timestamp=1.361751478082E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77342
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 30.83262 ms, 33.177572676803464 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478082E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77226, Content-Type=image/jpeg, X-Timestamp=1.361751478122E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77226
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 30.169971 ms, 33.177385175003316 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478122E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77163, Content-Type=image/jpeg, X-Timestamp=1.361751478161E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77163
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 29.523097 ms, 33.18134008965452 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478161E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77041, Content-Type=image/jpeg, X-Timestamp=1.361751478205E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77041
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 36.562517 ms, 33.140500014914366 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478205E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77203, Content-Type=image/jpeg, X-Timestamp=1.361751478245E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77203
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 30.75722 ms, 33.13682265604511 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478245E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77212, Content-Type=image/jpeg, X-Timestamp=1.361751478285E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77212
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 29.825185 ms, 33.13903599028701 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478285E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77199, Content-Type=image/jpeg, X-Timestamp=1.36175147833E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77199
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 56.411785 ms, 32.976135348095305 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.36175147833E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77106, Content-Type=image/jpeg, X-Timestamp=1.361751478371E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77106
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 16.358959 ms, 33.06216136486326 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478371E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77101, Content-Type=image/jpeg, X-Timestamp=1.361751478411E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77101
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 23.562869 ms, 33.10325414945301 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478411E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77109, Content-Type=image/jpeg, X-Timestamp=1.361751478456E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77109
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 40.58877 ms, 33.0398286850846 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478456E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77170, Content-Type=image/jpeg, X-Timestamp=1.361751478496E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77170
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 20.844353 ms, 33.097069358230854 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478496E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77242, Content-Type=image/jpeg, X-Timestamp=1.361751478537E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77242
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 37.091601 ms, 33.05549918416013 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478537E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77195, Content-Type=image/jpeg, X-Timestamp=1.361751478579E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77195
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 28.924128 ms, 33.06347411418954 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478579E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76938, Content-Type=image/jpeg, X-Timestamp=1.361751478618E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76938
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 26.30177 ms, 33.08704585151175 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478618E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76809, Content-Type=image/jpeg, X-Timestamp=1.361751478661E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76809
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 35.247328 ms, 33.0571812111111 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478661E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76872, Content-Type=image/jpeg, X-Timestamp=1.361751478701E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76872
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 30.412266 ms, 33.056226370719216 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478701E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76730, Content-Type=image/jpeg, X-Timestamp=1.361751478747E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76730
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 42.125148 ms, 32.98661779203849 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478747E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76842, Content-Type=image/jpeg, X-Timestamp=1.361751478788E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76842
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 28.565771 ms, 32.99680124544452 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478788E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76934, Content-Type=image/jpeg, X-Timestamp=1.361751478825E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76934
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 31.149728 ms, 32.99191539132604 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478825E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76795, Content-Type=image/jpeg, X-Timestamp=1.361751478866E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76795
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 29.073886 ms, 32.99903843682862 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478866E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76547, Content-Type=image/jpeg, X-Timestamp=1.361751478909E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76547
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 28.731865 ms, 33.00805069135986 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478909E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76705, Content-Type=image/jpeg, X-Timestamp=1.361751478949E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76705
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) The recognizer took 30.954587 ms, 33.004292249505596 fps avg
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) Captured time: 1.361751478949E12
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77076, Content-Type=image/jpeg, X-Timestamp=1.36175147899E12}
-@Sun Feb 24 16:17:58 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77076
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 32.150559 ms, 32.99379155514988 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.36175147899E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76935, Content-Type=image/jpeg, X-Timestamp=1.361751479033E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76935
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 41.939313 ms, 32.92832101881717 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479033E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77166, Content-Type=image/jpeg, X-Timestamp=1.361751479075E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77166
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 23.169568 ms, 32.96860815274928 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479075E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77153, Content-Type=image/jpeg, X-Timestamp=1.36175147912E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77153
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 38.189768 ms, 32.924866455158714 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.36175147912E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77060, Content-Type=image/jpeg, X-Timestamp=1.361751479161E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77060
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 31.87891 ms, 32.916535069452365 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479161E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77177, Content-Type=image/jpeg, X-Timestamp=1.361751479199E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77177
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 25.32296 ms, 32.94437154145815 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479199E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77309, Content-Type=image/jpeg, X-Timestamp=1.361751479237E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77309
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 29.957185 ms, 32.94654790505521 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479237E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77178, Content-Type=image/jpeg, X-Timestamp=1.361751479281E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77178
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 33.756586 ms, 32.927988602274894 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479281E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77100, Content-Type=image/jpeg, X-Timestamp=1.361751479321E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77100
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 30.823423 ms, 32.92552687237542 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479321E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77126, Content-Type=image/jpeg, X-Timestamp=1.361751479366E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77126
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 41.77436 ms, 32.86414077560124 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479366E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77232, Content-Type=image/jpeg, X-Timestamp=1.361751479409E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77232
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 30.226356 ms, 32.86522057402081 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479409E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77207, Content-Type=image/jpeg, X-Timestamp=1.361751479448E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77207
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 28.892841 ms, 32.873387166688495 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479448E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77231, Content-Type=image/jpeg, X-Timestamp=1.361751479493E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77231
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 35.447712 ms, 32.846773815187184 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479493E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77309, Content-Type=image/jpeg, X-Timestamp=1.36175147953E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77309
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 22.316284 ms, 32.88960764657333 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.36175147953E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77406, Content-Type=image/jpeg, X-Timestamp=1.361751479569E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77406
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 30.348991 ms, 32.88990039758751 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479569E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77415, Content-Type=image/jpeg, X-Timestamp=1.361751479615E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77415
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 35.088713 ms, 32.86543957564487 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479615E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77312, Content-Type=image/jpeg, X-Timestamp=1.361751479653E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77312
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 28.440715 ms, 32.87575804320303 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479653E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77264, Content-Type=image/jpeg, X-Timestamp=1.361751479699E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77264
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 41.385195 ms, 32.8191380176008 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479699E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77021, Content-Type=image/jpeg, X-Timestamp=1.36175147974E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77021
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 36.512864 ms, 32.78817337830867 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.36175147974E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77039, Content-Type=image/jpeg, X-Timestamp=1.361751479778E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77039
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 17.869817 ms, 32.85264573676265 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479778E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76912, Content-Type=image/jpeg, X-Timestamp=1.361751479821E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76912
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 34.834514 ms, 32.83028305684215 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479821E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76921, Content-Type=image/jpeg, X-Timestamp=1.361751479861E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76921
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 29.597467 ms, 32.83464663965581 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479861E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77004, Content-Type=image/jpeg, X-Timestamp=1.361751479901E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77004
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 30.347436 ms, 32.83519174411871 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479901E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77102, Content-Type=image/jpeg, X-Timestamp=1.361751479942E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77102
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) The recognizer took 31.689621 ms, 32.82900236528761 fps avg
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) Captured time: 1.361751479942E12
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77214, Content-Type=image/jpeg, X-Timestamp=1.361751479985E12}
-@Sun Feb 24 16:17:59 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77214
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 40.394303 ms, 32.779513696513675 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751479985E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77230, Content-Type=image/jpeg, X-Timestamp=1.361751480026E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77230
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 31.586917 ms, 32.77416655673915 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480026E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77176, Content-Type=image/jpeg, X-Timestamp=1.361751480069E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77176
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 29.894692 ms, 32.77720767797421 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480069E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77216, Content-Type=image/jpeg, X-Timestamp=1.361751480111E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77216
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 34.072188 ms, 32.75973713721548 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480111E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77139, Content-Type=image/jpeg, X-Timestamp=1.361751480149E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77139
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 35.459352 ms, 32.73568547757662 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480149E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77025, Content-Type=image/jpeg, X-Timestamp=1.361751480189E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77025
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 20.388223 ms, 32.78502286399306 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480189E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77171, Content-Type=image/jpeg, X-Timestamp=1.361751480234E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77171
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 134.31373 ms, 32.28998557383803 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480234E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77205, Content-Type=image/jpeg, X-Timestamp=1.361751480336E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77205
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 18.474729 ms, 32.348510450656065 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480336E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77148, Content-Type=image/jpeg, X-Timestamp=1.361751480346E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77148
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 16.438855 ms, 32.41627022766903 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480346E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77099, Content-Type=image/jpeg, X-Timestamp=1.361751480357E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77099
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 22.467488 ms, 32.45546024461997 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480357E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76961, Content-Type=image/jpeg, X-Timestamp=1.361751480397E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76961
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 16.482603 ms, 32.52238289504955 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480397E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76823, Content-Type=image/jpeg, X-Timestamp=1.361751480442E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76823
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 22.085321 ms, 32.562797017661936 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480442E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76921, Content-Type=image/jpeg, X-Timestamp=1.361751480482E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76921
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 19.485884 ms, 32.61507914897947 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480482E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76776, Content-Type=image/jpeg, X-Timestamp=1.361751480523E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76776
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 16.658912 ms, 32.68024959848023 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480523E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76924, Content-Type=image/jpeg, X-Timestamp=1.361751480568E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76924
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 22.238613 ms, 32.71911942533144 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480568E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76615, Content-Type=image/jpeg, X-Timestamp=1.361751480606E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76615
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 30.021289 ms, 32.72163089689732 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480606E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76891, Content-Type=image/jpeg, X-Timestamp=1.361751480645E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76891
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 26.103471 ms, 32.74221500402841 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480645E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76821, Content-Type=image/jpeg, X-Timestamp=1.361751480693E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76821
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 49.950455 ms, 32.65315617804895 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480693E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76939, Content-Type=image/jpeg, X-Timestamp=1.361751480729E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76939
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 16.859193 ms, 32.716000838705696 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480729E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76740, Content-Type=image/jpeg, X-Timestamp=1.361751480769E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76740
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 42.00803 ms, 32.66396994997159 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480769E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76697, Content-Type=image/jpeg, X-Timestamp=1.361751480815E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76697
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 25.858212 ms, 32.68548810039549 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480815E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76973, Content-Type=image/jpeg, X-Timestamp=1.361751480853E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76973
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 34.528898 ms, 32.66776289138865 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480853E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76849, Content-Type=image/jpeg, X-Timestamp=1.361751480895E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76849
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 23.141141 ms, 32.701292803731334 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480895E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76878, Content-Type=image/jpeg, X-Timestamp=1.361751480937E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76878
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) The recognizer took 33.103609 ms, 32.69000438295404 fps avg
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) Captured time: 1.361751480937E12
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76928, Content-Type=image/jpeg, X-Timestamp=1.361751480977E12}
-@Sun Feb 24 16:18:00 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76928
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 34.408527 ms, 32.673012388274856 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751480977E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77126, Content-Type=image/jpeg, X-Timestamp=1.361751481023E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77126
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 40.236046 ms, 32.6304123925239 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481023E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76905, Content-Type=image/jpeg, X-Timestamp=1.361751481062E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76905
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 30.453407 ms, 32.631260909246556 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481062E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77319, Content-Type=image/jpeg, X-Timestamp=1.361751481101E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77319
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 23.101379 ms, 32.66435176260736 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481101E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77426, Content-Type=image/jpeg, X-Timestamp=1.361751481145E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77426
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 28.566612 ms, 32.67330882040298 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481145E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77488, Content-Type=image/jpeg, X-Timestamp=1.361751481185E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77488
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 33.765775 ms, 32.659546541506714 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481185E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77409, Content-Type=image/jpeg, X-Timestamp=1.361751481225E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77409
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 30.629629 ms, 32.65950010210394 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481225E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77253, Content-Type=image/jpeg, X-Timestamp=1.361751481269E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77253
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 33.514574 ms, 32.647000499690215 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481269E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77288, Content-Type=image/jpeg, X-Timestamp=1.361751481312E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77288
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 35.059785 ms, 32.62797670282524 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481312E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77253, Content-Type=image/jpeg, X-Timestamp=1.361751481356E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77253
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 39.186769 ms, 32.59151282273228 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481356E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77253, Content-Type=image/jpeg, X-Timestamp=1.361751481395E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 28.673501 ms, 32.600052370523635 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481395E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77444, Content-Type=image/jpeg, X-Timestamp=1.361751481436E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77444
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 31.371093 ms, 32.597104439731716 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481436E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77288, Content-Type=image/jpeg, X-Timestamp=1.361751481474E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77288
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 24.391155 ms, 32.623633016617546 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481474E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77082, Content-Type=image/jpeg, X-Timestamp=1.361751481517E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77082
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 30.743154 ms, 32.62325219187226 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481517E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77153, Content-Type=image/jpeg, X-Timestamp=1.361751481558E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77153
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 31.299674 ms, 32.62054274006868 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481558E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77312, Content-Type=image/jpeg, X-Timestamp=1.361751481597E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77312
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 30.059145 ms, 32.62303160562363 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481597E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77317, Content-Type=image/jpeg, X-Timestamp=1.361751481641E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77317
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 35.178327 ms, 32.604230214070505 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481641E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77285, Content-Type=image/jpeg, X-Timestamp=1.361751481681E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77285
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 29.25776 ms, 32.61007633251833 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481681E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77152, Content-Type=image/jpeg, X-Timestamp=1.361751481721E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77152
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 30.525353 ms, 32.61065345369207 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481721E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77208, Content-Type=image/jpeg, X-Timestamp=1.361751481765E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77208
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 36.117419 ms, 32.58828044980976 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481765E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77214, Content-Type=image/jpeg, X-Timestamp=1.36175148181E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77214
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 42.559482 ms, 32.53985359650796 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.36175148181E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77261, Content-Type=image/jpeg, X-Timestamp=1.361751481845E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77261
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 17.781347 ms, 32.59247578101138 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481845E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77510, Content-Type=image/jpeg, X-Timestamp=1.361751481895E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77510
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 48.804572 ms, 32.519163458004314 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481895E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77442, Content-Type=image/jpeg, X-Timestamp=1.361751481929E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77442
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) The recognizer took 15.871663 ms, 32.57910241587705 fps avg
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) Captured time: 1.361751481929E12
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77413, Content-Type=image/jpeg, X-Timestamp=1.361751481973E12}
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77413
-@Sun Feb 24 16:18:01 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 36.677287 ms, 32.55506677707134 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751481973E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77320, Content-Type=image/jpeg, X-Timestamp=1.361751482013E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77320
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 27.031898 ms, 32.56981226863201 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482013E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77329, Content-Type=image/jpeg, X-Timestamp=1.361751482053E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77329
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 32.135614 ms, 32.56410119674931 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482053E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77451, Content-Type=image/jpeg, X-Timestamp=1.361751482097E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77451
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 38.042079 ms, 32.53500173153654 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482097E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77383, Content-Type=image/jpeg, X-Timestamp=1.361751482161E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77383
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 63.25338 ms, 32.407072536003994 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482161E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77210, Content-Type=image/jpeg, X-Timestamp=1.361751482177E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77210
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 20.002329 ms, 32.44950817805218 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482177E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77193, Content-Type=image/jpeg, X-Timestamp=1.361751482221E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77193
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 16.284356 ms, 32.50628349108541 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482221E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77344, Content-Type=image/jpeg, X-Timestamp=1.361751482262E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77344
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 23.447391 ms, 32.534834003792305 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482262E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77573, Content-Type=image/jpeg, X-Timestamp=1.361751482301E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77573
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 31.232656 ms, 32.53290244901039 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482301E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77249, Content-Type=image/jpeg, X-Timestamp=1.361751482345E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77249
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 34.984413 ms, 32.516448352494955 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482345E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77387, Content-Type=image/jpeg, X-Timestamp=1.361751482385E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77387
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 30.815278 ms, 32.5162106049337 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482385E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77288, Content-Type=image/jpeg, X-Timestamp=1.361751482425E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77288
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 34.584156 ms, 32.50149089243492 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482425E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77209, Content-Type=image/jpeg, X-Timestamp=1.361751482476E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77209
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 45.166912 ms, 32.44647390137363 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482476E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77280, Content-Type=image/jpeg, X-Timestamp=1.361751482509E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77280
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 16.243167 ms, 32.50196972467402 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482509E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77299, Content-Type=image/jpeg, X-Timestamp=1.361751482554E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77299
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 40.903684 ms, 32.46349810899613 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482554E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77619, Content-Type=image/jpeg, X-Timestamp=1.361751482593E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77619
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 22.42495 ms, 32.4951788909278 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482593E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77593, Content-Type=image/jpeg, X-Timestamp=1.361751482634E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77593
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 31.227992 ms, 32.49346611548271 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482634E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77690, Content-Type=image/jpeg, X-Timestamp=1.361751482677E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77690
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 30.809419 ms, 32.49333836089072 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482677E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77711, Content-Type=image/jpeg, X-Timestamp=1.361751482718E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77711
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 31.962875 ms, 32.488893544723965 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482718E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77730, Content-Type=image/jpeg, X-Timestamp=1.361751482761E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77730
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 41.062525 ms, 32.45058625792144 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482761E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77440, Content-Type=image/jpeg, X-Timestamp=1.361751482803E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77440
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 24.586175 ms, 32.47370252669954 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482803E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77579, Content-Type=image/jpeg, X-Timestamp=1.361751482843E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77579
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 40.541142 ms, 32.43767724401398 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482843E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77624, Content-Type=image/jpeg, X-Timestamp=1.361751482882E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77624
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 18.275901 ms, 32.48392392752954 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482882E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77444, Content-Type=image/jpeg, X-Timestamp=1.361751482925E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77444
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 36.569827 ms, 32.46266693454375 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482925E12
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77067, Content-Type=image/jpeg, X-Timestamp=1.361751482966E12}
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77067
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) The recognizer took 31.399108 ms, 32.46049176769269 fps avg
-@Sun Feb 24 16:18:02 PST 2013 in [global]: (FINE) Captured time: 1.361751482966E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77473, Content-Type=image/jpeg, X-Timestamp=1.361751483006E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77473
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 27.922253 ms, 32.47101169419237 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483006E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77287, Content-Type=image/jpeg, X-Timestamp=1.36175148305E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77287
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 34.079083 ms, 32.459082164130315 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.36175148305E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77189, Content-Type=image/jpeg, X-Timestamp=1.361751483096E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77189
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 45.163977 ms, 32.40718820620926 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483096E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77438, Content-Type=image/jpeg, X-Timestamp=1.361751483129E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77438
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 16.73558 ms, 32.45805920097623 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483129E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77385, Content-Type=image/jpeg, X-Timestamp=1.361751483178E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77385
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 42.064435 ms, 32.4176389501489 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483178E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77548, Content-Type=image/jpeg, X-Timestamp=1.361751483214E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77548
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 28.393123 ms, 32.42641415435316 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483214E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77339, Content-Type=image/jpeg, X-Timestamp=1.361751483254E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77339
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 23.622527 ms, 32.45215654218511 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483254E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77515, Content-Type=image/jpeg, X-Timestamp=1.361751483298E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77515
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 32.739832 ms, 32.44530815389323 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483298E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77287, Content-Type=image/jpeg, X-Timestamp=1.361751483337E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77287
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 30.462067 ms, 32.446580764417625 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483337E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77218, Content-Type=image/jpeg, X-Timestamp=1.361751483377E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77218
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 30.491646 ms, 32.44774042765147 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483377E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77421, Content-Type=image/jpeg, X-Timestamp=1.361751483428E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77421
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 41.563137 ms, 32.409950871440984 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483428E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77178, Content-Type=image/jpeg, X-Timestamp=1.361751483461E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77178
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 28.902066 ms, 32.41678924293011 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483461E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77186, Content-Type=image/jpeg, X-Timestamp=1.361751483509E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77186
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 31.968649 ms, 32.412878057712035 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483509E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77251, Content-Type=image/jpeg, X-Timestamp=1.361751483545E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77251
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 22.24578 ms, 32.442844744825535 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483545E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77515, Content-Type=image/jpeg, X-Timestamp=1.361751483585E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77515
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 28.865391 ms, 32.44964788325369 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483585E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77254, Content-Type=image/jpeg, X-Timestamp=1.36175148363E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77254
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 34.100198 ms, 32.43827960882752 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.36175148363E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77705, Content-Type=image/jpeg, X-Timestamp=1.361751483669E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77705
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 29.504326 ms, 32.44284611743319 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483669E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77405, Content-Type=image/jpeg, X-Timestamp=1.361751483709E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77405
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 30.807473 ms, 32.4429010258975 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483709E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77403, Content-Type=image/jpeg, X-Timestamp=1.361751483758E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77403
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 42.851086 ms, 32.401716698086325 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483758E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77418, Content-Type=image/jpeg, X-Timestamp=1.361751483796E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77418
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 31.984186 ms, 32.39789390085462 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483796E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77385, Content-Type=image/jpeg, X-Timestamp=1.361751483834E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77385
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 26.496879 ms, 32.41274260049237 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483834E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77275, Content-Type=image/jpeg, X-Timestamp=1.361751483881E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77275
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 33.035829 ms, 32.40534353837224 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483881E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77437, Content-Type=image/jpeg, X-Timestamp=1.361751483918E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77437
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 25.373121 ms, 32.4238778294414 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483918E12
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77271, Content-Type=image/jpeg, X-Timestamp=1.361751483957E12}
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77271
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) The recognizer took 30.526135 ms, 32.42494040390004 fps avg
-@Sun Feb 24 16:18:03 PST 2013 in [global]: (FINE) Captured time: 1.361751483957E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77407, Content-Type=image/jpeg, X-Timestamp=1.361751484002E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77407
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 34.729588 ms, 32.4118819547719 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484002E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77274, Content-Type=image/jpeg, X-Timestamp=1.361751484041E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77274
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 31.770815 ms, 32.40881117807167 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484041E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77213, Content-Type=image/jpeg, X-Timestamp=1.361751484082E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77213
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 31.753284 ms, 32.40581891883866 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484082E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77245, Content-Type=image/jpeg, X-Timestamp=1.361751484131E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77245
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 39.025438 ms, 32.378701625374795 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484131E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77161, Content-Type=image/jpeg, X-Timestamp=1.361751484169E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77161
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 35.705284 ms, 32.36276620571811 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484169E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77253, Content-Type=image/jpeg, X-Timestamp=1.361751484205E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77253
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 16.373456 ms, 32.41067996077851 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484205E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77246, Content-Type=image/jpeg, X-Timestamp=1.361751484249E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77246
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 34.746728 ms, 32.397866545563915 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484249E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77377, Content-Type=image/jpeg, X-Timestamp=1.361751484289E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77377
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 30.620551 ms, 32.39867240940125 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484289E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77252, Content-Type=image/jpeg, X-Timestamp=1.361751484333E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77252
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 34.241202 ms, 32.38763745837994 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484333E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77369, Content-Type=image/jpeg, X-Timestamp=1.36175148438E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77369
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 40.700211 ms, 32.35566527020896 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.36175148438E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77145, Content-Type=image/jpeg, X-Timestamp=1.361751484414E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77145
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 29.020043 ms, 32.36178066513719 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484414E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77136, Content-Type=image/jpeg, X-Timestamp=1.361751484494E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77136
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 25.681975 ms, 32.37865809643345 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484494E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77170, Content-Type=image/jpeg, X-Timestamp=1.361751484505E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77170
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 25.41799 ms, 32.39630158003781 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484505E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77349, Content-Type=image/jpeg, X-Timestamp=1.361751484543E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77349
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 16.580016 ms, 32.44236464273345 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484543E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77252, Content-Type=image/jpeg, X-Timestamp=1.361751484581E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77252
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 15.854677 ms, 32.490617361505514 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484581E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77348, Content-Type=image/jpeg, X-Timestamp=1.361751484625E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77348
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 31.11111 ms, 32.48954568485678 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484625E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77205, Content-Type=image/jpeg, X-Timestamp=1.361751484662E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77205
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 23.011791 ms, 32.51448571506917 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484662E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77056, Content-Type=image/jpeg, X-Timestamp=1.361751484705E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77056
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 35.966204 ms, 32.49780128222548 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484705E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77166, Content-Type=image/jpeg, X-Timestamp=1.361751484745E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77166
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 31.209705 ms, 32.496402582946715 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484745E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77229, Content-Type=image/jpeg, X-Timestamp=1.361751484785E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77229
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 30.156201 ms, 32.4983634433514 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484785E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77296, Content-Type=image/jpeg, X-Timestamp=1.361751484829E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77296
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 33.393439 ms, 32.49004754082495 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484829E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77177, Content-Type=image/jpeg, X-Timestamp=1.361751484871E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77177
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 34.742132 ms, 32.477525848203044 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484871E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77367, Content-Type=image/jpeg, X-Timestamp=1.361751484911E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77367
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 35.532288 ms, 32.46260266359382 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484911E12
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77365, Content-Type=image/jpeg, X-Timestamp=1.361751484959E12}
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77365
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) The recognizer took 34.230542 ms, 32.451861437052834 fps avg
-@Sun Feb 24 16:18:04 PST 2013 in [global]: (FINE) Captured time: 1.361751484959E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77192, Content-Type=image/jpeg, X-Timestamp=1.361751484998E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77192
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 29.675129 ms, 32.455423523368886 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751484998E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77173, Content-Type=image/jpeg, X-Timestamp=1.361751485034E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77173
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 23.592495 ms, 32.47793665087132 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485034E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77092, Content-Type=image/jpeg, X-Timestamp=1.361751485077E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77092
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 33.374152 ms, 32.46989833057999 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485077E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76977, Content-Type=image/jpeg, X-Timestamp=1.361751485117E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76977
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 29.499176 ms, 32.47392555145267 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485117E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77245, Content-Type=image/jpeg, X-Timestamp=1.361751485161E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77245
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 33.138175 ms, 32.46667752014048 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485161E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77456, Content-Type=image/jpeg, X-Timestamp=1.361751485207E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77456
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 42.842884 ms, 32.42960478309474 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485207E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77205, Content-Type=image/jpeg, X-Timestamp=1.361751485241E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77205
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 18.076093 ms, 32.46877551599663 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485241E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77273, Content-Type=image/jpeg, X-Timestamp=1.36175148529E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77273
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 42.043046 ms, 32.43435302928333 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.36175148529E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77314, Content-Type=image/jpeg, X-Timestamp=1.361751485329E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77314
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 31.09185 ms, 32.4335592024822 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485329E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77133, Content-Type=image/jpeg, X-Timestamp=1.361751485366E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77133
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 24.407632 ms, 32.453103626659114 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485366E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77099, Content-Type=image/jpeg, X-Timestamp=1.361751485409E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77099
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 32.692865 ms, 32.44740102531883 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485409E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76969, Content-Type=image/jpeg, X-Timestamp=1.361751485449E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76969
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 31.995723 ms, 32.44384170697959 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485449E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77152, Content-Type=image/jpeg, X-Timestamp=1.36175148549E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77152
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 34.986357 ms, 32.43128811955889 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.36175148549E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77077, Content-Type=image/jpeg, X-Timestamp=1.36175148554E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77077
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 40.167587 ms, 32.40326516600791 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.36175148554E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77060, Content-Type=image/jpeg, X-Timestamp=1.361751485573E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77060
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 27.765992 ms, 32.412526394277435 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485573E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77321, Content-Type=image/jpeg, X-Timestamp=1.361751485616E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77321
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 29.928816 ms, 32.41528274878313 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485616E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77021, Content-Type=image/jpeg, X-Timestamp=1.361751485663E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77021
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 33.232205 ms, 32.40819230255926 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485663E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77057, Content-Type=image/jpeg, X-Timestamp=1.361751485698E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77057
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 24.245874 ms, 32.427817091002105 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485698E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77034, Content-Type=image/jpeg, X-Timestamp=1.361751485737E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77034
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 31.591418 ms, 32.42558468316099 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485737E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76846, Content-Type=image/jpeg, X-Timestamp=1.361751485781E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76846
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 33.622431 ms, 32.41736861184771 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485781E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76829, Content-Type=image/jpeg, X-Timestamp=1.361751485821E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76829
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 31.047497 ms, 32.41678037397958 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485821E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76953, Content-Type=image/jpeg, X-Timestamp=1.361751485861E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76953
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 31.664376 ms, 32.41438486741459 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485861E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77042, Content-Type=image/jpeg, X-Timestamp=1.361751485906E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77042
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 36.003162 ms, 32.399311484884926 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485906E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77063, Content-Type=image/jpeg, X-Timestamp=1.361751485945E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77063
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) The recognizer took 29.545408 ms, 32.40315928113527 fps avg
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) Captured time: 1.361751485945E12
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76924, Content-Type=image/jpeg, X-Timestamp=1.361751485991E12}
-@Sun Feb 24 16:18:05 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76924
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 40.745892 ms, 32.374435208909574 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751485991E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77065, Content-Type=image/jpeg, X-Timestamp=1.361751486031E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77065
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 27.386941 ms, 32.384576703282306 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486031E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76988, Content-Type=image/jpeg, X-Timestamp=1.361751486072E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76988
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 31.652842 ms, 32.382340815083914 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486072E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77080, Content-Type=image/jpeg, X-Timestamp=1.361751486118E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77080
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 38.177446 ms, 32.36133483546018 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486118E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76984, Content-Type=image/jpeg, X-Timestamp=1.361751486154E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76984
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 22.692364 ms, 32.384904374588984 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486154E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77039, Content-Type=image/jpeg, X-Timestamp=1.361751486193E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77039
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 27.516214 ms, 32.39454219705745 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486193E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77088, Content-Type=image/jpeg, X-Timestamp=1.361751486238E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77088
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 36.744223 ms, 32.37775232254572 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486238E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77228, Content-Type=image/jpeg, X-Timestamp=1.361751486277E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77228
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 30.552763 ms, 32.37869994562959 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486277E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77181, Content-Type=image/jpeg, X-Timestamp=1.361751486323E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77181
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 42.026409 ms, 32.34707515814798 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486323E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77040, Content-Type=image/jpeg, X-Timestamp=1.361751486362E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77040
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 21.279443 ms, 32.374345929758135 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486362E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76979, Content-Type=image/jpeg, X-Timestamp=1.361751486407E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76979
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 39.334421 ms, 32.35050368245324 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486407E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76981, Content-Type=image/jpeg, X-Timestamp=1.361751486441E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76981
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 20.11028 ms, 32.380919316104254 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486441E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77032, Content-Type=image/jpeg, X-Timestamp=1.361751486485E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77032
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 36.807887 ms, 32.364270959926486 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486485E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77067, Content-Type=image/jpeg, X-Timestamp=1.361751486525E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77067
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 28.521742 ms, 32.37092817231762 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486525E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77136, Content-Type=image/jpeg, X-Timestamp=1.361751486566E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77136
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 30.70757 ms, 32.37144330618935 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486566E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76873, Content-Type=image/jpeg, X-Timestamp=1.361751486609E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76873
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 34.331265 ms, 32.361859324459104 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486609E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77251, Content-Type=image/jpeg, X-Timestamp=1.361751486652E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77251
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 39.450414 ms, 32.338125649382825 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486652E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76952, Content-Type=image/jpeg, X-Timestamp=1.361751486689E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76952
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 18.090299 ms, 32.373667623190265 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486689E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77170, Content-Type=image/jpeg, X-Timestamp=1.361751486738E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77170
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 44.263972 ms, 32.3367246543562 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486738E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76844, Content-Type=image/jpeg, X-Timestamp=1.361751486894E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76844
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 21.599626 ms, 32.362404975675446 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486894E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76485, Content-Type=image/jpeg, X-Timestamp=1.361751486902E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76485
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 18.143442 ms, 32.39750946987744 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486902E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76016, Content-Type=image/jpeg, X-Timestamp=1.361751486909E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76016
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) The recognizer took 16.304733 ms, 32.43756963555956 fps avg
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) Captured time: 1.361751486909E12
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) parsed headers {Content-Length=75543, Content-Type=image/jpeg, X-Timestamp=1.361751486916E12}
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 75543
-@Sun Feb 24 16:18:06 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 17.342966 ms, 32.47465996495997 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751486916E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=75422, Content-Type=image/jpeg, X-Timestamp=1.361751486942E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 75422
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 17.548734 ms, 32.511074979180975 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751486942E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=75214, Content-Type=image/jpeg, X-Timestamp=1.361751486984E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 75214
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 18.001766 ms, 32.54613547148945 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751486984E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=75165, Content-Type=image/jpeg, X-Timestamp=1.361751487021E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 75165
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 21.675256 ms, 32.5709901900576 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487021E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=75555, Content-Type=image/jpeg, X-Timestamp=1.361751487071E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 75555
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 17.441071 ms, 32.607382982460976 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487071E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=75774, Content-Type=image/jpeg, X-Timestamp=1.361751487105E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 75774
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 17.308775 ms, 32.64403231509385 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487105E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76286, Content-Type=image/jpeg, X-Timestamp=1.361751487145E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76286
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 19.009826 ms, 32.67590540338453 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487145E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76799, Content-Type=image/jpeg, X-Timestamp=1.361751487189E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76799
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 34.974789 ms, 32.66394261992937 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487189E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77900, Content-Type=image/jpeg, X-Timestamp=1.361751487229E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77900
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 31.447789 ms, 32.66166977072829 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487229E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78140, Content-Type=image/jpeg, X-Timestamp=1.361751487269E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78140
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 33.324326 ms, 32.65430354869609 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487269E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78877, Content-Type=image/jpeg, X-Timestamp=1.361751487319E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78877
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 40.490287 ms, 32.62755541878288 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487319E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78898, Content-Type=image/jpeg, X-Timestamp=1.361751487354E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78898
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 22.668211 ms, 32.64913298958253 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487354E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78717, Content-Type=image/jpeg, X-Timestamp=1.361751487399E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78717
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 37.519714 ms, 32.630547114685825 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487399E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78963, Content-Type=image/jpeg, X-Timestamp=1.361751487439E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78963
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 25.830226 ms, 32.64350111053612 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487439E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=79452, Content-Type=image/jpeg, X-Timestamp=1.361751487477E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 79452
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 30.235398 ms, 32.644570960437115 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487477E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=79385, Content-Type=image/jpeg, X-Timestamp=1.361751487521E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 79385
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 33.38083 ms, 32.63721505094438 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487521E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78945, Content-Type=image/jpeg, X-Timestamp=1.361751487561E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78945
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 30.465879 ms, 32.63767954936586 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487561E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78763, Content-Type=image/jpeg, X-Timestamp=1.361751487604E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78763
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 34.022394 ms, 32.62867305732311 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487604E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78914, Content-Type=image/jpeg, X-Timestamp=1.36175148765E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78914
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 38.649538 ms, 32.607442998520256 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.36175148765E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78452, Content-Type=image/jpeg, X-Timestamp=1.361751487687E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78452
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 27.978169 ms, 32.6145584444591 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487687E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78218, Content-Type=image/jpeg, X-Timestamp=1.36175148773E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78218
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 38.680627 ms, 32.593404955038935 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.36175148773E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77936, Content-Type=image/jpeg, X-Timestamp=1.361751487769E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77936
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 17.857017 ms, 32.62716106543418 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487769E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77725, Content-Type=image/jpeg, X-Timestamp=1.361751487809E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77725
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 32.964425 ms, 32.621076984569875 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487809E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77103, Content-Type=image/jpeg, X-Timestamp=1.361751487849E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77103
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 29.909146 ms, 32.62303207209798 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487849E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77334, Content-Type=image/jpeg, X-Timestamp=1.361751487893E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77334
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 34.437237 ms, 32.613140187188584 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487893E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77369, Content-Type=image/jpeg, X-Timestamp=1.361751487939E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77369
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) The recognizer took 40.264058 ms, 32.5881290083953 fps avg
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) Captured time: 1.361751487939E12
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77339, Content-Type=image/jpeg, X-Timestamp=1.361751487975E12}
-@Sun Feb 24 16:18:07 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77339
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 28.818049 ms, 32.59297999942904 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751487975E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77323, Content-Type=image/jpeg, X-Timestamp=1.361751488017E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77323
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 27.3192 ms, 32.60169386451604 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488017E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76882, Content-Type=image/jpeg, X-Timestamp=1.361751488057E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76882
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 30.867579 ms, 32.60119133334144 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488057E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76748, Content-Type=image/jpeg, X-Timestamp=1.361751488097E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76748
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 26.852354 ms, 32.61105231950052 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488097E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76796, Content-Type=image/jpeg, X-Timestamp=1.361751488141E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76796
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 33.888415 ms, 32.60275267901699 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488141E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77068, Content-Type=image/jpeg, X-Timestamp=1.361751488182E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77068
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 31.720113 ms, 32.60006254397591 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488182E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77464, Content-Type=image/jpeg, X-Timestamp=1.361751488221E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77464
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 29.318598 ms, 32.60353594961879 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488221E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77496, Content-Type=image/jpeg, X-Timestamp=1.36175148827E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77496
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 42.610111 ms, 32.57305819365517 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.36175148827E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77503, Content-Type=image/jpeg, X-Timestamp=1.361751488308E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77503
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 29.896238 ms, 32.57510394923071 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488308E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77618, Content-Type=image/jpeg, X-Timestamp=1.361751488352E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77618
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 38.683582 ms, 32.55484504542205 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488352E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77677, Content-Type=image/jpeg, X-Timestamp=1.361751488389E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77677
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 18.285082 ms, 32.586321720360225 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488389E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77526, Content-Type=image/jpeg, X-Timestamp=1.36175148843E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77526
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 31.458271 ms, 32.58437369154172 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.36175148843E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77704, Content-Type=image/jpeg, X-Timestamp=1.361751488473E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77704
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 35.768472 ms, 32.571569949902894 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488473E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77662, Content-Type=image/jpeg, X-Timestamp=1.361751488514E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77662
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 30.324263 ms, 32.57251865511425 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488514E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77686, Content-Type=image/jpeg, X-Timestamp=1.361751488553E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77686
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 34.108201 ms, 32.5639742675512 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488553E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77631, Content-Type=image/jpeg, X-Timestamp=1.361751488601E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77631
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 43.813294 ms, 32.53123319421578 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488601E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77484, Content-Type=image/jpeg, X-Timestamp=1.361751488637E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77484
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 17.283675 ms, 32.56477420197095 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488637E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77170, Content-Type=image/jpeg, X-Timestamp=1.361751488677E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77170
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 32.866692 ms, 32.55940141129647 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488677E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77027, Content-Type=image/jpeg, X-Timestamp=1.361751488722E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77027
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 39.194245 ms, 32.53835883513247 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488722E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77304, Content-Type=image/jpeg, X-Timestamp=1.361751488762E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77304
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 22.552967 ms, 32.55860629197819 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488762E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77667, Content-Type=image/jpeg, X-Timestamp=1.361751488801E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77667
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 29.208397 ms, 32.56232669352957 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488801E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77915, Content-Type=image/jpeg, X-Timestamp=1.361751488845E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77915
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 37.119309 ms, 32.54653094876693 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488845E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78063, Content-Type=image/jpeg, X-Timestamp=1.361751488885E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78063
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 35.78149 ms, 32.53410885445688 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488885E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77916, Content-Type=image/jpeg, X-Timestamp=1.361751488927E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77916
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) The recognizer took 28.483221 ms, 32.53963183836651 fps avg
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) Captured time: 1.361751488927E12
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78026, Content-Type=image/jpeg, X-Timestamp=1.361751488976E12}
-@Sun Feb 24 16:18:08 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78026
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 43.596353 ms, 32.50820404214965 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751488976E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77607, Content-Type=image/jpeg, X-Timestamp=1.36175148901E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77607
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 18.197538 ms, 32.53882583043296 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.36175148901E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77663, Content-Type=image/jpeg, X-Timestamp=1.361751489049E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77663
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 25.905994 ms, 32.550577664506015 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489049E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77305, Content-Type=image/jpeg, X-Timestamp=1.361751489094E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77305
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 35.169417 ms, 32.53977200930674 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489094E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77029, Content-Type=image/jpeg, X-Timestamp=1.361751489133E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77029
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 31.072201 ms, 32.53894682039666 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489133E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77009, Content-Type=image/jpeg, X-Timestamp=1.361751489177E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77009
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 35.073994 ms, 32.52845521829075 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489177E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77369, Content-Type=image/jpeg, X-Timestamp=1.361751489221E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77369
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 34.966444 ms, 32.518277189544044 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489221E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77330, Content-Type=image/jpeg, X-Timestamp=1.361751489261E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77330
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 31.524684 ms, 32.51642017585482 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489261E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77421, Content-Type=image/jpeg, X-Timestamp=1.361751489307E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77421
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 41.222697 ms, 32.491339621851445 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489307E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77492, Content-Type=image/jpeg, X-Timestamp=1.361751489342E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77492
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 27.276178 ms, 32.49970428375689 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489342E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77483, Content-Type=image/jpeg, X-Timestamp=1.361751489381E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77483
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 17.312111 ms, 32.53182204194082 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489381E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77542, Content-Type=image/jpeg, X-Timestamp=1.361751489426E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77542
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 37.928252 ms, 32.514695062202904 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489426E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77213, Content-Type=image/jpeg, X-Timestamp=1.361751489465E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77213
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 30.5567 ms, 32.51516694988094 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489465E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77297, Content-Type=image/jpeg, X-Timestamp=1.361751489505E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77297
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 32.78292 ms, 32.51036021899715 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489505E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77369, Content-Type=image/jpeg, X-Timestamp=1.361751489563E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77369
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 21.720087 ms, 32.5317476340839 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489563E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76937, Content-Type=image/jpeg, X-Timestamp=1.361751489589E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76937
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 19.187156 ms, 32.559060054756955 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489589E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77040, Content-Type=image/jpeg, X-Timestamp=1.361751489633E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77040
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 30.062601 ms, 32.56059670959691 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489633E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77072, Content-Type=image/jpeg, X-Timestamp=1.36175148968E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77072
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 46.082197 ms, 32.52442493551441 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.36175148968E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77381, Content-Type=image/jpeg, X-Timestamp=1.361751489713E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77381
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 16.158076 ms, 32.55867781026344 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489713E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77269, Content-Type=image/jpeg, X-Timestamp=1.361751489753E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77269
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 29.193344 ms, 32.56224404729473 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489753E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77349, Content-Type=image/jpeg, X-Timestamp=1.361751489797E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77349
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 35.130388 ms, 32.55190186488263 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489797E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77378, Content-Type=image/jpeg, X-Timestamp=1.361751489837E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77378
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 30.917701 ms, 32.55144084120356 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489837E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77264, Content-Type=image/jpeg, X-Timestamp=1.361751489877E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77264
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 32.683363 ms, 32.54687064845544 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489877E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77215, Content-Type=image/jpeg, X-Timestamp=1.361751489927E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77215
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 41.799249 ms, 32.521165038798294 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489927E12
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77096, Content-Type=image/jpeg, X-Timestamp=1.361751489961E12}
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77096
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) The recognizer took 17.48962 ms, 32.551880422011784 fps avg
-@Sun Feb 24 16:18:09 PST 2013 in [global]: (FINE) Captured time: 1.361751489961E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77115, Content-Type=image/jpeg, X-Timestamp=1.36175149001E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77115
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 42.880736 ms, 32.5237701849129 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.36175149001E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76924, Content-Type=image/jpeg, X-Timestamp=1.361751490046E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76924
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 24.670079 ms, 32.537780288183065 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490046E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77336, Content-Type=image/jpeg, X-Timestamp=1.361751490085E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77336
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 31.035598 ms, 32.537085022393384 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490085E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77314, Content-Type=image/jpeg, X-Timestamp=1.361751490129E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77314
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 32.907002 ms, 32.53209597341167 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490129E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77514, Content-Type=image/jpeg, X-Timestamp=1.361751490169E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77514
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 30.117496 ms, 32.53351947189795 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490169E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77273, Content-Type=image/jpeg, X-Timestamp=1.361751490216E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77273
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 43.87097 ms, 32.50352377001819 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490216E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77515, Content-Type=image/jpeg, X-Timestamp=1.361751490254E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77515
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 25.501779 ms, 32.51551402840044 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490254E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77529, Content-Type=image/jpeg, X-Timestamp=1.361751490298E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77529
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 34.773235 ms, 32.506379413485874 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490298E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77389, Content-Type=image/jpeg, X-Timestamp=1.361751490334E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77389
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 25.487376 ms, 32.51834684099486 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490334E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77512, Content-Type=image/jpeg, X-Timestamp=1.361751490377E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77512
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 29.236582 ms, 32.52177831940474 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490377E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77314, Content-Type=image/jpeg, X-Timestamp=1.361751490417E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77314
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 30.040823 ms, 32.5233780119032 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490417E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77258, Content-Type=image/jpeg, X-Timestamp=1.361751490457E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77258
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 31.564582 ms, 32.52153442005318 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490457E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77470, Content-Type=image/jpeg, X-Timestamp=1.361751490501E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77470
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 42.711394 ms, 32.4946371521478 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490501E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77433, Content-Type=image/jpeg, X-Timestamp=1.361751490543E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77433
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 27.047416 ms, 32.5029943573325 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490543E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77605, Content-Type=image/jpeg, X-Timestamp=1.361751490582E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77605
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 26.569809 ms, 32.512390000502855 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490582E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77298, Content-Type=image/jpeg, X-Timestamp=1.361751490627E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77298
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 36.386182 ms, 32.4998159563937 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490627E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77404, Content-Type=image/jpeg, X-Timestamp=1.361751490668E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77404
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 28.266321 ms, 32.50539466181755 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490668E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77455, Content-Type=image/jpeg, X-Timestamp=1.361751490706E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77455
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 27.830494 ms, 32.51192160522642 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490706E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77564, Content-Type=image/jpeg, X-Timestamp=1.361751490749E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77564
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 34.543641 ms, 32.50351711425614 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490749E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77347, Content-Type=image/jpeg, X-Timestamp=1.361751490789E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77347
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 31.439299 ms, 32.50202571464526 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490789E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77526, Content-Type=image/jpeg, X-Timestamp=1.361751490833E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77526
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 32.874786 ms, 32.49736885936849 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490833E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77505, Content-Type=image/jpeg, X-Timestamp=1.361751490873E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77505
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 30.012331 ms, 32.49904321883857 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490873E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77269, Content-Type=image/jpeg, X-Timestamp=1.361751490913E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77269
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 31.77456 ms, 32.496833244701115 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490913E12
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77403, Content-Type=image/jpeg, X-Timestamp=1.361751490957E12}
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77403
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) The recognizer took 35.261947 ms, 32.48697897736859 fps avg
-@Sun Feb 24 16:18:10 PST 2013 in [global]: (FINE) Captured time: 1.361751490957E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77414, Content-Type=image/jpeg, X-Timestamp=1.361751491003E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77414
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 48.706066 ms, 32.44777822797401 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491003E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77528, Content-Type=image/jpeg, X-Timestamp=1.361751491038E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77528
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 20.893661 ms, 32.46942768081337 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491038E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77490, Content-Type=image/jpeg, X-Timestamp=1.361751491082E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77490
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 26.88832 ms, 32.47794654139621 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491082E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77300, Content-Type=image/jpeg, X-Timestamp=1.361751491122E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77300
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 28.651129 ms, 32.482599266133846 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491122E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77184, Content-Type=image/jpeg, X-Timestamp=1.361751491161E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77184
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 26.537092 ms, 32.49182575962559 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491161E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77170, Content-Type=image/jpeg, X-Timestamp=1.361751491205E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77170
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 36.328788 ms, 32.47979498680841 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491205E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76929, Content-Type=image/jpeg, X-Timestamp=1.361751491245E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76929
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 30.646739 ms, 32.480101165025644 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491245E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77114, Content-Type=image/jpeg, X-Timestamp=1.361751491286E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77114
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 31.219103 ms, 32.4791713159925 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491286E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77369, Content-Type=image/jpeg, X-Timestamp=1.361751491332E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77369
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 36.116444 ms, 32.46770609618496 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491332E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77353, Content-Type=image/jpeg, X-Timestamp=1.361751491375E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77353
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 40.730934 ms, 32.446398526835274 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491375E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77077, Content-Type=image/jpeg, X-Timestamp=1.361751491409E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77077
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 16.130595 ms, 32.47786114364826 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491409E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77046, Content-Type=image/jpeg, X-Timestamp=1.361751491459E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77046
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 44.406628 ms, 32.44875386780333 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491459E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76767, Content-Type=image/jpeg, X-Timestamp=1.361751491495E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76767
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 24.989278 ms, 32.46118170802603 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491495E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77016, Content-Type=image/jpeg, X-Timestamp=1.361751491533E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77016
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 26.623119 ms, 32.47008848921557 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491533E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77349, Content-Type=image/jpeg, X-Timestamp=1.361751491577E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77349
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 32.946964 ms, 32.46552035247401 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491577E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77415, Content-Type=image/jpeg, X-Timestamp=1.361751491618E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77415
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 31.353311 ms, 32.46435101160835 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491618E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77468, Content-Type=image/jpeg, X-Timestamp=1.361751491662E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77468
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 34.750895 ms, 32.455998137671166 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491662E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77299, Content-Type=image/jpeg, X-Timestamp=1.361751491707E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77299
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 38.033833 ms, 32.44075774188627 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491707E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77547, Content-Type=image/jpeg, X-Timestamp=1.361751491741E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77547
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 22.382548 ms, 32.45853808648995 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491741E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77399, Content-Type=image/jpeg, X-Timestamp=1.361751491791E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77399
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 38.68689 ms, 32.44197908568217 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491791E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77561, Content-Type=image/jpeg, X-Timestamp=1.361751491826E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77561
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 24.977501 ms, 32.4542419038498 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491826E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77580, Content-Type=image/jpeg, X-Timestamp=1.361751491865E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77580
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 30.832761 ms, 32.45419971441879 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491865E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77467, Content-Type=image/jpeg, X-Timestamp=1.361751491909E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77467
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 33.623841 ms, 32.448325868833095 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.361751491909E12
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77362, Content-Type=image/jpeg, X-Timestamp=1.36175149195E12}
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77362
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) The recognizer took 32.119635 ms, 32.44561274849546 fps avg
-@Sun Feb 24 16:18:11 PST 2013 in [global]: (FINE) Captured time: 1.36175149195E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77343, Content-Type=image/jpeg, X-Timestamp=1.361751491996E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77343
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 44.466452 ms, 32.41724821483926 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751491996E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77164, Content-Type=image/jpeg, X-Timestamp=1.361751492034E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77164
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 25.195919 ms, 32.42896726581129 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492034E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77239, Content-Type=image/jpeg, X-Timestamp=1.361751492073E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77239
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 27.916894 ms, 32.435012689806044 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492073E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77311, Content-Type=image/jpeg, X-Timestamp=1.361751492118E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77311
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 37.422582 ms, 32.4213943078439 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492118E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77134, Content-Type=image/jpeg, X-Timestamp=1.361751492158E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77134
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 23.091807 ms, 32.43737966606283 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492158E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77128, Content-Type=image/jpeg, X-Timestamp=1.361751492197E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77128
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 29.408129 ms, 32.44030483909916 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492197E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77056, Content-Type=image/jpeg, X-Timestamp=1.361751492237E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77056
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 32.746093 ms, 32.43635842145418 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492237E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77229, Content-Type=image/jpeg, X-Timestamp=1.361751492282E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77229
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 44.257278 ms, 32.408842812803115 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492282E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77309, Content-Type=image/jpeg, X-Timestamp=1.361751492321E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77309
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 70.883858 ms, 32.32725336547096 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492321E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77407, Content-Type=image/jpeg, X-Timestamp=1.361751492379E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77407
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 17.064118 ms, 32.35542230611167 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492379E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77284, Content-Type=image/jpeg, X-Timestamp=1.361751492407E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77284
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 16.950754 ms, 32.38376131027473 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492407E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77055, Content-Type=image/jpeg, X-Timestamp=1.361751492446E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77055
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 15.679619 ms, 32.41462322670712 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492446E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77279, Content-Type=image/jpeg, X-Timestamp=1.361751492489E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77279
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 26.170632 ms, 32.42411816175911 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492489E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77372, Content-Type=image/jpeg, X-Timestamp=1.361751492529E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77372
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 30.317932 ms, 32.42517824582181 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492529E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77404, Content-Type=image/jpeg, X-Timestamp=1.361751492569E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77404
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 30.309657 ms, 32.426251053946 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492569E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77314, Content-Type=image/jpeg, X-Timestamp=1.361751492614E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77314
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 35.880876 ms, 32.41607935530889 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492614E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77250, Content-Type=image/jpeg, X-Timestamp=1.361751492654E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77250
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 29.657952 ms, 32.41847692366646 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492654E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77204, Content-Type=image/jpeg, X-Timestamp=1.361751492694E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77204
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 32.536626 ms, 32.415081220216386 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492694E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77006, Content-Type=image/jpeg, X-Timestamp=1.361751492737E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77006
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 33.50137 ms, 32.40976517573111 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492737E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77116, Content-Type=image/jpeg, X-Timestamp=1.361751492782E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77116
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 36.423708 ms, 32.398627217438346 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492782E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77098, Content-Type=image/jpeg, X-Timestamp=1.361751492821E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77098
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 29.333931 ms, 32.4016838730807 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492821E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77122, Content-Type=image/jpeg, X-Timestamp=1.361751492866E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77122
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 36.693325 ms, 32.39007227697552 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492866E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77106, Content-Type=image/jpeg, X-Timestamp=1.361751492907E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77106
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 35.48198 ms, 32.38091829583056 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492907E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77188, Content-Type=image/jpeg, X-Timestamp=1.361751492941E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77188
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) The recognizer took 19.939817 ms, 32.402621952692556 fps avg
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) Captured time: 1.361751492941E12
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77149, Content-Type=image/jpeg, X-Timestamp=1.361751492985E12}
-@Sun Feb 24 16:18:12 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77149
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 35.405994 ms, 32.39362220753323 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751492985E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77380, Content-Type=image/jpeg, X-Timestamp=1.361751493025E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77380
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 29.281445 ms, 32.396762309965084 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493025E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77504, Content-Type=image/jpeg, X-Timestamp=1.361751493065E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77504
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 32.139109 ms, 32.39425339482165 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493065E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77320, Content-Type=image/jpeg, X-Timestamp=1.361751493113E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77320
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 38.778133 ms, 32.37869044260757 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493113E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77223, Content-Type=image/jpeg, X-Timestamp=1.361751493153E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77223
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 30.57709 ms, 32.379293999211754 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493153E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77372, Content-Type=image/jpeg, X-Timestamp=1.3617514932E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77372
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 39.485601 ms, 32.362446419105005 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.3617514932E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77392, Content-Type=image/jpeg, X-Timestamp=1.361751493235E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77392
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 27.83263 ms, 32.36844110288484 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493235E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77507, Content-Type=image/jpeg, X-Timestamp=1.361751493274E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77507
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 24.340446 ms, 32.381233059194884 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493274E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77447, Content-Type=image/jpeg, X-Timestamp=1.361751493317E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77447
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 34.542557 ms, 32.37410049192868 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493317E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77664, Content-Type=image/jpeg, X-Timestamp=1.361751493357E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77664
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 30.961716 ms, 32.37395888107383 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493357E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77503, Content-Type=image/jpeg, X-Timestamp=1.361751493397E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77503
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 30.528484 ms, 32.374658660177055 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493397E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77466, Content-Type=image/jpeg, X-Timestamp=1.361751493447E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77466
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 44.394685 ms, 32.34851300305201 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493447E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77599, Content-Type=image/jpeg, X-Timestamp=1.361751493481E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77599
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 20.886506 ms, 32.36788312610495 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493481E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77492, Content-Type=image/jpeg, X-Timestamp=1.361751493522E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77492
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 32.451945 ms, 32.36487904765635 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493522E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77389, Content-Type=image/jpeg, X-Timestamp=1.361751493566E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77389
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 39.057618 ms, 32.34917452943053 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493566E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77657, Content-Type=image/jpeg, X-Timestamp=1.361751493606E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77657
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 29.298453 ms, 32.35227436589115 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493606E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77441, Content-Type=image/jpeg, X-Timestamp=1.361751493646E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77441
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 26.634346 ms, 32.36047225325595 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493646E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77185, Content-Type=image/jpeg, X-Timestamp=1.361751493689E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77185
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 34.229294 ms, 32.35410339717007 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493689E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77428, Content-Type=image/jpeg, X-Timestamp=1.361751493729E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77428
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 31.192382 ms, 32.353560143556884 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493729E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77617, Content-Type=image/jpeg, X-Timestamp=1.36175149377E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77617
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 21.439983 ms, 32.371623404490826 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.36175149377E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77513, Content-Type=image/jpeg, X-Timestamp=1.361751493818E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77513
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 41.965023 ms, 32.350538151855055 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493818E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77433, Content-Type=image/jpeg, X-Timestamp=1.361751493855E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77433
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 29.910288 ms, 32.35243972885185 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493855E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77430, Content-Type=image/jpeg, X-Timestamp=1.361751493895E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77430
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 22.690133 ms, 32.36803260869598 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493895E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77329, Content-Type=image/jpeg, X-Timestamp=1.361751493937E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77329
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) The recognizer took 35.484878 ms, 32.35933855626139 fps avg
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) Captured time: 1.361751493937E12
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77430, Content-Type=image/jpeg, X-Timestamp=1.361751493978E12}
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77430
-@Sun Feb 24 16:18:13 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 30.132906 ms, 32.36079415489155 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751493978E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77675, Content-Type=image/jpeg, X-Timestamp=1.361751494022E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77675
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 37.815183 ms, 32.34775425915972 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494022E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77463, Content-Type=image/jpeg, X-Timestamp=1.361751494062E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77463
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 35.318791 ms, 32.33946677221326 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494062E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77561, Content-Type=image/jpeg, X-Timestamp=1.361751494103E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77561
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 24.152016 ms, 32.352183252693024 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494103E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77411, Content-Type=image/jpeg, X-Timestamp=1.36175149415E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77411
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 36.939382 ms, 32.34087729606337 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.36175149415E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77322, Content-Type=image/jpeg, X-Timestamp=1.361751494187E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77322
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 30.40836 ms, 32.34183580396166 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494187E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77655, Content-Type=image/jpeg, X-Timestamp=1.361751494227E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77655
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 26.189511 ms, 32.35067349586412 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494227E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77586, Content-Type=image/jpeg, X-Timestamp=1.361751494269E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77586
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 32.39699 ms, 32.34790204491474 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494269E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77377, Content-Type=image/jpeg, X-Timestamp=1.361751494309E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77377
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 30.315375 ms, 32.34901648689712 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494309E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77321, Content-Type=image/jpeg, X-Timestamp=1.361751494349E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77321
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 31.447187 ms, 32.34802331807825 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494349E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77073, Content-Type=image/jpeg, X-Timestamp=1.361751494398E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77073
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 43.843807 ms, 32.3240519105794 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494398E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77258, Content-Type=image/jpeg, X-Timestamp=1.361751494435E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77258
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 29.813157 ms, 32.32612982078829 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494435E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77244, Content-Type=image/jpeg, X-Timestamp=1.361751494475E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77244
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 27.699932 ms, 32.3321031712591 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494475E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77144, Content-Type=image/jpeg, X-Timestamp=1.361751494521E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77144
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 31.435306 ms, 32.33116975517425 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494521E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77261, Content-Type=image/jpeg, X-Timestamp=1.361751494557E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77261
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 26.894304 ms, 32.33859827803751 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494557E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77132, Content-Type=image/jpeg, X-Timestamp=1.361751494597E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77132
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 31.234019 ms, 32.33802628751553 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494597E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77069, Content-Type=image/jpeg, X-Timestamp=1.361751494643E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77069
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 34.524293 ms, 32.331421177002106 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494643E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76950, Content-Type=image/jpeg, X-Timestamp=1.361751494681E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76950
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 28.862564 ms, 32.33520582806742 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494681E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77209, Content-Type=image/jpeg, X-Timestamp=1.361751494722E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77209
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 38.532827 ms, 32.32130727649039 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494722E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77186, Content-Type=image/jpeg, X-Timestamp=1.36175149477E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77186
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 31.710909 ms, 32.31990065384622 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.36175149477E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77234, Content-Type=image/jpeg, X-Timestamp=1.361751494808E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77234
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 28.564628 ms, 32.3242252331471 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494808E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77399, Content-Type=image/jpeg, X-Timestamp=1.361751494849E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77399
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 29.276547 ms, 32.327241972053685 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494849E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77029, Content-Type=image/jpeg, X-Timestamp=1.36175149489E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77029
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 28.082223 ms, 32.33241623538625 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.36175149489E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77273, Content-Type=image/jpeg, X-Timestamp=1.361751494929E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77273
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) The recognizer took 30.249741 ms, 32.3336464148014 fps avg
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) Captured time: 1.361751494929E12
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77170, Content-Type=image/jpeg, X-Timestamp=1.361751494974E12}
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77170
-@Sun Feb 24 16:18:14 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 34.654478 ms, 32.326906666490935 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751494974E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77117, Content-Type=image/jpeg, X-Timestamp=1.361751495013E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77117
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 35.956591 ms, 32.31784397493049 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495013E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76811, Content-Type=image/jpeg, X-Timestamp=1.361751495053E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76811
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 25.363556 ms, 32.327893744725216 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495053E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76776, Content-Type=image/jpeg, X-Timestamp=1.361751495097E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76776
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 38.295843 ms, 32.31465508442953 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495097E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76559, Content-Type=image/jpeg, X-Timestamp=1.361751495138E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76559
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 27.30826 ms, 32.32118279696767 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495138E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76809, Content-Type=image/jpeg, X-Timestamp=1.361751495177E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76809
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 31.406626 ms, 32.32034572218966 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495177E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76849, Content-Type=image/jpeg, X-Timestamp=1.361751495334E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76849
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 149.738798 ms, 32.109237944631005 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495334E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76830, Content-Type=image/jpeg, X-Timestamp=1.361751495345E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76830
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 15.95817 ms, 32.13602320034058 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495345E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76928, Content-Type=image/jpeg, X-Timestamp=1.361751495353E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76928
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 18.295079 ms, 32.158636808934006 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495353E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76857, Content-Type=image/jpeg, X-Timestamp=1.36175149536E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76857
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 21.418692 ms, 32.17569508328045 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.36175149536E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77002, Content-Type=image/jpeg, X-Timestamp=1.361751495385E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77002
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 20.189286 ms, 32.194880367824275 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495385E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77054, Content-Type=image/jpeg, X-Timestamp=1.36175149543E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77054
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 16.100666 ms, 32.2212285243972 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.36175149543E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77363, Content-Type=image/jpeg, X-Timestamp=1.36175149547E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77363
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 17.861424 ms, 32.24442718608541 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.36175149547E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77486, Content-Type=image/jpeg, X-Timestamp=1.361751495511E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77486
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 16.314494 ms, 32.27030614165747 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495511E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77701, Content-Type=image/jpeg, X-Timestamp=1.361751495549E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77701
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 15.88589 ms, 32.29689420336437 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495549E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77821, Content-Type=image/jpeg, X-Timestamp=1.361751495593E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77821
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 26.11476 ms, 32.305424053394226 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495593E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77839, Content-Type=image/jpeg, X-Timestamp=1.361751495633E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77839
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 31.614484 ms, 32.30426461788673 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495633E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78089, Content-Type=image/jpeg, X-Timestamp=1.361751495677E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78089
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 40.619763 ms, 32.28732372650621 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495677E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78046, Content-Type=image/jpeg, X-Timestamp=1.36175149572E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78046
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 27.466801 ms, 32.29345571756624 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.36175149572E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78081, Content-Type=image/jpeg, X-Timestamp=1.361751495763E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78081
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 40.731515 ms, 32.27640591558861 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495763E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=78067, Content-Type=image/jpeg, X-Timestamp=1.361751495802E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 78067
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 18.252848 ms, 32.29859708631964 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495802E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77951, Content-Type=image/jpeg, X-Timestamp=1.361751495848E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77951
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 40.356383 ms, 32.28224283988341 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495848E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77753, Content-Type=image/jpeg, X-Timestamp=1.361751495881E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77753
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 21.787898 ms, 32.298210956188626 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495881E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77692, Content-Type=image/jpeg, X-Timestamp=1.361751495925E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77692
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 35.753194 ms, 32.28989594789493 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495925E12
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77729, Content-Type=image/jpeg, X-Timestamp=1.361751495965E12}
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77729
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) The recognizer took 29.833199 ms, 32.29186398726603 fps avg
-@Sun Feb 24 16:18:15 PST 2013 in [global]: (FINE) Captured time: 1.361751495965E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77736, Content-Type=image/jpeg, X-Timestamp=1.361751496005E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77736
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 30.144637 ms, 32.29328711344424 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496005E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77620, Content-Type=image/jpeg, X-Timestamp=1.361751496049E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77620
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 33.478554 ms, 32.288949886540486 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496049E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77523, Content-Type=image/jpeg, X-Timestamp=1.36175149609E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77523
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 28.000674 ms, 32.294068236958594 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.36175149609E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77003, Content-Type=image/jpeg, X-Timestamp=1.361751496129E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77003
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 32.898345 ms, 32.290742109442036 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496129E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76811, Content-Type=image/jpeg, X-Timestamp=1.361751496179E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76811
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 41.416938 ms, 32.27280419029423 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496179E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76778, Content-Type=image/jpeg, X-Timestamp=1.361751496215E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76778
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 29.340471 ms, 32.27562303728288 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496215E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76770, Content-Type=image/jpeg, X-Timestamp=1.361751496261E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76770
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 27.839438 ms, 32.281001337998966 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496261E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77125, Content-Type=image/jpeg, X-Timestamp=1.361751496301E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77125
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 33.248381 ms, 32.27712326642589 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496301E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77021, Content-Type=image/jpeg, X-Timestamp=1.361751496337E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77021
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 29.052456 ms, 32.28041313696114 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496337E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76825, Content-Type=image/jpeg, X-Timestamp=1.361751496381E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76825
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 31.475251 ms, 32.27956742780826 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496381E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76767, Content-Type=image/jpeg, X-Timestamp=1.361751496428E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76767
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 39.192101 ms, 32.26561352019951 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496428E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76879, Content-Type=image/jpeg, X-Timestamp=1.361751496461E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76879
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 18.535213 ms, 32.28674977174957 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496461E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76835, Content-Type=image/jpeg, X-Timestamp=1.361751496506E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76835
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 37.59839 ms, 32.27552262310833 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496506E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76931, Content-Type=image/jpeg, X-Timestamp=1.361751496545E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76931
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 28.9392 ms, 32.27897962824015 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496545E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77113, Content-Type=image/jpeg, X-Timestamp=1.361751496585E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77113
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 28.971574 ms, 32.28237148275736 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496585E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77241, Content-Type=image/jpeg, X-Timestamp=1.361751496629E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77241
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 33.723206 ms, 32.27774056378878 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496629E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77304, Content-Type=image/jpeg, X-Timestamp=1.361751496672E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77304
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 38.419726 ms, 32.26522530779416 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496672E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77238, Content-Type=image/jpeg, X-Timestamp=1.361751496711E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77238
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 23.900111 ms, 32.27713960870684 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496711E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77110, Content-Type=image/jpeg, X-Timestamp=1.361751496758E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77110
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 39.670011 ms, 32.262570305591844 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496758E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77126, Content-Type=image/jpeg, X-Timestamp=1.361751496794E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77126
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 22.354368 ms, 32.27703740465487 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496794E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77049, Content-Type=image/jpeg, X-Timestamp=1.361751496834E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77049
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 31.595518 ms, 32.27601111472926 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496834E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77215, Content-Type=image/jpeg, X-Timestamp=1.361751496877E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77215
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 34.020589 ms, 32.270940392793314 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496877E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77281, Content-Type=image/jpeg, X-Timestamp=1.361751496917E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77281
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 29.138333 ms, 32.27402210194045 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496917E12
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77176, Content-Type=image/jpeg, X-Timestamp=1.361751496957E12}
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77176
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) The recognizer took 31.363055 ms, 32.27339251660741 fps avg
-@Sun Feb 24 16:18:16 PST 2013 in [global]: (FINE) Captured time: 1.361751496957E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77062, Content-Type=image/jpeg, X-Timestamp=1.361751497002E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77062
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 36.773537 ms, 32.263779927636186 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497002E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77251, Content-Type=image/jpeg, X-Timestamp=1.361751497041E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77251
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 36.424342 ms, 32.254782129797285 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497041E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77176, Content-Type=image/jpeg, X-Timestamp=1.361751497082E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77176
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 28.229614 ms, 32.259370240568764 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497082E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77263, Content-Type=image/jpeg, X-Timestamp=1.361751497125E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77263
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 28.306256 ms, 32.26381844848478 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497125E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77201, Content-Type=image/jpeg, X-Timestamp=1.361751497166E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77201
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 28.176834 ms, 32.268467344757916 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497166E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76851, Content-Type=image/jpeg, X-Timestamp=1.361751497205E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76851
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 30.795616 ms, 32.26878761608698 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497205E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76865, Content-Type=image/jpeg, X-Timestamp=1.36175149725E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76865
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 33.165648 ms, 32.26520861176448 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.36175149725E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77005, Content-Type=image/jpeg, X-Timestamp=1.361751497289E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77005
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 30.922469 ms, 32.2653246492169 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497289E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76955, Content-Type=image/jpeg, X-Timestamp=1.361751497333E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76955
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 35.379227 ms, 32.258135289019414 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497333E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76970, Content-Type=image/jpeg, X-Timestamp=1.361751497373E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76970
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 29.677542 ms, 32.26029905398469 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497373E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76991, Content-Type=image/jpeg, X-Timestamp=1.361751497414E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76991
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 33.289515 ms, 32.25655538402969 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497414E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76946, Content-Type=image/jpeg, X-Timestamp=1.361751497457E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76946
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 33.108727 ms, 32.2531190878788 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497457E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77048, Content-Type=image/jpeg, X-Timestamp=1.361751497497E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77048
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 31.618378 ms, 32.252120164967096 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497497E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77069, Content-Type=image/jpeg, X-Timestamp=1.361751497537E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77069
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 28.840364 ms, 32.255639916253976 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497537E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77241, Content-Type=image/jpeg, X-Timestamp=1.361751497581E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77241
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 33.454073 ms, 32.251660909983286 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497581E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77191, Content-Type=image/jpeg, X-Timestamp=1.361751497621E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77191
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 32.026323 ms, 32.25000811667905 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497621E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77438, Content-Type=image/jpeg, X-Timestamp=1.361751497661E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77438
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 30.905738 ms, 32.25017311411434 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497661E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77202, Content-Type=image/jpeg, X-Timestamp=1.361751497705E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77202
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 34.231244 ms, 32.24496767755329 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497705E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77372, Content-Type=image/jpeg, X-Timestamp=1.361751497746E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77372
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 31.380966 ms, 32.24437386944535 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497746E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77178, Content-Type=image/jpeg, X-Timestamp=1.36175149779E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77178
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 37.101945 ms, 32.234577303080556 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.36175149779E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76896, Content-Type=image/jpeg, X-Timestamp=1.361751497832E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76896
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 31.17797 ms, 32.23432776433939 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497832E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77320, Content-Type=image/jpeg, X-Timestamp=1.361751497869E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77320
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 28.754246 ms, 32.23796578941728 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497869E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76911, Content-Type=image/jpeg, X-Timestamp=1.361751497909E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76911
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 31.675032 ms, 32.23691579988927 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497909E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77184, Content-Type=image/jpeg, X-Timestamp=1.361751497953E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77184
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) The recognizer took 29.408243 ms, 32.23949341913768 fps avg
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) Captured time: 1.361751497953E12
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77133, Content-Type=image/jpeg, X-Timestamp=1.361751497994E12}
-@Sun Feb 24 16:18:17 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77133
-@Sun Feb 24 16:18:18 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:18 PST 2013 in [global]: (FINE) The recognizer took 30.808326 ms, 32.239827959435104 fps avg
-@Sun Feb 24 16:18:18 PST 2013 in [global]: (FINE) Captured time: 1.361751497994E12
-@Sun Feb 24 16:18:18 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77064, Content-Type=image/jpeg, X-Timestamp=1.361751498038E12}
-@Sun Feb 24 16:18:18 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77064
-@Sun Feb 24 16:18:18 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:18 PST 2013 in [global]: (FINE) The recognizer took 34.09948 ms, 32.234915527952 fps avg
-@Sun Feb 24 16:18:18 PST 2013 in [global]: (FINE) Captured time: 1.361751498038E12
-@Sun Feb 24 16:18:18 PST 2013 in [global]: (FINE) parsed headers {Content-Length=76965, Content-Type=image/jpeg, X-Timestamp=1.361751498077E12}
-@Sun Feb 24 16:18:18 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 76965
-@Sun Feb 24 16:18:18 PST 2013 in [global]: (FINE) No target found
-@Sun Feb 24 16:18:18 PST 2013 in [global]: (FINE) The recognizer took 34.07054 ms, 32.23006566914282 fps avg
-@Sun Feb 24 16:18:18 PST 2013 in [global]: (FINE) Captured time: 1.361751498077E12
-@Sun Feb 24 16:18:18 PST 2013 in [global]: (FINE) parsed headers {Content-Length=77162, Content-Type=image/jpeg, X-Timestamp=1.361751498136E12}
-@Sun Feb 24 16:18:18 PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77162
- PST 2013 in [global]: (FINE) allocating a new direct buffer of length 77162
diff --git a/971cv/2013-test-images/hs_err_pid23317.log b/971cv/2013-test-images/hs_err_pid23317.log
deleted file mode 100644
index 492a9d0..0000000
--- a/971cv/2013-test-images/hs_err_pid23317.log
+++ /dev/null
@@ -1,922 +0,0 @@
-#
-# A fatal error has been detected by the Java Runtime Environment:
-#
-#  SIGSEGV (0xb) at pc=0x00007fe0b86d8d19, pid=23317, tid=140603278501632
-#
-# JRE version: 6.0_27-b27
-# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
-# Derivative: IcedTea6 1.12.3
-# Distribution: Ubuntu 12.04 LTS, package 6b27-1.12.3-0ubuntu1~12.04
-# Problematic frame:
-# C  [libopencv_core.so.2.2+0x12bd19]  cvStartReadSeq+0x89
-#
-# If you would like to submit a bug report, please include
-# instructions how to reproduce the bug and visit:
-#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
-# The crash happened outside the Java Virtual Machine in native code.
-# See problematic frame for where to report the bug.
-#
-
----------------  T H R E A D  ---------------
-
-Current thread (0x00007fe0bc16d000):  JavaThread "Test Client" [_thread_in_native, id=23335, stack(0x00007fe0c0682000,0x00007fe0c0783000)]
-
-siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000014
-
-Registers:
-RAX=0x00007fe07578a420, RBX=0x00007fe0c0781300, RCX=0x00000000000004f1, RDX=0x00007fe07578a4c8
-RSP=0x00007fe0c077ea30, RBP=0x00007fe07578a320, RSI=0x00007fe0c0781300, RDI=0x0000000000000000
-R8 =0x0000000000000008, R9 =0x0000000000000080, R10=0x000000007578a4c8, R11=0x000000000000005c
-R12=0x0000000000000000, R13=0x00007fe0b26d7b90, R14=0x0000000000000001, R15=0x00007fe0bc16d000
-RIP=0x00007fe0b86d8d19, EFLAGS=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
-  TRAPNO=0x000000000000000e
-
-Top of Stack: (sp=0x00007fe0c077ea30)
-0x00007fe0c077ea30:   00007fe0bc16d000 00007fe074000020
-0x00007fe0c077ea40:   0000000000001700 0000000000000000
-0x00007fe0c077ea50:   00007fe0b26d7b90 0000000000000001
-0x00007fe0c077ea60:   00007fe0bc16d000 00007fe0c4c82fb5
-0x00007fe0c077ea70:   47c5beaa52a594ab 00000000000002e0
-0x00007fe0c077ea80:   0000000000001700 0000000000000000
-0x00007fe0c077ea90:   00007fe0b26d7b90 00007fe0c3bd5ded
-0x00007fe0c077eaa0:   00007fe07578a320 00007fe07402fbd0
-0x00007fe0c077eab0:   00007fe07578a320 0000000000000000
-0x00007fe0c077eac0:   00007fe0b26d7b90 00007fe0b26d89c5
-0x00007fe0c077ead0:   bb9fe046e6291c79 cdc41d6d951ed68c
-0x00007fe0c077eae0:   a1ecd1fa3d703371 ffffffff00000266
-0x00007fe0c077eaf0:   00007fe07578cdd8 ffffffffffffffff
-0x00007fe0c077eb00:   00007fe07578cd88 072a31510000000c
-0x00007fe0c077eb10:   0000024594ebfcdd 00007fe07578a320
-0x00007fe0c077eb20:   ffffffff000002e0 00007fe0c077eb70
-0x00007fe0c077eb30:   00007fe0c077fbd0 00007fe07578c400
-0x00007fe0c077eb40:   0000000000000000 00007fe0b26d7b90
-0x00007fe0c077eb50:   4299500c00000001 00007fe0c077eb70
-0x00007fe0c077eb60:   00007fe07402fbd0 00000000000002e0
-0x00007fe0c077eb70:   00007fe07578bc60 00007fe07578beb8
-0x00007fe0c077eb80:   00007fe07578bed8 00007fe07578bec0
-0x00007fe0c077eb90:   00007fe07578bed0 00007fe07578bec8
-0x00007fe0c077eba0:   00007fe07578c400 00007fe07578c408
-0x00007fe0c077ebb0:   00007fe07578c410 00007fe07578c418
-0x00007fe0c077ebc0:   00007fe07578c420 00007fe07578c428
-0x00007fe0c077ebd0:   00007fe07578c430 00007fe07578c438
-0x00007fe0c077ebe0:   00007fe07578c3c8 00007fe07578c440
-0x00007fe0c077ebf0:   00007fe07578c448 00007fe07578c450
-0x00007fe0c077ec00:   00007fe07578c458 00007fe07578c468
-0x00007fe0c077ec10:   00007fe07578c460 00007fe07578cee0
-0x00007fe0c077ec20:   00007fe07578cef0 00007fe07578cee8 
-
-Instructions: (pc=0x00007fe0b86d8d19)
-0x00007fe0b86d8cf9:   40 00 00 00 48 89 6b 08 48 85 c0 0f 84 6e 01 00
-0x00007fe0b86d8d09:   00 48 8b 38 44 8b 45 2c 48 8b 50 18 44 8b 50 10
-0x00007fe0b86d8d19:   8b 77 14 4c 8b 4f 18 48 89 53 18 44 89 53 30 8d
-0x00007fe0b86d8d29:   4e ff 41 0f af c8 48 63 c9 4c 01 c9 45 85 e4 48 
-
-Register to memory mapping:
-
-RAX=0x00007fe07578a420 is an unknown value
-RBX=0x00007fe0c0781300 is pointing into the stack for thread: 0x00007fe0bc16d000
-RCX=0x00000000000004f1 is an unknown value
-RDX=0x00007fe07578a4c8 is an unknown value
-RSP=0x00007fe0c077ea30 is pointing into the stack for thread: 0x00007fe0bc16d000
-RBP=0x00007fe07578a320 is an unknown value
-RSI=0x00007fe0c0781300 is pointing into the stack for thread: 0x00007fe0bc16d000
-RDI=0x0000000000000000 is an unknown value
-R8 =0x0000000000000008 is an unknown value
-R9 =0x0000000000000080 is an unknown value
-R10=0x000000007578a4c8 is an unknown value
-R11=0x000000000000005c is an unknown value
-R12=0x0000000000000000 is an unknown value
-R13=0x00007fe0b26d7b90: <offset 0x156b90> in /usr/lib/libopencv_imgproc.so.2.2 at 0x00007fe0b2581000
-R14=0x0000000000000001 is an unknown value
-R15=0x00007fe0bc16d000 is a thread
-
-
-Stack: [0x00007fe0c0682000,0x00007fe0c0783000],  sp=0x00007fe0c077ea30,  free space=1010k
-Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
-C  [libopencv_core.so.2.2+0x12bd19]  cvStartReadSeq+0x89
-
-Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
-j  com.googlecode.javacv.cpp.opencv_imgproc.cvConvexHull2(Lcom/googlecode/javacv/cpp/opencv_core$CvArr;Lcom/googlecode/javacpp/Pointer;II)Lcom/googlecode/javacv/cpp/opencv_core$CvSeq;+0
-j  edu.wpi.first.wpijavacv.DaisyExtensions.findConvexContours(Ledu/wpi/first/wpijavacv/WPIBinaryImage;)[Ledu/wpi/first/wpijavacv/WPIContour;+136
-j  org.frc971.Recognizer2013.processImage(Ledu/wpi/first/wpijavacv/WPIColorImage;)Lorg/frc971/Target;+455
-j  org.frc971.VisionTuner.processImage(Ledu/wpi/first/wpijavacv/WPIColorImage;Ljava/lang/String;)V+42
-j  org.frc971.VisionTuner.main([Ljava/lang/String;)V+159
-j  org.frc971.TestClient.run()V+13
-v  ~StubRoutines::call_stub
-
----------------  P R O C E S S  ---------------
-
-Java Threads: ( => current thread )
-  0x00007fe064018000 JavaThread "TimerQueue" daemon [_thread_blocked, id=23341, stack(0x00007fe0a00bb000,0x00007fe0a01bc000)]
-  0x00007fe074120800 JavaThread "Accepter Thread" [_thread_in_native, id=23340, stack(0x00007fe0b1446000,0x00007fe0b1547000)]
-  0x00007fe07415f000 JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=23339, stack(0x00007fe0b17ce000,0x00007fe0b18cf000)]
-  0x00007fe074158800 JavaThread "AWT-Shutdown" [_thread_blocked, id=23338, stack(0x00007fe0b18cf000,0x00007fe0b19d0000)]
-  0x00007fe074134800 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=23337, stack(0x00007fe0b19d0000,0x00007fe0b1ad1000)]
-  0x00007fe0740a6800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=23336, stack(0x00007fe0b1fa8000,0x00007fe0b20a9000)]
-=>0x00007fe0bc16d000 JavaThread "Test Client" [_thread_in_native, id=23335, stack(0x00007fe0c0682000,0x00007fe0c0783000)]
-  0x00007fe0bc09e000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=23333, stack(0x00007fe0c08da000,0x00007fe0c09db000)]
-  0x00007fe0bc09c000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=23332, stack(0x00007fe0c09db000,0x00007fe0c0adc000)]
-  0x00007fe0bc099000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=23331, stack(0x00007fe0c0adc000,0x00007fe0c0bdd000)]
-  0x00007fe0bc08b000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=23330, stack(0x00007fe0c0bdd000,0x00007fe0c0cde000)]
-  0x00007fe0bc078800 JavaThread "Finalizer" daemon [_thread_blocked, id=23329, stack(0x00007fe0c13c1000,0x00007fe0c14c2000)]
-  0x00007fe0bc076800 JavaThread "Reference Handler" daemon [_thread_blocked, id=23328, stack(0x00007fe0c14c2000,0x00007fe0c15c3000)]
-  0x00007fe0bc008000 JavaThread "main" [_thread_in_native, id=23322, stack(0x00007fe0c56df000,0x00007fe0c57e0000)]
-
-Other Threads:
-  0x00007fe0bc071800 VMThread [stack: 0x00007fe0c15c3000,0x00007fe0c16c4000] [id=23327]
-  0x00007fe0bc0a0800 WatcherThread [stack: 0x00007fe0c07d9000,0x00007fe0c08da000] [id=23334]
-
-VM state:not at safepoint (normal execution)
-
-VM Mutex/Monitor currently owned by a thread: None
-
-Heap
- PSYoungGen      total 76800K, used 29923K [0x00000000ebf60000, 0x00000000f2a50000, 0x0000000100000000)
-  eden space 53760K, 55% used [0x00000000ebf60000,0x00000000edc98e08,0x00000000ef3e0000)
-  from space 23040K, 0% used [0x00000000f0d50000,0x00000000f0d50000,0x00000000f23d0000)
-  to   space 26048K, 0% used [0x00000000ef3e0000,0x00000000ef3e0000,0x00000000f0d50000)
- PSOldGen        total 121984K, used 61711K [0x00000000c3e00000, 0x00000000cb520000, 0x00000000ebf60000)
-  object space 121984K, 50% used [0x00000000c3e00000,0x00000000c7a43e10,0x00000000cb520000)
- PSPermGen       total 35712K, used 16352K [0x00000000b9800000, 0x00000000bbae0000, 0x00000000c3e00000)
-  object space 35712K, 45% used [0x00000000b9800000,0x00000000ba7f80a8,0x00000000bbae0000)
-
-Code Cache  [0x00007fe0b9000000, 0x00007fe0b9270000, 0x00007fe0bc000000)
- total_blobs=577 nmethods=79 adapters=452 free_code_cache=49588352 largest_free_block=26048
-
-Dynamic libraries:
-00400000-00409000 r-xp 00000000 08:06 4850161                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00608000-00609000 r--p 00008000 08:06 4850161                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00609000-0060a000 rw-p 00009000 08:06 4850161                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-01b40000-01b61000 rw-p 00000000 00:00 0                                  [heap]
-b9800000-bbae0000 rw-p 00000000 00:00 0 
-bbae0000-bbc60000 ---p 00000000 00:00 0 
-bbc60000-c3e00000 rw-p 00000000 00:00 0 
-c3e00000-cb520000 rw-p 00000000 00:00 0 
-cb520000-ebf60000 rw-p 00000000 00:00 0 
-ebf60000-f2a50000 rw-p 00000000 00:00 0 
-f2a50000-100000000 rw-p 00000000 00:00 0 
-7fe054000000-7fe054021000 rw-p 00000000 00:00 0 
-7fe054021000-7fe058000000 ---p 00000000 00:00 0 
-7fe05bbfb000-7fe05bd27000 rw-s 00000000 00:04 20217870                   /SYSV00000000 (deleted)
-7fe05bd27000-7fe05beeb000 rw-p 00000000 00:00 0 
-7fe05beeb000-7fe05bef5000 r-xp 00000000 08:06 4860894                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so
-7fe05bef5000-7fe05c0f4000 ---p 0000a000 08:06 4860894                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so
-7fe05c0f4000-7fe05c0f5000 r--p 00009000 08:06 4860894                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so
-7fe05c0f5000-7fe05c0f6000 rw-p 0000a000 08:06 4860894                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so
-7fe05c0f6000-7fe05c128000 r-xp 00000000 08:06 4860902                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/liblcms.so
-7fe05c128000-7fe05c327000 ---p 00032000 08:06 4860902                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/liblcms.so
-7fe05c327000-7fe05c328000 r--p 00031000 08:06 4860902                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/liblcms.so
-7fe05c328000-7fe05c329000 rw-p 00032000 08:06 4860902                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/liblcms.so
-7fe05c329000-7fe05c40d000 rw-p 00000000 00:00 0 
-7fe05c40d000-7fe05c4a3000 rw-s 001c2000 00:05 8418                       /dev/video0
-7fe05c4a3000-7fe05c539000 rw-s 0012c000 00:05 8418                       /dev/video0
-7fe05c539000-7fe05c5cf000 rw-s 00096000 00:05 8418                       /dev/video0
-7fe05c5cf000-7fe05c665000 rw-s 00000000 00:05 8418                       /dev/video0
-7fe05c665000-7fe061666000 rw-p 00000000 00:00 0 
-7fe061666000-7fe061669000 r-xp 00000000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7fe061669000-7fe061868000 ---p 00003000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7fe061868000-7fe061869000 r--p 00002000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7fe061869000-7fe06186a000 rw-p 00003000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7fe06186a000-7fe06187b000 r-xp 00000000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7fe06187b000-7fe061a7a000 ---p 00011000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7fe061a7a000-7fe061a7b000 r--p 00010000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7fe061a7b000-7fe061a7c000 rw-p 00011000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7fe061a7c000-7fe061a8c000 r-xp 00000000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7fe061a8c000-7fe061c8b000 ---p 00010000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7fe061c8b000-7fe061c8c000 r--p 0000f000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7fe061c8c000-7fe061c8d000 rw-p 00010000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7fe061c8d000-7fe061cae000 r-xp 00000000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7fe061cae000-7fe061ead000 ---p 00021000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7fe061ead000-7fe061eaf000 r--p 00020000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7fe061eaf000-7fe061eb0000 rw-p 00022000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7fe061eb0000-7fe061f02000 rw-p 00000000 00:00 0 
-7fe061f02000-7fe061f7c000 r-xp 00000000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7fe061f7c000-7fe06217c000 ---p 0007a000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7fe06217c000-7fe06217d000 r--p 0007a000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7fe06217d000-7fe062180000 rw-p 0007b000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7fe062180000-7fe062234000 r-xp 00000000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7fe062234000-7fe062434000 ---p 000b4000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7fe062434000-7fe06243a000 r--p 000b4000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7fe06243a000-7fe06243b000 rw-p 000ba000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7fe06243b000-7fe06243c000 rw-p 00000000 00:00 0 
-7fe06243c000-7fe0624b1000 r-xp 00000000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7fe0624b1000-7fe0626b0000 ---p 00075000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7fe0626b0000-7fe0626b2000 r--p 00074000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7fe0626b2000-7fe0626b7000 rw-p 00076000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7fe0626b7000-7fe0626bd000 r-xp 00000000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7fe0626bd000-7fe0628bc000 ---p 00006000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7fe0628bc000-7fe0628bd000 r--p 00005000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7fe0628bd000-7fe0628be000 rw-p 00006000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7fe0628be000-7fe0628e5000 r-xp 00000000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7fe0628e5000-7fe062ae5000 ---p 00027000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7fe062ae5000-7fe062ae7000 r--p 00027000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7fe062ae7000-7fe062ae8000 rw-p 00029000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7fe062ae8000-7fe062b00000 r-xp 00000000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7fe062b00000-7fe062d00000 ---p 00018000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7fe062d00000-7fe062d01000 r--p 00018000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7fe062d01000-7fe062d02000 rw-p 00019000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7fe062d02000-7fe062d04000 rw-p 00000000 00:00 0 
-7fe062d04000-7fe062d21000 r-xp 00000000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7fe062d21000-7fe062f20000 ---p 0001d000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7fe062f20000-7fe062f21000 r--p 0001c000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7fe062f21000-7fe062f22000 rw-p 0001d000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7fe062f22000-7fe062f23000 rw-p 00000000 00:00 0 
-7fe062f23000-7fe062f26000 r-xp 00000000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7fe062f26000-7fe063125000 ---p 00003000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7fe063125000-7fe063126000 r--p 00002000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7fe063126000-7fe063127000 rw-p 00003000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7fe063127000-7fe06312f000 r-xp 00000000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7fe06312f000-7fe06332f000 ---p 00008000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7fe06332f000-7fe063330000 r--p 00008000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7fe063330000-7fe063331000 rw-p 00009000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7fe063331000-7fe063333000 r-xp 00000000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7fe063333000-7fe063532000 ---p 00002000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7fe063532000-7fe063533000 r--p 00001000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7fe063533000-7fe063534000 rw-p 00002000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7fe063534000-7fe0635b5000 r-xp 00000000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7fe0635b5000-7fe0637b4000 ---p 00081000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7fe0637b4000-7fe0637ba000 r--p 00080000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7fe0637ba000-7fe0637bb000 rw-p 00086000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7fe0637bb000-7fe0637c3000 r-xp 00000000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7fe0637c3000-7fe0639c2000 ---p 00008000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7fe0639c2000-7fe0639c3000 r--p 00007000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7fe0639c3000-7fe0639c7000 rw-p 00008000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7fe0639c7000-7fe0639d5000 r-xp 00000000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7fe0639d5000-7fe063bd4000 ---p 0000e000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7fe063bd4000-7fe063bd5000 r--p 0000d000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7fe063bd5000-7fe063bd6000 rw-p 0000e000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7fe063bd6000-7fe063be5000 r-xp 00000000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7fe063be5000-7fe063de4000 ---p 0000f000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7fe063de4000-7fe063de5000 r--p 0000e000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7fe063de5000-7fe063de6000 rw-p 0000f000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7fe063de6000-7fe063dfe000 r-xp 00000000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7fe063dfe000-7fe063ffe000 ---p 00018000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7fe063ffe000-7fe063fff000 r--p 00018000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7fe063fff000-7fe064000000 rw-p 00019000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7fe064000000-7fe065043000 rw-p 00000000 00:00 0 
-7fe065043000-7fe068000000 ---p 00000000 00:00 0 
-7fe068000000-7fe068021000 rw-p 00000000 00:00 0 
-7fe068021000-7fe06c000000 ---p 00000000 00:00 0 
-7fe06c000000-7fe06c021000 rw-p 00000000 00:00 0 
-7fe06c021000-7fe070000000 ---p 00000000 00:00 0 
-7fe070000000-7fe070021000 rw-p 00000000 00:00 0 
-7fe070021000-7fe074000000 ---p 00000000 00:00 0 
-7fe074000000-7fe076053000 rw-p 00000000 00:00 0 
-7fe076053000-7fe078000000 ---p 00000000 00:00 0 
-7fe078000000-7fe078021000 rw-p 00000000 00:00 0 
-7fe078021000-7fe07c000000 ---p 00000000 00:00 0 
-7fe07c000000-7fe07c021000 rw-p 00000000 00:00 0 
-7fe07c021000-7fe080000000 ---p 00000000 00:00 0 
-7fe080000000-7fe080021000 rw-p 00000000 00:00 0 
-7fe080021000-7fe084000000 ---p 00000000 00:00 0 
-7fe084000000-7fe0847fb000 rw-p 00000000 00:00 0 
-7fe0847fb000-7fe088000000 ---p 00000000 00:00 0 
-7fe088000000-7fe08839d000 rw-p 00000000 00:00 0 
-7fe08839d000-7fe08c000000 ---p 00000000 00:00 0 
-7fe08c000000-7fe08c021000 rw-p 00000000 00:00 0 
-7fe08c021000-7fe090000000 ---p 00000000 00:00 0 
-7fe090000000-7fe090021000 rw-p 00000000 00:00 0 
-7fe090021000-7fe094000000 ---p 00000000 00:00 0 
-7fe094000000-7fe094021000 rw-p 00000000 00:00 0 
-7fe094021000-7fe098000000 ---p 00000000 00:00 0 
-7fe098000000-7fe098021000 rw-p 00000000 00:00 0 
-7fe098021000-7fe09c000000 ---p 00000000 00:00 0 
-7fe09c000000-7fe09c021000 rw-p 00000000 00:00 0 
-7fe09c021000-7fe0a0000000 ---p 00000000 00:00 0 
-7fe0a00bb000-7fe0a00be000 ---p 00000000 00:00 0 
-7fe0a00be000-7fe0a01bc000 rw-p 00000000 00:00 0 
-7fe0a01bc000-7fe0a01cc000 r-xp 00000000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7fe0a01cc000-7fe0a03cb000 ---p 00010000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7fe0a03cb000-7fe0a03cc000 r--p 0000f000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7fe0a03cc000-7fe0a03cd000 rw-p 00010000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7fe0a03cd000-7fe0a03d2000 rw-p 00000000 00:00 0 
-7fe0a03d2000-7fe0a0454000 r-xp 00000000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7fe0a0454000-7fe0a0653000 ---p 00082000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7fe0a0653000-7fe0a0656000 r--p 00081000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7fe0a0656000-7fe0a0657000 rw-p 00084000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7fe0a0657000-7fe0a0658000 rw-p 00000000 00:00 0 
-7fe0a0658000-7fe0a0667000 r-xp 00000000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7fe0a0667000-7fe0a0866000 ---p 0000f000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7fe0a0866000-7fe0a0867000 r--p 0000e000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7fe0a0867000-7fe0a086a000 rw-p 0000f000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7fe0a086a000-7fe0a0876000 r-xp 00000000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7fe0a0876000-7fe0a0a76000 ---p 0000c000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7fe0a0a76000-7fe0a0a77000 r--p 0000c000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7fe0a0a77000-7fe0a0a78000 rw-p 0000d000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7fe0a0a78000-7fe0a0ad0000 r-xp 00000000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7fe0a0ad0000-7fe0a0cd0000 ---p 00058000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7fe0a0cd0000-7fe0a0cd1000 r--p 00058000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7fe0a0cd1000-7fe0a0cd2000 rw-p 00059000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7fe0a0cd2000-7fe0a0d02000 rw-p 00000000 00:00 0 
-7fe0a0d02000-7fe0a0d3b000 r-xp 00000000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7fe0a0d3b000-7fe0a0f3a000 ---p 00039000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7fe0a0f3a000-7fe0a0f3b000 r--p 00038000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7fe0a0f3b000-7fe0a0f3c000 rw-p 00039000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7fe0a0f3c000-7fe0a0f57000 r-xp 00000000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7fe0a0f57000-7fe0a1156000 ---p 0001b000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7fe0a1156000-7fe0a1157000 r--p 0001a000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7fe0a1157000-7fe0a1158000 rw-p 0001b000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7fe0a1158000-7fe0a1176000 r-xp 00000000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7fe0a1176000-7fe0a1376000 ---p 0001e000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7fe0a1376000-7fe0a1377000 r--p 0001e000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7fe0a1377000-7fe0a1378000 rw-p 0001f000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7fe0a1378000-7fe0a1427000 r-xp 00000000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7fe0a1427000-7fe0a1627000 ---p 000af000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7fe0a1627000-7fe0a1629000 r--p 000af000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7fe0a1629000-7fe0a162a000 rw-p 000b1000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7fe0a162a000-7fe0a162b000 rw-p 00000000 00:00 0 
-7fe0a162b000-7fe0a1642000 r-xp 00000000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7fe0a1642000-7fe0a1842000 ---p 00017000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7fe0a1842000-7fe0a1843000 r--p 00017000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7fe0a1843000-7fe0a1844000 rw-p 00018000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7fe0a1844000-7fe0a185d000 r-xp 00000000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7fe0a185d000-7fe0a1a5d000 ---p 00019000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7fe0a1a5d000-7fe0a1a5e000 r--p 00019000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7fe0a1a5e000-7fe0a1a5f000 rw-p 0001a000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7fe0a1a5f000-7fe0a1a9a000 r-xp 00000000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7fe0a1a9a000-7fe0a1c9a000 ---p 0003b000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7fe0a1c9a000-7fe0a1c9b000 r--p 0003b000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7fe0a1c9b000-7fe0a1c9c000 rw-p 0003c000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7fe0a1c9c000-7fe0a1cb9000 r-xp 00000000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7fe0a1cb9000-7fe0a1eb9000 ---p 0001d000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7fe0a1eb9000-7fe0a1eba000 r--p 0001d000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7fe0a1eba000-7fe0a1ebb000 rw-p 0001e000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7fe0a1ebb000-7fe0a1ed0000 r-xp 00000000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7fe0a1ed0000-7fe0a20cf000 ---p 00015000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7fe0a20cf000-7fe0a20d0000 r--p 00014000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7fe0a20d0000-7fe0a20d6000 rw-p 00015000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7fe0a20d6000-7fe0a2101000 r-xp 00000000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7fe0a2101000-7fe0a2300000 ---p 0002b000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7fe0a2300000-7fe0a2301000 r--p 0002a000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7fe0a2301000-7fe0a2302000 rw-p 0002b000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7fe0a2302000-7fe0a25b5000 r-xp 00000000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7fe0a25b5000-7fe0a27b4000 ---p 002b3000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7fe0a27b4000-7fe0a27d0000 r--p 002b2000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7fe0a27d0000-7fe0a27d1000 rw-p 002ce000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7fe0a27d1000-7fe0a286a000 r-xp 00000000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7fe0a286a000-7fe0a2a69000 ---p 00099000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7fe0a2a69000-7fe0a2a6b000 r--p 00098000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7fe0a2a6b000-7fe0a2a6c000 rw-p 0009a000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7fe0a2a6c000-7fe0a2a76000 rw-p 00000000 00:00 0 
-7fe0a2a76000-7fe0a2b7f000 r-xp 00000000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7fe0a2b7f000-7fe0a2d7e000 ---p 00109000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7fe0a2d7e000-7fe0a2d80000 r--p 00108000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7fe0a2d80000-7fe0a2d81000 rw-p 0010a000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7fe0a2d81000-7fe0a2dfc000 rw-p 00000000 00:00 0 
-7fe0a2dfc000-7fe0a2ebf000 r-xp 00000000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7fe0a2ebf000-7fe0a30bf000 ---p 000c3000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7fe0a30bf000-7fe0a30c0000 r--p 000c3000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7fe0a30c0000-7fe0a30ca000 rw-p 000c4000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7fe0a30ca000-7fe0a3133000 rw-p 00000000 00:00 0 
-7fe0a3133000-7fe0a316f000 r-xp 00000000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7fe0a316f000-7fe0a336e000 ---p 0003c000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7fe0a336e000-7fe0a336f000 r--p 0003b000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7fe0a336f000-7fe0a3370000 rw-p 0003c000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7fe0a3370000-7fe0a3377000 r-xp 00000000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7fe0a3377000-7fe0a3576000 ---p 00007000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7fe0a3576000-7fe0a3577000 r--p 00006000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7fe0a3577000-7fe0a3578000 rw-p 00007000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7fe0a3578000-7fe0a357a000 r-xp 00000000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7fe0a357a000-7fe0a3779000 ---p 00002000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7fe0a3779000-7fe0a377a000 r--p 00001000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7fe0a377a000-7fe0a377b000 rw-p 00002000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7fe0a377b000-7fe0a377d000 r-xp 00000000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7fe0a377d000-7fe0a397c000 ---p 00002000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7fe0a397c000-7fe0a397d000 r--p 00001000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7fe0a397d000-7fe0a397e000 rw-p 00002000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7fe0a397e000-7fe0a3980000 r-xp 00000000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7fe0a3980000-7fe0a3b7f000 ---p 00002000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7fe0a3b7f000-7fe0a3b80000 r--p 00001000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7fe0a3b80000-7fe0a3b81000 rw-p 00002000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7fe0a3b81000-7fe0a3bb5000 r-xp 00000000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7fe0a3bb5000-7fe0a3db5000 ---p 00034000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7fe0a3db5000-7fe0a3db6000 r--p 00034000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7fe0a3db6000-7fe0a3db7000 rw-p 00035000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7fe0a3db7000-7fe0a3dfd000 r-xp 00000000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7fe0a3dfd000-7fe0a3ffd000 ---p 00046000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7fe0a3ffd000-7fe0a3fff000 r--p 00046000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7fe0a3fff000-7fe0a4000000 rw-p 00048000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7fe0a4000000-7fe0a4021000 rw-p 00000000 00:00 0 
-7fe0a4021000-7fe0a8000000 ---p 00000000 00:00 0 
-7fe0a806a000-7fe0a8093000 r-xp 00000000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7fe0a8093000-7fe0a8292000 ---p 00029000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7fe0a8292000-7fe0a8293000 r--p 00028000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7fe0a8293000-7fe0a8294000 rw-p 00029000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7fe0a8294000-7fe0a83dc000 r-xp 00000000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7fe0a83dc000-7fe0a85db000 ---p 00148000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7fe0a85db000-7fe0a85df000 r--p 00147000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7fe0a85df000-7fe0a85e1000 rw-p 0014b000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7fe0a85e1000-7fe0a85e3000 rw-p 00000000 00:00 0 
-7fe0a85e3000-7fe0a8601000 r-xp 00000000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7fe0a8601000-7fe0a8801000 ---p 0001e000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7fe0a8801000-7fe0a8802000 r--p 0001e000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7fe0a8802000-7fe0a8803000 rw-p 0001f000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7fe0a8803000-7fe0a88bc000 r-xp 00000000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7fe0a88bc000-7fe0a8abb000 ---p 000b9000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7fe0a8abb000-7fe0a8abd000 r--p 000b8000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7fe0a8abd000-7fe0a8abe000 rw-p 000ba000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7fe0a8abe000-7fe0a8ac1000 rw-p 00000000 00:00 0 
-7fe0a8ac1000-7fe0a8ae0000 r-xp 00000000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7fe0a8ae0000-7fe0a8ce0000 ---p 0001f000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7fe0a8ce0000-7fe0a8ce2000 r--p 0001f000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7fe0a8ce2000-7fe0a8ce3000 rw-p 00021000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7fe0a8ce3000-7fe0a8cee000 r-xp 00000000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7fe0a8cee000-7fe0a8eed000 ---p 0000b000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7fe0a8eed000-7fe0a8eee000 r--p 0000a000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7fe0a8eee000-7fe0a8eef000 rw-p 0000b000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7fe0a8eef000-7fe0a8ef5000 r-xp 00000000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7fe0a8ef5000-7fe0a90f4000 ---p 00006000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7fe0a90f4000-7fe0a90f5000 r--p 00005000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7fe0a90f5000-7fe0a90f6000 rw-p 00006000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7fe0a90f6000-7fe0a9110000 r-xp 00000000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7fe0a9110000-7fe0a9310000 ---p 0001a000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7fe0a9310000-7fe0a9314000 r--p 0001a000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7fe0a9314000-7fe0a9315000 rw-p 0001e000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7fe0a9315000-7fe0a9319000 r-xp 00000000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7fe0a9319000-7fe0a9519000 ---p 00004000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7fe0a9519000-7fe0a951a000 r--p 00004000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7fe0a951a000-7fe0a951b000 rw-p 00005000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7fe0a951b000-7fe0a9520000 r-xp 00000000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7fe0a9520000-7fe0a971f000 ---p 00005000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7fe0a971f000-7fe0a9720000 r--p 00004000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7fe0a9720000-7fe0a9721000 rw-p 00005000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7fe0a9721000-7fe0a9751000 r-xp 00000000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7fe0a9751000-7fe0a9950000 ---p 00030000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7fe0a9950000-7fe0a9951000 r--p 0002f000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7fe0a9951000-7fe0a9952000 rw-p 00030000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7fe0a9952000-7fe0a9992000 rw-p 00000000 00:00 0 
-7fe0a9992000-7fe0a99d6000 r-xp 00000000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7fe0a99d6000-7fe0a9bd6000 ---p 00044000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7fe0a9bd6000-7fe0a9bd7000 r--p 00044000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7fe0a9bd7000-7fe0a9bd8000 rw-p 00045000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7fe0a9bd8000-7fe0a9bf2000 r-xp 00000000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7fe0a9bf2000-7fe0a9df1000 ---p 0001a000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7fe0a9df1000-7fe0a9df3000 r--p 00019000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7fe0a9df3000-7fe0a9df4000 rw-p 0001b000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7fe0a9df4000-7fe0a9df8000 rw-p 00000000 00:00 0 
-7fe0a9df8000-7fe0a9ee1000 r-xp 00000000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7fe0a9ee1000-7fe0aa0e1000 ---p 000e9000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7fe0aa0e1000-7fe0aa0e8000 r--p 000e9000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7fe0aa0e8000-7fe0aa0f5000 rw-p 000f0000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7fe0aa0f5000-7fe0aa775000 r-xp 00000000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7fe0aa775000-7fe0aa974000 ---p 00680000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7fe0aa974000-7fe0aa987000 r--p 0067f000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7fe0aa987000-7fe0aa99f000 rw-p 00692000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7fe0aa99f000-7fe0aaf0f000 rw-p 00000000 00:00 0 
-7fe0aaf0f000-7fe0ab001000 r-xp 00000000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7fe0ab001000-7fe0ab201000 ---p 000f2000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7fe0ab201000-7fe0ab202000 r--p 000f2000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7fe0ab202000-7fe0ab203000 rw-p 000f3000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7fe0ab203000-7fe0ab204000 rw-p 00000000 00:00 0 
-7fe0ab204000-7fe0ab251000 r-xp 00000000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7fe0ab251000-7fe0ab451000 ---p 0004d000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7fe0ab451000-7fe0ab452000 r--p 0004d000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7fe0ab452000-7fe0ab453000 rw-p 0004e000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7fe0ab453000-7fe0ab500000 r-xp 00000000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7fe0ab500000-7fe0ab6ff000 ---p 000ad000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7fe0ab6ff000-7fe0ab703000 r--p 000ac000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7fe0ab703000-7fe0ab705000 rw-p 000b0000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7fe0ab705000-7fe0abb32000 r-xp 00000000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7fe0abb32000-7fe0abd32000 ---p 0042d000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7fe0abd32000-7fe0abd39000 r--p 0042d000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7fe0abd39000-7fe0abd3d000 rw-p 00434000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7fe0abd3d000-7fe0abd3f000 rw-p 00000000 00:00 0 
-7fe0abd3f000-7fe0abdfd000 r-xp 00000000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7fe0abdfd000-7fe0abffc000 ---p 000be000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7fe0abffc000-7fe0abfff000 r--p 000bd000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7fe0abfff000-7fe0ac000000 rw-p 000c0000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7fe0ac000000-7fe0ac021000 rw-p 00000000 00:00 0 
-7fe0ac021000-7fe0b0000000 ---p 00000000 00:00 0 
-7fe0b003b000-7fe0b007d000 r-xp 00000000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7fe0b007d000-7fe0b027c000 ---p 00042000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7fe0b027c000-7fe0b027d000 r--p 00041000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7fe0b027d000-7fe0b027e000 rw-p 00042000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7fe0b027e000-7fe0b02ca000 r-xp 00000000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7fe0b02ca000-7fe0b04c9000 ---p 0004c000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7fe0b04c9000-7fe0b04ca000 r--p 0004b000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7fe0b04ca000-7fe0b04ce000 rw-p 0004c000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7fe0b04ce000-7fe0b04d5000 rw-p 00000000 00:00 0 
-7fe0b04d5000-7fe0b0536000 r-xp 00000000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7fe0b0536000-7fe0b0735000 ---p 00061000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7fe0b0735000-7fe0b0737000 r--p 00060000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7fe0b0737000-7fe0b0738000 rw-p 00062000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7fe0b0738000-7fe0b075e000 r-xp 00000000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7fe0b075e000-7fe0b095e000 ---p 00026000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7fe0b095e000-7fe0b095f000 r--p 00026000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7fe0b095f000-7fe0b0960000 rw-p 00027000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7fe0b0960000-7fe0b099e000 r-xp 00000000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7fe0b099e000-7fe0b0b9e000 ---p 0003e000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7fe0b0b9e000-7fe0b0b9f000 r--p 0003e000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7fe0b0b9f000-7fe0b0ba0000 rw-p 0003f000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7fe0b0ba0000-7fe0b0bb0000 rw-p 00000000 00:00 0 
-7fe0b0bb0000-7fe0b0bee000 r-xp 00000000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7fe0b0bee000-7fe0b0ded000 ---p 0003e000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7fe0b0ded000-7fe0b0def000 r--p 0003d000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7fe0b0def000-7fe0b0df0000 rw-p 0003f000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7fe0b0df0000-7fe0b0df1000 rw-p 00000000 00:00 0 
-7fe0b0df1000-7fe0b0dfe000 r-xp 00000000 08:06 917540                     /tmp/libjniopencv_highgui1321846447536341499.so
-7fe0b0dfe000-7fe0b0ffd000 ---p 0000d000 08:06 917540                     /tmp/libjniopencv_highgui1321846447536341499.so
-7fe0b0ffd000-7fe0b0ffe000 rw-p 0000c000 08:06 917540                     /tmp/libjniopencv_highgui1321846447536341499.so
-7fe0b0ffe000-7fe0b122e000 r-xp 00000000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7fe0b122e000-7fe0b142d000 ---p 00230000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7fe0b142d000-7fe0b1435000 r--p 0022f000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7fe0b1435000-7fe0b143e000 rw-p 00237000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7fe0b143e000-7fe0b1446000 rw-p 00000000 00:00 0 
-7fe0b1446000-7fe0b1449000 ---p 00000000 00:00 0 
-7fe0b1449000-7fe0b1547000 rw-p 00000000 00:00 0 
-7fe0b15c5000-7fe0b15cd000 r-xp 00000000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7fe0b15cd000-7fe0b17cc000 ---p 00008000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7fe0b17cc000-7fe0b17cd000 r--p 00007000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7fe0b17cd000-7fe0b17ce000 rw-p 00008000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7fe0b17ce000-7fe0b17d1000 ---p 00000000 00:00 0 
-7fe0b17d1000-7fe0b18cf000 rw-p 00000000 00:00 0 
-7fe0b18cf000-7fe0b18d2000 ---p 00000000 00:00 0 
-7fe0b18d2000-7fe0b19d0000 rw-p 00000000 00:00 0 
-7fe0b19d0000-7fe0b19d3000 ---p 00000000 00:00 0 
-7fe0b19d3000-7fe0b1ad1000 rw-p 00000000 00:00 0 
-7fe0b1ad1000-7fe0b1ad2000 r--s 00000000 08:06 1181644                    /var/cache/fontconfig/c05880de57d1f5e948fdfacc138775d9-le64.cache-3
-7fe0b1ad2000-7fe0b1adb000 r--s 00000000 08:06 1179735                    /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-3
-7fe0b1adb000-7fe0b1add000 r--s 00000000 08:06 1181629                    /var/cache/fontconfig/99e8ed0e538f840c565b6ed5dad60d56-le64.cache-3
-7fe0b1add000-7fe0b1ae5000 r--s 00000000 08:06 1181626                    /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-3
-7fe0b1ae5000-7fe0b1ae9000 r--s 00000000 08:06 1181625                    /var/cache/fontconfig/2cd17615ca594fa2959ae173292e504c-le64.cache-3
-7fe0b1ae9000-7fe0b1aea000 r--s 00000000 08:06 1181624                    /var/cache/fontconfig/e7071f4a29fa870f4323321c154eba04-le64.cache-3
-7fe0b1aea000-7fe0b1aeb000 r--s 00000000 08:06 1181587                    /var/cache/fontconfig/0d8c3b2ac0904cb8a57a757ad11a4a08-le64.cache-3
-7fe0b1aeb000-7fe0b1af1000 r--s 00000000 08:06 1181586                    /var/cache/fontconfig/a755afe4a08bf5b97852ceb7400b47bc-le64.cache-3
-7fe0b1af1000-7fe0b1afa000 r--s 00000000 08:06 1182361                    /var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le64.cache-3
-7fe0b1afa000-7fe0b1b28000 r--s 00000000 08:06 1180867                    /var/cache/fontconfig/365b55f210c0a22e9a19e35191240f32-le64.cache-3
-7fe0b1b60000-7fe0b1b65000 r-xp 00000000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7fe0b1b65000-7fe0b1d64000 ---p 00005000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7fe0b1d64000-7fe0b1d65000 r--p 00004000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7fe0b1d65000-7fe0b1d66000 rw-p 00005000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7fe0b1d66000-7fe0b1d6f000 r-xp 00000000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7fe0b1d6f000-7fe0b1f6e000 ---p 00009000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7fe0b1f6e000-7fe0b1f6f000 r--p 00008000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7fe0b1f6f000-7fe0b1f70000 rw-p 00009000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7fe0b1f89000-7fe0b1f90000 r--s 00000000 08:06 5121993                    /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
-7fe0b1f90000-7fe0b1fa0000 r--s 00000000 08:06 1181583                    /var/cache/fontconfig/04aabc0a78ac019cf9454389977116d2-le64.cache-3
-7fe0b1fa0000-7fe0b1fa3000 r--s 00000000 08:06 1179717                    /var/cache/fontconfig/385c0604a188198f04d133e54aba7fe7-le64.cache-3
-7fe0b1fa3000-7fe0b1fa8000 r--s 00000000 08:06 1181580                    /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-3
-7fe0b1fa8000-7fe0b1fab000 ---p 00000000 00:00 0 
-7fe0b1fab000-7fe0b20a9000 rw-p 00000000 00:00 0 
-7fe0b20a9000-7fe0b213f000 r-xp 00000000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7fe0b213f000-7fe0b233e000 ---p 00096000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7fe0b233e000-7fe0b2344000 r--p 00095000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7fe0b2344000-7fe0b2345000 rw-p 0009b000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7fe0b2345000-7fe0b237f000 r-xp 00000000 08:06 4860139                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libfontmanager.so
-7fe0b237f000-7fe0b257e000 ---p 0003a000 08:06 4860139                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libfontmanager.so
-7fe0b257e000-7fe0b2580000 r--p 00039000 08:06 4860139                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libfontmanager.so
-7fe0b2580000-7fe0b2581000 rw-p 0003b000 08:06 4860139                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libfontmanager.so
-7fe0b2581000-7fe0b271b000 r-xp 00000000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7fe0b271b000-7fe0b291a000 ---p 0019a000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7fe0b291a000-7fe0b291e000 r--p 00199000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7fe0b291e000-7fe0b291f000 rw-p 0019d000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7fe0b291f000-7fe0b29b4000 rw-p 00000000 00:00 0 
-7fe0b29b4000-7fe0b29da000 r-xp 00000000 08:06 917538                     /tmp/libjniopencv_imgproc8220429354692502940.so
-7fe0b29da000-7fe0b2bd9000 ---p 00026000 08:06 917538                     /tmp/libjniopencv_imgproc8220429354692502940.so
-7fe0b2bd9000-7fe0b2bda000 rw-p 00025000 08:06 917538                     /tmp/libjniopencv_imgproc8220429354692502940.so
-7fe0b2bda000-7fe0b2dea000 r-xp 00000000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7fe0b2dea000-7fe0b2fe9000 ---p 00210000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7fe0b2fe9000-7fe0b2fef000 r--p 0020f000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7fe0b2fef000-7fe0b2ff1000 rw-p 00215000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7fe0b2ff1000-7fe0b3086000 rw-p 00000000 00:00 0 
-7fe0b3086000-7fe0b308b000 r-xp 00000000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7fe0b308b000-7fe0b328a000 ---p 00005000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7fe0b328a000-7fe0b328b000 r--p 00004000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7fe0b328b000-7fe0b328c000 rw-p 00005000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7fe0b328c000-7fe0b328e000 r-xp 00000000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7fe0b328e000-7fe0b348d000 ---p 00002000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7fe0b348d000-7fe0b348e000 r--p 00001000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7fe0b348e000-7fe0b348f000 rw-p 00002000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7fe0b348f000-7fe0b34ac000 r-xp 00000000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7fe0b34ac000-7fe0b36ab000 ---p 0001d000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7fe0b36ab000-7fe0b36ac000 r--p 0001c000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7fe0b36ac000-7fe0b36ad000 rw-p 0001d000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7fe0b36ad000-7fe0b36bb000 r-xp 00000000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7fe0b36bb000-7fe0b38ba000 ---p 0000e000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7fe0b38ba000-7fe0b38bb000 r--p 0000d000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7fe0b38bb000-7fe0b38bc000 rw-p 0000e000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7fe0b38bc000-7fe0b38c1000 r-xp 00000000 08:06 4725855                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
-7fe0b38c1000-7fe0b3ac0000 ---p 00005000 08:06 4725855                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
-7fe0b3ac0000-7fe0b3ac1000 r--p 00004000 08:06 4725855                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
-7fe0b3ac1000-7fe0b3ac2000 rw-p 00005000 08:06 4725855                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
-7fe0b3ac2000-7fe0b3acb000 r-xp 00000000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7fe0b3acb000-7fe0b3cca000 ---p 00009000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7fe0b3cca000-7fe0b3ccb000 r--p 00008000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7fe0b3ccb000-7fe0b3ccc000 rw-p 00009000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7fe0b3ccc000-7fe0b3dfb000 r-xp 00000000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7fe0b3dfb000-7fe0b3ffb000 ---p 0012f000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7fe0b3ffb000-7fe0b3ffc000 r--p 0012f000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7fe0b3ffc000-7fe0b4000000 rw-p 00130000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7fe0b4000000-7fe0b4021000 rw-p 00000000 00:00 0 
-7fe0b4021000-7fe0b8000000 ---p 00000000 00:00 0 
-7fe0b8000000-7fe0b8003000 r--s 00000000 08:06 1179714                    /var/cache/fontconfig/8801497958630a81b71ace7c5f9b32a8-le64.cache-3
-7fe0b8003000-7fe0b8013000 r--s 00000000 08:06 1181506                    /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-3
-7fe0b8013000-7fe0b8014000 r--s 00000000 08:06 1181644                    /var/cache/fontconfig/c05880de57d1f5e948fdfacc138775d9-le64.cache-3
-7fe0b8014000-7fe0b801d000 r--s 00000000 08:06 1179735                    /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-3
-7fe0b801d000-7fe0b801f000 r--s 00000000 08:06 1181629                    /var/cache/fontconfig/99e8ed0e538f840c565b6ed5dad60d56-le64.cache-3
-7fe0b801f000-7fe0b8027000 r--s 00000000 08:06 1181626                    /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-3
-7fe0b8027000-7fe0b802b000 r--s 00000000 08:06 1181625                    /var/cache/fontconfig/2cd17615ca594fa2959ae173292e504c-le64.cache-3
-7fe0b802b000-7fe0b802c000 r--s 00000000 08:06 1181624                    /var/cache/fontconfig/e7071f4a29fa870f4323321c154eba04-le64.cache-3
-7fe0b802c000-7fe0b802d000 r--s 00000000 08:06 1181587                    /var/cache/fontconfig/0d8c3b2ac0904cb8a57a757ad11a4a08-le64.cache-3
-7fe0b802d000-7fe0b8033000 r--s 00000000 08:06 1181586                    /var/cache/fontconfig/a755afe4a08bf5b97852ceb7400b47bc-le64.cache-3
-7fe0b8033000-7fe0b803c000 r--s 00000000 08:06 1182361                    /var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le64.cache-3
-7fe0b803c000-7fe0b804c000 r--s 00000000 08:06 1181583                    /var/cache/fontconfig/04aabc0a78ac019cf9454389977116d2-le64.cache-3
-7fe0b804c000-7fe0b804f000 r--s 00000000 08:06 1179717                    /var/cache/fontconfig/385c0604a188198f04d133e54aba7fe7-le64.cache-3
-7fe0b804f000-7fe0b8050000 r--s 00000000 08:06 1189802                    /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-3
-7fe0b8050000-7fe0b8053000 r--s 00000000 08:06 1179714                    /var/cache/fontconfig/8801497958630a81b71ace7c5f9b32a8-le64.cache-3
-7fe0b8053000-7fe0b8081000 r--s 00000000 08:06 1180867                    /var/cache/fontconfig/365b55f210c0a22e9a19e35191240f32-le64.cache-3
-7fe0b8081000-7fe0b80cc000 r-xp 00000000 08:06 4862136                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/xawt/libmawt.so
-7fe0b80cc000-7fe0b82cc000 ---p 0004b000 08:06 4862136                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/xawt/libmawt.so
-7fe0b82cc000-7fe0b82cd000 r--p 0004b000 08:06 4862136                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/xawt/libmawt.so
-7fe0b82cd000-7fe0b82d0000 rw-p 0004c000 08:06 4862136                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/xawt/libmawt.so
-7fe0b82d0000-7fe0b82d1000 rw-p 00000000 00:00 0 
-7fe0b82d1000-7fe0b837d000 r-xp 00000000 08:06 4860151                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libawt.so
-7fe0b837d000-7fe0b857c000 ---p 000ac000 08:06 4860151                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libawt.so
-7fe0b857c000-7fe0b857d000 r--p 000ab000 08:06 4860151                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libawt.so
-7fe0b857d000-7fe0b8588000 rw-p 000ac000 08:06 4860151                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libawt.so
-7fe0b8588000-7fe0b85ad000 rw-p 00000000 00:00 0 
-7fe0b85ad000-7fe0b876a000 r-xp 00000000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7fe0b876a000-7fe0b8969000 ---p 001bd000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7fe0b8969000-7fe0b896c000 r--p 001bc000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7fe0b896c000-7fe0b8974000 rw-p 001bf000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7fe0b8974000-7fe0b8975000 rw-p 00000000 00:00 0 
-7fe0b8975000-7fe0b89de000 r-xp 00000000 08:06 917534                     /tmp/libjniopencv_core1162548492958952754.so
-7fe0b89de000-7fe0b8bdd000 ---p 00069000 08:06 917534                     /tmp/libjniopencv_core1162548492958952754.so
-7fe0b8bdd000-7fe0b8bdf000 rw-p 00068000 08:06 917534                     /tmp/libjniopencv_core1162548492958952754.so
-7fe0b8bdf000-7fe0b8df3000 r-xp 00000000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7fe0b8df3000-7fe0b8ff3000 ---p 00214000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7fe0b8ff3000-7fe0b8ff6000 r--p 00214000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7fe0b8ff6000-7fe0b8fff000 rw-p 00217000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7fe0b8fff000-7fe0b9000000 rw-p 00000000 00:00 0 
-7fe0b9000000-7fe0b9270000 rwxp 00000000 00:00 0 
-7fe0b9270000-7fe0bc21c000 rw-p 00000000 00:00 0 
-7fe0bc21c000-7fe0c0000000 ---p 00000000 00:00 0 
-7fe0c0000000-7fe0c0001000 rw-p 00000000 00:00 0 
-7fe0c0001000-7fe0c0011000 r-xp 00000000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7fe0c0011000-7fe0c0210000 ---p 00010000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7fe0c0210000-7fe0c0211000 r--p 0000f000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7fe0c0211000-7fe0c0212000 rw-p 00010000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7fe0c0212000-7fe0c0213000 r--s 00000000 08:06 1189802                    /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-3
-7fe0c0213000-7fe0c0218000 r--s 00000000 08:06 1181571                    /var/cache/fontconfig/b47c4e1ecd0709278f4910c18777a504-le64.cache-3
-7fe0c0218000-7fe0c0220000 r--s 00000000 08:06 1181565                    /var/cache/fontconfig/52f7bdb7ce746bfd7eaa1985bd9cfa93-le64.cache-3
-7fe0c0220000-7fe0c0226000 r--s 00000000 08:06 1181505                    /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-3
-7fe0c0226000-7fe0c0229000 r--s 00000000 08:06 1179732                    /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-3
-7fe0c0229000-7fe0c022d000 r--s 00000000 08:06 1180929                    /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-3
-7fe0c022d000-7fe0c0232000 r--s 00000000 08:06 1181580                    /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-3
-7fe0c0232000-7fe0c023a000 r-xp 00000000 08:06 4860903                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7fe0c023a000-7fe0c0439000 ---p 00008000 08:06 4860903                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7fe0c0439000-7fe0c043a000 r--p 00007000 08:06 4860903                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7fe0c043a000-7fe0c043b000 rw-p 00008000 08:06 4860903                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7fe0c043b000-7fe0c046c000 rw-p 00000000 00:00 0 
-7fe0c046c000-7fe0c0481000 r-xp 00000000 08:06 4860168                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7fe0c0481000-7fe0c0680000 ---p 00015000 08:06 4860168                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7fe0c0680000-7fe0c0681000 r--p 00014000 08:06 4860168                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7fe0c0681000-7fe0c0682000 rw-p 00015000 08:06 4860168                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7fe0c0682000-7fe0c0685000 ---p 00000000 00:00 0 
-7fe0c0685000-7fe0c0783000 rw-p 00000000 00:00 0 
-7fe0c0783000-7fe0c0784000 r--s 00005000 08:06 131641                     /home/daniel/svn/2013/src/971CV/src/org/frc971/private_aos_camera_jar.jar
-7fe0c0784000-7fe0c0786000 r--s 00009000 08:06 8520418                    /home/daniel/svn/2013/src/DaisyCV/external_jars/WPIJavaCV.jar
-7fe0c0786000-7fe0c0787000 r--s 00005000 08:06 8520531                    /home/daniel/svn/2013/src/DaisyCV/external_jars/WPICameraExtension.jar
-7fe0c0787000-7fe0c078c000 r--s 00051000 08:06 8520629                    /home/daniel/svn/2013/src/DaisyCV/external_jars/SmartDashboard.jar
-7fe0c078c000-7fe0c078e000 r--s 00013000 08:06 2362244                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/NetworkTable_Client.jar
-7fe0c078e000-7fe0c0794000 r--s 00034000 08:06 2362243                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/junit-4.8.2.jar
-7fe0c0794000-7fe0c07a5000 r--s 0014c000 08:06 2362245                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/jfreechart-1.0.13.jar
-7fe0c07a5000-7fe0c07ab000 r--s 00046000 08:06 2362242                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/jcommon-1.0.16.jar
-7fe0c07ab000-7fe0c07af000 r--s 0000e000 08:06 8520683                    /home/daniel/svn/2013/src/DaisyCV/external_jars/networktables-desktop.jar
-7fe0c07af000-7fe0c07b5000 r--s 000fc000 08:06 4720987                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/resources.jar
-7fe0c07b5000-7fe0c07b8000 r--s 0007f000 08:06 4732629                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/jsse.jar
-7fe0c07b8000-7fe0c07c6000 r--s 00090000 08:06 8520407                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv.jar
-7fe0c07c6000-7fe0c07c7000 r--s 00129000 08:06 8520417                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv-windows-x86.jar
-7fe0c07c7000-7fe0c07c8000 r--s 000b8000 08:06 8521064                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv-linux-x86_64.jar
-7fe0c07c8000-7fe0c07ca000 r--s 0000f000 08:06 8520405                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacpp.jar
-7fe0c07ca000-7fe0c07cc000 r--s 0000f000 08:06 4860045                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/pulse-java.jar
-7fe0c07cc000-7fe0c07d0000 r--s 00039000 08:06 4860049                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/sunpkcs11.jar
-7fe0c07d0000-7fe0c07d3000 r--s 00031000 08:06 4860046                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/sunjce_provider.jar
-7fe0c07d3000-7fe0c07d6000 r--s 00077000 08:06 4860048                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/localedata.jar
-7fe0c07d6000-7fe0c07d7000 r--s 00007000 08:06 5252192                    /usr/share/java/java-atk-wrapper.jar
-7fe0c07d7000-7fe0c07d9000 r--s 00001000 08:06 4860052                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/dnsns.jar
-7fe0c07d9000-7fe0c07da000 ---p 00000000 00:00 0 
-7fe0c07da000-7fe0c08da000 rw-p 00000000 00:00 0 
-7fe0c08da000-7fe0c08dd000 ---p 00000000 00:00 0 
-7fe0c08dd000-7fe0c09db000 rw-p 00000000 00:00 0 
-7fe0c09db000-7fe0c09de000 ---p 00000000 00:00 0 
-7fe0c09de000-7fe0c0adc000 rw-p 00000000 00:00 0 
-7fe0c0adc000-7fe0c0adf000 ---p 00000000 00:00 0 
-7fe0c0adf000-7fe0c0bdd000 rw-p 00000000 00:00 0 
-7fe0c0bdd000-7fe0c0be0000 ---p 00000000 00:00 0 
-7fe0c0be0000-7fe0c0cde000 rw-p 00000000 00:00 0 
-7fe0c0cde000-7fe0c13c1000 r--p 00000000 08:06 4725192                    /usr/lib/locale/locale-archive
-7fe0c13c1000-7fe0c13c4000 ---p 00000000 00:00 0 
-7fe0c13c4000-7fe0c14c2000 rw-p 00000000 00:00 0 
-7fe0c14c2000-7fe0c14c5000 ---p 00000000 00:00 0 
-7fe0c14c5000-7fe0c15c3000 rw-p 00000000 00:00 0 
-7fe0c15c3000-7fe0c15c4000 ---p 00000000 00:00 0 
-7fe0c15c4000-7fe0c1bfc000 rw-p 00000000 00:00 0 
-7fe0c1bfc000-7fe0c1d8e000 r--s 037d4000 08:06 4850179                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/rt.jar
-7fe0c1d8e000-7fe0c1db6000 rw-p 00000000 00:00 0 
-7fe0c1db6000-7fe0c1db7000 ---p 00000000 00:00 0 
-7fe0c1db7000-7fe0c1eb7000 rw-p 00000000 00:00 0 
-7fe0c1eb7000-7fe0c1eb8000 ---p 00000000 00:00 0 
-7fe0c1eb8000-7fe0c1fb8000 rw-p 00000000 00:00 0 
-7fe0c1fb8000-7fe0c1fb9000 ---p 00000000 00:00 0 
-7fe0c1fb9000-7fe0c20b9000 rw-p 00000000 00:00 0 
-7fe0c20b9000-7fe0c20ba000 ---p 00000000 00:00 0 
-7fe0c20ba000-7fe0c21cc000 rw-p 00000000 00:00 0 
-7fe0c21cc000-7fe0c21cd000 ---p 00000000 00:00 0 
-7fe0c21cd000-7fe0c220d000 rw-p 00000000 00:00 0 
-7fe0c220d000-7fe0c2249000 rw-p 00000000 00:00 0 
-7fe0c2249000-7fe0c234e000 rw-p 00000000 00:00 0 
-7fe0c234e000-7fe0c2360000 rw-p 00000000 00:00 0 
-7fe0c2360000-7fe0c2361000 ---p 00000000 00:00 0 
-7fe0c2361000-7fe0c23a1000 rw-p 00000000 00:00 0 
-7fe0c23a1000-7fe0c23dd000 rw-p 00000000 00:00 0 
-7fe0c23dd000-7fe0c24e1000 rw-p 00000000 00:00 0 
-7fe0c24e1000-7fe0c2518000 rw-p 00000000 00:00 0 
-7fe0c2518000-7fe0c2582000 rw-p 00000000 00:00 0 
-7fe0c2582000-7fe0c2583000 rw-p 00000000 00:00 0 
-7fe0c2583000-7fe0c258a000 r-xp 00000000 08:06 4860164                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7fe0c258a000-7fe0c2789000 ---p 00007000 08:06 4860164                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7fe0c2789000-7fe0c278a000 r--p 00006000 08:06 4860164                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7fe0c278a000-7fe0c278b000 rw-p 00007000 08:06 4860164                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7fe0c278b000-7fe0c2797000 r-xp 00000000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7fe0c2797000-7fe0c2996000 ---p 0000c000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7fe0c2996000-7fe0c2997000 r--p 0000b000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7fe0c2997000-7fe0c2998000 rw-p 0000c000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7fe0c2998000-7fe0c29a2000 r-xp 00000000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7fe0c29a2000-7fe0c2ba2000 ---p 0000a000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7fe0c2ba2000-7fe0c2ba3000 r--p 0000a000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7fe0c2ba3000-7fe0c2ba4000 rw-p 0000b000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7fe0c2ba4000-7fe0c2bbb000 r-xp 00000000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7fe0c2bbb000-7fe0c2dba000 ---p 00017000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7fe0c2dba000-7fe0c2dbb000 r--p 00016000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7fe0c2dbb000-7fe0c2dbc000 rw-p 00017000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7fe0c2dbc000-7fe0c2dbe000 rw-p 00000000 00:00 0 
-7fe0c2dbe000-7fe0c2dc6000 r-xp 00000000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7fe0c2dc6000-7fe0c2fc5000 ---p 00008000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7fe0c2fc5000-7fe0c2fc6000 r--p 00007000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7fe0c2fc6000-7fe0c2fc7000 rw-p 00008000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7fe0c2fc7000-7fe0c2ff3000 r-xp 00000000 08:06 4860145                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7fe0c2ff3000-7fe0c31f2000 ---p 0002c000 08:06 4860145                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7fe0c31f2000-7fe0c31f3000 r--p 0002b000 08:06 4860145                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7fe0c31f3000-7fe0c31f6000 rw-p 0002c000 08:06 4860145                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7fe0c31f6000-7fe0c3204000 r-xp 00000000 08:06 4860904                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7fe0c3204000-7fe0c3403000 ---p 0000e000 08:06 4860904                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7fe0c3403000-7fe0c3405000 r--p 0000d000 08:06 4860904                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7fe0c3405000-7fe0c3406000 rw-p 0000f000 08:06 4860904                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7fe0c3406000-7fe0c340d000 r-xp 00000000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7fe0c340d000-7fe0c360c000 ---p 00007000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7fe0c360c000-7fe0c360d000 r--p 00006000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7fe0c360d000-7fe0c360e000 rw-p 00007000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7fe0c360e000-7fe0c3623000 r-xp 00000000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7fe0c3623000-7fe0c3822000 ---p 00015000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7fe0c3822000-7fe0c3823000 r--p 00014000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7fe0c3823000-7fe0c3824000 rw-p 00015000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7fe0c3824000-7fe0c391f000 r-xp 00000000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7fe0c391f000-7fe0c3b1e000 ---p 000fb000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7fe0c3b1e000-7fe0c3b1f000 r--p 000fa000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7fe0c3b1f000-7fe0c3b20000 rw-p 000fb000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7fe0c3b20000-7fe0c3c02000 r-xp 00000000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7fe0c3c02000-7fe0c3e01000 ---p 000e2000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7fe0c3e01000-7fe0c3e09000 r--p 000e1000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7fe0c3e09000-7fe0c3e0b000 rw-p 000e9000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7fe0c3e0b000-7fe0c3e20000 rw-p 00000000 00:00 0 
-7fe0c3e20000-7fe0c4725000 r-xp 00000000 08:06 4860130                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7fe0c4725000-7fe0c4925000 ---p 00905000 08:06 4860130                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7fe0c4925000-7fe0c49a5000 r--p 00905000 08:06 4860130                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7fe0c49a5000-7fe0c49c0000 rw-p 00985000 08:06 4860130                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7fe0c49c0000-7fe0c49e9000 rw-p 00000000 00:00 0 
-7fe0c49e9000-7fe0c49ff000 r-xp 00000000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7fe0c49ff000-7fe0c4bfe000 ---p 00016000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7fe0c4bfe000-7fe0c4bff000 r--p 00015000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7fe0c4bff000-7fe0c4c00000 rw-p 00016000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7fe0c4c00000-7fe0c4db5000 r-xp 00000000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7fe0c4db5000-7fe0c4fb4000 ---p 001b5000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7fe0c4fb4000-7fe0c4fb8000 r--p 001b4000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7fe0c4fb8000-7fe0c4fba000 rw-p 001b8000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7fe0c4fba000-7fe0c4fbf000 rw-p 00000000 00:00 0 
-7fe0c4fbf000-7fe0c4fc1000 r-xp 00000000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7fe0c4fc1000-7fe0c51c1000 ---p 00002000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7fe0c51c1000-7fe0c51c2000 r--p 00002000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7fe0c51c2000-7fe0c51c3000 rw-p 00003000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7fe0c51c3000-7fe0c51c7000 r-xp 00000000 08:06 4860161                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7fe0c51c7000-7fe0c53c6000 ---p 00004000 08:06 4860161                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7fe0c53c6000-7fe0c53c7000 r--p 00003000 08:06 4860161                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7fe0c53c7000-7fe0c53c8000 rw-p 00004000 08:06 4860161                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7fe0c53c8000-7fe0c53e0000 r-xp 00000000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7fe0c53e0000-7fe0c55df000 ---p 00018000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7fe0c55df000-7fe0c55e0000 r--p 00017000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7fe0c55e0000-7fe0c55e1000 rw-p 00018000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7fe0c55e1000-7fe0c55e5000 rw-p 00000000 00:00 0 
-7fe0c55e5000-7fe0c5607000 r-xp 00000000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7fe0c5607000-7fe0c560f000 r--s 00000000 08:06 1181565                    /var/cache/fontconfig/52f7bdb7ce746bfd7eaa1985bd9cfa93-le64.cache-3
-7fe0c560f000-7fe0c561f000 r--s 00000000 08:06 1181506                    /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-3
-7fe0c561f000-7fe0c5629000 rw-p 00000000 00:00 0 
-7fe0c5629000-7fe0c56df000 rw-p 00000000 00:00 0 
-7fe0c56df000-7fe0c56e2000 ---p 00000000 00:00 0 
-7fe0c56e2000-7fe0c57e5000 rw-p 00000000 00:00 0 
-7fe0c57e5000-7fe0c57e6000 r--s 00000000 08:06 1181579                    /var/cache/fontconfig/56cf4f4769d0f4abc89a4895d7bd3ae1-le64.cache-3
-7fe0c57e6000-7fe0c57e7000 r--s 00000000 08:06 1181572                    /var/cache/fontconfig/b9d506c9ac06c20b433354fa67a72993-le64.cache-3
-7fe0c57e7000-7fe0c57e8000 r--s 00000000 08:06 1181579                    /var/cache/fontconfig/56cf4f4769d0f4abc89a4895d7bd3ae1-le64.cache-3
-7fe0c57e8000-7fe0c57e9000 r--s 00000000 08:06 1181572                    /var/cache/fontconfig/b9d506c9ac06c20b433354fa67a72993-le64.cache-3
-7fe0c57e9000-7fe0c57ee000 r--s 00000000 08:06 1181571                    /var/cache/fontconfig/b47c4e1ecd0709278f4910c18777a504-le64.cache-3
-7fe0c57ee000-7fe0c57f4000 r--s 00000000 08:06 1181505                    /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-3
-7fe0c57f4000-7fe0c57f7000 r--s 00000000 08:06 1179732                    /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-3
-7fe0c57f7000-7fe0c57fb000 r--s 00000000 08:06 1180929                    /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-3
-7fe0c57fb000-7fe0c5803000 rw-s 00000000 08:06 1446228                    /tmp/hsperfdata_daniel/23317
-7fe0c5803000-7fe0c5804000 rw-p 00000000 00:00 0 
-7fe0c5804000-7fe0c5805000 r--p 00000000 00:00 0 
-7fe0c5805000-7fe0c5807000 rw-p 00000000 00:00 0 
-7fe0c5807000-7fe0c5808000 r--p 00022000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7fe0c5808000-7fe0c580a000 rw-p 00023000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7fff5d3ce000-7fff5d3f0000 rw-p 00000000 00:00 0                          [stack]
-7fff5d3ff000-7fff5d400000 r-xp 00000000 00:00 0                          [vdso]
-ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
-
-VM Arguments:
-jvm_args: -Dfile.encoding=UTF-8 
-java_command: org.frc971.DebugServerRun 192.168.0.137 -vision
-Launcher Type: SUN_STANDARD
-
-Environment Variables:
-PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
-LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk-amd64/jre/../lib/amd64
-SHELL=/bin/bash
-DISPLAY=:0
-
-Signal Handlers:
-SIGSEGV: [libjvm.so+0x785360], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGBUS: [libjvm.so+0x785360], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGFPE: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGPIPE: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGXFSZ: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGILL: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
-SIGUSR2: [libjvm.so+0x648f70], sa_mask[0]=0x00000004, sa_flags=0x10000004
-SIGHUP: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGINT: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGTERM: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGQUIT: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-
-
----------------  S Y S T E M  ---------------
-
-OS:Ubuntu 12.04 (precise)
-uname:Linux 3.2.0-38-lowlatency #40-Ubuntu SMP PREEMPT Wed Feb 20 23:42:32 UTC 2013 x86_64
-libc:glibc 2.15 NPTL 2.15 
-rlimit: STACK 8192k, CORE 0k, NPROC 30598, NOFILE 4096, AS infinity
-load average:1.26 0.87 0.98
-
-/proc/meminfo:
-MemTotal:        3934128 kB
-MemFree:          332204 kB
-Buffers:           30208 kB
-Cached:           904880 kB
-SwapCached:        11360 kB
-Active:          2201140 kB
-Inactive:        1062816 kB
-Active(anon):    1845952 kB
-Inactive(anon):   753512 kB
-Active(file):     355188 kB
-Inactive(file):   309304 kB
-Unevictable:          16 kB
-Mlocked:              16 kB
-SwapTotal:       4077564 kB
-SwapFree:        3904428 kB
-Dirty:              1112 kB
-Writeback:             0 kB
-AnonPages:       2320048 kB
-Mapped:           128900 kB
-Shmem:            270376 kB
-Slab:             203780 kB
-SReclaimable:     167044 kB
-SUnreclaim:        36736 kB
-KernelStack:        5072 kB
-PageTables:        45696 kB
-NFS_Unstable:          0 kB
-Bounce:                0 kB
-WritebackTmp:          0 kB
-CommitLimit:     6044628 kB
-Committed_AS:    5331336 kB
-VmallocTotal:   34359738367 kB
-VmallocUsed:      362900 kB
-VmallocChunk:   34359361616 kB
-HardwareCorrupted:     0 kB
-AnonHugePages:         0 kB
-HugePages_Total:       0
-HugePages_Free:        0
-HugePages_Rsvd:        0
-HugePages_Surp:        0
-Hugepagesize:       2048 kB
-DirectMap4k:      108544 kB
-DirectMap2M:     3977216 kB
-
-
-CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
-
-Memory: 4k page, physical 3934128k(332204k free), swap 4077564k(3904428k free)
-
-vm_info: OpenJDK 64-Bit Server VM (20.0-b12) for linux-amd64 JRE (1.6.0_27-b27), built on Feb 20 2013 00:23:58 by "buildd" with gcc 4.6.3
-
-time: Sat Feb 23 21:47:12 2013
-elapsed time: 13 seconds
-
diff --git a/971cv/2013-test-images/hs_err_pid25783.log b/971cv/2013-test-images/hs_err_pid25783.log
deleted file mode 100644
index d07c83a..0000000
--- a/971cv/2013-test-images/hs_err_pid25783.log
+++ /dev/null
@@ -1,826 +0,0 @@
-#
-# A fatal error has been detected by the Java Runtime Environment:
-#
-#  SIGSEGV (0xb) at pc=0x00007f09304b63ac, pid=25783, tid=139677452781312
-#
-# JRE version: 6.0_27-b27
-# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
-# Derivative: IcedTea6 1.12.1
-# Distribution: Ubuntu 12.04 LTS, package 6b27-1.12.1-2ubuntu0.12.04.2
-# Problematic frame:
-# C  [libc.so.6+0x14a3ac]  __nss_hosts_lookup+0x18a6c
-#
-# If you would like to submit a bug report, please include
-# instructions how to reproduce the bug and visit:
-#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
-# The crash happened outside the Java Virtual Machine in native code.
-# See problematic frame for where to report the bug.
-#
-
----------------  T H R E A D  ---------------
-
-Current thread (0x00007f0928008000):  JavaThread "main" [_thread_in_native, id=25788, stack(0x00007f0930e4c000,0x00007f0930f4d000)]
-
-siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000035
-
-Registers:
-RAX=0x00000000ec44e1f8, RBX=0x00007f09280081d0, RCX=0x00007f0930f4b820, RDX=0x00007f09304b63ac
-RSP=0x00007f0930f4b708, RBP=0x00007f0930f4b750, RSI=0x0000000000000025, RDI=0x00000000ec44e1f8
-R8 =0x0000000000000000, R9 =0x0000000000000020, R10=0x00007f0925010d3b, R11=0x00007f09304ef4d0
-R12=0x0000000000000000, R13=0x0000000000000020, R14=0x00000000ec44e1f8, R15=0x0000000000000020
-RIP=0x00007f09304b63ac, EFLAGS=0x0000000000010217, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
-  TRAPNO=0x000000000000000e
-
-Top of Stack: (sp=0x00007f0930f4b708)
-0x00007f0930f4b708:   00007f092e74ca01 00007f0930f4b820
-0x00007f0930f4b718:   0000000000000025 00007f0925004dd0
-0x00007f0930f4b728:   00000000b9960b10 0000000000000000
-0x00007f0930f4b738:   00000000b9960b10 00007f0930f4b830
-0x00007f0930f4b748:   00007f0928008000 00007f0930f4b7e0
-0x00007f0930f4b758:   00007f0925010d68 00007f0930f4b820
-0x00007f0930f4b768:   00007f0930f4b7e0 00007f0928008e58
-0x00007f0930f4b778:   00007f0928008e60 0000000e00000019
-0x00007f0930f4b788:   00000000ebf663d8 00007f0930f4b790
-0x00007f0930f4b798:   00000000b9960390 00007f0930f4b7a0
-0x00007f0930f4b7a8:   0000000000000000 00007f0930f4b830
-0x00007f0930f4b7b8:   00000000b9961740 0000000000000000
-0x00007f0930f4b7c8:   00000000b9960b10 0000000000000000
-0x00007f0930f4b7d8:   00007f0930f4b800 00007f0930f4b878
-0x00007f0930f4b7e8:   00007f092500585a 00000000b99616d8
-0x00007f0930f4b7f8:   00007f092500df58 0000000000000020
-0x00007f0930f4b808:   0000000000000020 0000000000000000
-0x00007f0930f4b818:   0000000000000000 00000000ec44e1e8
-0x00007f0930f4b828:   0000000000000025 00000000ec44e048
-0x00007f0930f4b838:   00007f0930f4b838 00000000b9d402d6
-0x00007f0930f4b848:   00007f0930f4b8b8 00000000b9d45ce0
-0x00007f0930f4b858:   0000000000000000 00000000b9d40358
-0x00007f0930f4b868:   00007f0930f4b800 00007f0930f4b8a0
-0x00007f0930f4b878:   00007f0930f4b900 00007f09250059b3
-0x00007f0930f4b888:   0000000000000020 0000000000000020
-0x00007f0930f4b898:   0000000000000000 0000000000000020
-0x00007f0930f4b8a8:   0000000000000000 00000000ec44e1e8
-0x00007f0930f4b8b8:   00000000ec44e048 00007f0930f4b8c0
-0x00007f0930f4b8c8:   00000000b994faa5 00007f0930f4b918
-0x00007f0930f4b8d8:   00000000b9952b48 0000000000000000
-0x00007f0930f4b8e8:   00000000b994fac8 00007f0930f4b8a0
-0x00007f0930f4b8f8:   00007f0930f4b910 00007f0930f4b960 
-
-Instructions: (pc=0x00007f09304b63ac)
-0x00007f09304b638c:   47 50 f2 0f f0 46 40 f3 0f 7f 47 40 f2 0f f0 46
-0x00007f09304b639c:   30 f3 0f 7f 47 30 f2 0f f0 46 20 f3 0f 7f 47 20
-0x00007f09304b63ac:   f2 0f f0 46 10 f3 0f 7f 47 10 f2 0f f0 06 f3 0f
-0x00007f09304b63bc:   7f 07 c3 90 f2 0f f0 46 7f f3 0f 7f 47 7f f2 0f 
-
-Register to memory mapping:
-
-RAX=0x00000000ec44e1f8 is an unknown value
-RBX=0x00007f09280081d0 is an unknown value
-RCX=0x00007f0930f4b820 is pointing into the stack for thread: 0x00007f0928008000
-RDX=0x00007f09304b63ac: <offset 0x14a3ac> in /lib/x86_64-linux-gnu/libc.so.6 at 0x00007f093036c000
-RSP=0x00007f0930f4b708 is pointing into the stack for thread: 0x00007f0928008000
-RBP=0x00007f0930f4b750 is pointing into the stack for thread: 0x00007f0928008000
-RSI=0x0000000000000025 is an unknown value
-RDI=0x00000000ec44e1f8 is an unknown value
-R8 =0x0000000000000000 is an unknown value
-R9 =0x0000000000000020 is an unknown value
-R10=0x00007f0925010d3b is an Interpreter codelet
-method entry point (kind = native)  [0x00007f0925010ae0, 0x00007f0925011320]  2112 bytes
-R11=0x00007f09304ef4d0: <offset 0x1834d0> in /lib/x86_64-linux-gnu/libc.so.6 at 0x00007f093036c000
-R12=0x0000000000000000 is an unknown value
-R13=0x0000000000000020 is an unknown value
-R14=0x00000000ec44e1f8 is an unknown value
-R15=0x0000000000000020 is an unknown value
-
-
-Stack: [0x00007f0930e4c000,0x00007f0930f4d000],  sp=0x00007f0930f4b708,  free space=1021k
-Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
-C  [libc.so.6+0x14a3ac]  __nss_hosts_lookup+0x18a6c
-j  java.nio.Bits.copyToByteArray(JLjava/lang/Object;JJ)V+0
-j  java.nio.DirectByteBuffer.get([BII)Ljava/nio/ByteBuffer;+126
-j  java.nio.ByteBuffer.get([B)Ljava/nio/ByteBuffer;+5
-j  org.frc971.DebugServerRun.push()V+72
-j  org.frc971.DebugServerRun.main([Ljava/lang/String;)V+73
-v  ~StubRoutines::call_stub
-V  [libjvm.so+0x4b031f]  JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x29f
-V  [libjvm.so+0x4af755]  JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*)+0x25
-V  [libjvm.so+0x4ba633]  jni_invoke_static(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, Thread*) [clone .isra.127] [clone .constprop.143]+0x1c3
-V  [libjvm.so+0x4c42c3]  jni_CallStaticVoidMethod+0x163
-C  [java+0x3ef3]  JavaMain+0xdf3
-
-Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
-j  java.nio.Bits.copyToByteArray(JLjava/lang/Object;JJ)V+0
-j  java.nio.DirectByteBuffer.get([BII)Ljava/nio/ByteBuffer;+126
-j  java.nio.ByteBuffer.get([B)Ljava/nio/ByteBuffer;+5
-j  org.frc971.DebugServerRun.push()V+72
-j  org.frc971.DebugServerRun.main([Ljava/lang/String;)V+73
-v  ~StubRoutines::call_stub
-
----------------  P R O C E S S  ---------------
-
-Java Threads: ( => current thread )
-  0x00007f092810d800 JavaThread "Test Client" [_thread_in_native, id=25801, stack(0x00007f0924bc4000,0x00007f0924cc5000)]
-  0x00007f092809e000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=25799, stack(0x00007f092c046000,0x00007f092c147000)]
-  0x00007f092809c000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=25798, stack(0x00007f092c147000,0x00007f092c248000)]
-  0x00007f0928099000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=25797, stack(0x00007f092c248000,0x00007f092c349000)]
-  0x00007f092808b000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=25796, stack(0x00007f092c349000,0x00007f092c44a000)]
-  0x00007f0928078800 JavaThread "Finalizer" daemon [_thread_blocked, id=25795, stack(0x00007f092cb2d000,0x00007f092cc2e000)]
-  0x00007f0928076800 JavaThread "Reference Handler" daemon [_thread_blocked, id=25794, stack(0x00007f092cc2e000,0x00007f092cd2f000)]
-=>0x00007f0928008000 JavaThread "main" [_thread_in_native, id=25788, stack(0x00007f0930e4c000,0x00007f0930f4d000)]
-
-Other Threads:
-  0x00007f0928071800 VMThread [stack: 0x00007f092cd2f000,0x00007f092ce30000] [id=25793]
-  0x00007f09280a1000 WatcherThread [stack: 0x00007f0924eff000,0x00007f0925000000] [id=25800]
-
-VM state:not at safepoint (normal execution)
-
-VM Mutex/Monitor currently owned by a thread: None
-
-Heap
- PSYoungGen      total 17920K, used 5308K [0x00000000ebf60000, 0x00000000ed360000, 0x0000000100000000)
-  eden space 15360K, 34% used [0x00000000ebf60000,0x00000000ec48f2f8,0x00000000ece60000)
-  from space 2560K, 0% used [0x00000000ed0e0000,0x00000000ed0e0000,0x00000000ed360000)
-  to   space 2560K, 0% used [0x00000000ece60000,0x00000000ece60000,0x00000000ed0e0000)
- PSOldGen        total 41024K, used 0K [0x00000000c3e00000, 0x00000000c6610000, 0x00000000ebf60000)
-  object space 41024K, 0% used [0x00000000c3e00000,0x00000000c3e00000,0x00000000c6610000)
- PSPermGen       total 21248K, used 7099K [0x00000000b9800000, 0x00000000bacc0000, 0x00000000c3e00000)
-  object space 21248K, 33% used [0x00000000b9800000,0x00000000b9eeed60,0x00000000bacc0000)
-
-Code Cache  [0x00007f0925000000, 0x00007f0925270000, 0x00007f0928000000)
- total_blobs=297 nmethods=16 adapters=236 free_code_cache=49843200 largest_free_block=9408
-
-Dynamic libraries:
-00400000-00409000 r-xp 00000000 08:06 4860047                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00608000-00609000 r--p 00008000 08:06 4860047                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00609000-0060a000 rw-p 00009000 08:06 4860047                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00bde000-00bff000 rw-p 00000000 00:00 0                                  [heap]
-b9800000-bacc0000 rw-p 00000000 00:00 0 
-bacc0000-c3e00000 rw-p 00000000 00:00 0 
-c3e00000-c6610000 rw-p 00000000 00:00 0 
-c6610000-ebf60000 rw-p 00000000 00:00 0 
-ebf60000-ed360000 rw-p 00000000 00:00 0 
-ed360000-100000000 rw-p 00000000 00:00 0 
-7f08dc000000-7f08e0000000 rw-p 00000000 00:00 0 
-7f08e0000000-7f08e0040000 rw-p 00000000 00:00 0 
-7f08e0040000-7f08e4000000 ---p 00000000 00:00 0 
-7f08e4c46000-7f08e5d29000 rw-p 00000000 00:00 0 
-7f08e5d29000-7f08e5d2c000 r-xp 00000000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7f08e5d2c000-7f08e5f2b000 ---p 00003000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7f08e5f2b000-7f08e5f2c000 r--p 00002000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7f08e5f2c000-7f08e5f2d000 rw-p 00003000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7f08e5f2d000-7f08e5f3e000 r-xp 00000000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7f08e5f3e000-7f08e613d000 ---p 00011000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7f08e613d000-7f08e613e000 r--p 00010000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7f08e613e000-7f08e613f000 rw-p 00011000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7f08e613f000-7f08e614f000 r-xp 00000000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7f08e614f000-7f08e634e000 ---p 00010000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7f08e634e000-7f08e634f000 r--p 0000f000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7f08e634f000-7f08e6350000 rw-p 00010000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7f08e6350000-7f08e6355000 r-xp 00000000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7f08e6355000-7f08e6554000 ---p 00005000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7f08e6554000-7f08e6555000 r--p 00004000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7f08e6555000-7f08e6556000 rw-p 00005000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7f08e6556000-7f08e6558000 r-xp 00000000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7f08e6558000-7f08e6757000 ---p 00002000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7f08e6757000-7f08e6758000 r--p 00001000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7f08e6758000-7f08e6759000 rw-p 00002000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7f08e6759000-7f08e677a000 r-xp 00000000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7f08e677a000-7f08e6979000 ---p 00021000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7f08e6979000-7f08e697b000 r--p 00020000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7f08e697b000-7f08e697c000 rw-p 00022000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7f08e697c000-7f08e69ce000 rw-p 00000000 00:00 0 
-7f08e69ce000-7f08e6a48000 r-xp 00000000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7f08e6a48000-7f08e6c48000 ---p 0007a000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7f08e6c48000-7f08e6c49000 r--p 0007a000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7f08e6c49000-7f08e6c4c000 rw-p 0007b000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7f08e6c4c000-7f08e6d00000 r-xp 00000000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7f08e6d00000-7f08e6f00000 ---p 000b4000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7f08e6f00000-7f08e6f06000 r--p 000b4000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7f08e6f06000-7f08e6f07000 rw-p 000ba000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7f08e6f07000-7f08e6f08000 rw-p 00000000 00:00 0 
-7f08e6f08000-7f08e6f7d000 r-xp 00000000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7f08e6f7d000-7f08e717c000 ---p 00075000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7f08e717c000-7f08e717e000 r--p 00074000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7f08e717e000-7f08e7183000 rw-p 00076000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7f08e7183000-7f08e7189000 r-xp 00000000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7f08e7189000-7f08e7388000 ---p 00006000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7f08e7388000-7f08e7389000 r--p 00005000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7f08e7389000-7f08e738a000 rw-p 00006000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7f08e738a000-7f08e73b1000 r-xp 00000000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7f08e73b1000-7f08e75b1000 ---p 00027000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7f08e75b1000-7f08e75b3000 r--p 00027000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7f08e75b3000-7f08e75b4000 rw-p 00029000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7f08e75b4000-7f08e75cc000 r-xp 00000000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7f08e75cc000-7f08e77cc000 ---p 00018000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7f08e77cc000-7f08e77cd000 r--p 00018000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7f08e77cd000-7f08e77ce000 rw-p 00019000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7f08e77ce000-7f08e77d0000 rw-p 00000000 00:00 0 
-7f08e77d0000-7f08e77ed000 r-xp 00000000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7f08e77ed000-7f08e79ec000 ---p 0001d000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7f08e79ec000-7f08e79ed000 r--p 0001c000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7f08e79ed000-7f08e79ee000 rw-p 0001d000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7f08e79ee000-7f08e79ef000 rw-p 00000000 00:00 0 
-7f08e79ef000-7f08e79f2000 r-xp 00000000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7f08e79f2000-7f08e7bf1000 ---p 00003000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7f08e7bf1000-7f08e7bf2000 r--p 00002000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7f08e7bf2000-7f08e7bf3000 rw-p 00003000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7f08e7bf3000-7f08e7bfb000 r-xp 00000000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7f08e7bfb000-7f08e7dfb000 ---p 00008000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7f08e7dfb000-7f08e7dfc000 r--p 00008000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7f08e7dfc000-7f08e7dfd000 rw-p 00009000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7f08e7dfd000-7f08e7dff000 r-xp 00000000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7f08e7dff000-7f08e7ffe000 ---p 00002000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7f08e7ffe000-7f08e7fff000 r--p 00001000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7f08e7fff000-7f08e8000000 rw-p 00002000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7f08e8000000-7f08e8021000 rw-p 00000000 00:00 0 
-7f08e8021000-7f08ec000000 ---p 00000000 00:00 0 
-7f08ec000000-7f08ec021000 rw-p 00000000 00:00 0 
-7f08ec021000-7f08f0000000 ---p 00000000 00:00 0 
-7f08f0000000-7f08f01dc000 rw-p 00000000 00:00 0 
-7f08f01dc000-7f08f4000000 ---p 00000000 00:00 0 
-7f08f4000000-7f08f417d000 rw-p 00000000 00:00 0 
-7f08f417d000-7f08f8000000 ---p 00000000 00:00 0 
-7f08f8000000-7f08f8021000 rw-p 00000000 00:00 0 
-7f08f8021000-7f08fc000000 ---p 00000000 00:00 0 
-7f08fc000000-7f08fc021000 rw-p 00000000 00:00 0 
-7f08fc021000-7f0900000000 ---p 00000000 00:00 0 
-7f0900000000-7f0900021000 rw-p 00000000 00:00 0 
-7f0900021000-7f0904000000 ---p 00000000 00:00 0 
-7f0904000000-7f0904021000 rw-p 00000000 00:00 0 
-7f0904021000-7f0908000000 ---p 00000000 00:00 0 
-7f0908000000-7f0908021000 rw-p 00000000 00:00 0 
-7f0908021000-7f090c000000 ---p 00000000 00:00 0 
-7f090c06d000-7f090c103000 rw-s 001c2000 00:05 8438                       /dev/video0
-7f090c103000-7f090c184000 r-xp 00000000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7f090c184000-7f090c383000 ---p 00081000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7f090c383000-7f090c389000 r--p 00080000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7f090c389000-7f090c38a000 rw-p 00086000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7f090c38a000-7f090c3a7000 r-xp 00000000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7f090c3a7000-7f090c5a6000 ---p 0001d000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7f090c5a6000-7f090c5a7000 r--p 0001c000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7f090c5a7000-7f090c5a8000 rw-p 0001d000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7f090c5a8000-7f090c63e000 r-xp 00000000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7f090c63e000-7f090c83d000 ---p 00096000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7f090c83d000-7f090c843000 r--p 00095000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7f090c843000-7f090c844000 rw-p 0009b000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7f090c844000-7f090c84c000 r-xp 00000000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7f090c84c000-7f090ca4b000 ---p 00008000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7f090ca4b000-7f090ca4c000 r--p 00007000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7f090ca4c000-7f090ca50000 rw-p 00008000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7f090ca50000-7f090ca5e000 r-xp 00000000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7f090ca5e000-7f090cc5d000 ---p 0000e000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7f090cc5d000-7f090cc5e000 r--p 0000d000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7f090cc5e000-7f090cc5f000 rw-p 0000e000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7f090cc5f000-7f090cc6e000 r-xp 00000000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7f090cc6e000-7f090ce6d000 ---p 0000f000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7f090ce6d000-7f090ce6e000 r--p 0000e000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7f090ce6e000-7f090ce6f000 rw-p 0000f000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7f090ce6f000-7f090ce87000 r-xp 00000000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7f090ce87000-7f090d087000 ---p 00018000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7f090d087000-7f090d088000 r--p 00018000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7f090d088000-7f090d089000 rw-p 00019000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7f090d089000-7f090d099000 r-xp 00000000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7f090d099000-7f090d298000 ---p 00010000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7f090d298000-7f090d299000 r--p 0000f000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7f090d299000-7f090d29a000 rw-p 00010000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7f090d29a000-7f090d29f000 rw-p 00000000 00:00 0 
-7f090d29f000-7f090d321000 r-xp 00000000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7f090d321000-7f090d520000 ---p 00082000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7f090d520000-7f090d523000 r--p 00081000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7f090d523000-7f090d524000 rw-p 00084000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7f090d524000-7f090d525000 rw-p 00000000 00:00 0 
-7f090d525000-7f090d534000 r-xp 00000000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7f090d534000-7f090d733000 ---p 0000f000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7f090d733000-7f090d734000 r--p 0000e000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7f090d734000-7f090d737000 rw-p 0000f000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7f090d737000-7f090d743000 r-xp 00000000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7f090d743000-7f090d943000 ---p 0000c000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7f090d943000-7f090d944000 r--p 0000c000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7f090d944000-7f090d945000 rw-p 0000d000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7f090d945000-7f090d99d000 r-xp 00000000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7f090d99d000-7f090db9d000 ---p 00058000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7f090db9d000-7f090db9e000 r--p 00058000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7f090db9e000-7f090db9f000 rw-p 00059000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7f090db9f000-7f090dbcf000 rw-p 00000000 00:00 0 
-7f090dbcf000-7f090dc08000 r-xp 00000000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7f090dc08000-7f090de07000 ---p 00039000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7f090de07000-7f090de08000 r--p 00038000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7f090de08000-7f090de09000 rw-p 00039000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7f090de09000-7f090de24000 r-xp 00000000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7f090de24000-7f090e023000 ---p 0001b000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7f090e023000-7f090e024000 r--p 0001a000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7f090e024000-7f090e025000 rw-p 0001b000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7f090e025000-7f090e043000 r-xp 00000000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7f090e043000-7f090e243000 ---p 0001e000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7f090e243000-7f090e244000 r--p 0001e000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7f090e244000-7f090e245000 rw-p 0001f000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7f090e245000-7f090e2f4000 r-xp 00000000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7f090e2f4000-7f090e4f4000 ---p 000af000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7f090e4f4000-7f090e4f6000 r--p 000af000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7f090e4f6000-7f090e4f7000 rw-p 000b1000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7f090e4f7000-7f090e4f8000 rw-p 00000000 00:00 0 
-7f090e4f8000-7f090e50f000 r-xp 00000000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7f090e50f000-7f090e70f000 ---p 00017000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7f090e70f000-7f090e710000 r--p 00017000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7f090e710000-7f090e711000 rw-p 00018000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7f090e711000-7f090e72a000 r-xp 00000000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7f090e72a000-7f090e92a000 ---p 00019000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7f090e92a000-7f090e92b000 r--p 00019000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7f090e92b000-7f090e92c000 rw-p 0001a000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7f090e92c000-7f090e967000 r-xp 00000000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7f090e967000-7f090eb67000 ---p 0003b000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7f090eb67000-7f090eb68000 r--p 0003b000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7f090eb68000-7f090eb69000 rw-p 0003c000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7f090eb69000-7f090eb86000 r-xp 00000000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7f090eb86000-7f090ed86000 ---p 0001d000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7f090ed86000-7f090ed87000 r--p 0001d000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7f090ed87000-7f090ed88000 rw-p 0001e000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7f090ed88000-7f090ed9d000 r-xp 00000000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7f090ed9d000-7f090ef9c000 ---p 00015000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7f090ef9c000-7f090ef9d000 r--p 00014000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7f090ef9d000-7f090efa3000 rw-p 00015000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7f090efa3000-7f090efce000 r-xp 00000000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7f090efce000-7f090f1cd000 ---p 0002b000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7f090f1cd000-7f090f1ce000 r--p 0002a000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7f090f1ce000-7f090f1cf000 rw-p 0002b000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7f090f1cf000-7f090f482000 r-xp 00000000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7f090f482000-7f090f681000 ---p 002b3000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7f090f681000-7f090f69d000 r--p 002b2000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7f090f69d000-7f090f69e000 rw-p 002ce000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7f090f69e000-7f090f737000 r-xp 00000000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7f090f737000-7f090f936000 ---p 00099000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7f090f936000-7f090f938000 r--p 00098000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7f090f938000-7f090f939000 rw-p 0009a000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7f090f939000-7f090f943000 rw-p 00000000 00:00 0 
-7f090f943000-7f090fa4c000 r-xp 00000000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7f090fa4c000-7f090fc4b000 ---p 00109000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7f090fc4b000-7f090fc4d000 r--p 00108000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7f090fc4d000-7f090fc4e000 rw-p 0010a000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7f090fc4e000-7f090fcc9000 rw-p 00000000 00:00 0 
-7f090fcc9000-7f090fd8c000 r-xp 00000000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7f090fd8c000-7f090ff8c000 ---p 000c3000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7f090ff8c000-7f090ff8d000 r--p 000c3000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7f090ff8d000-7f090ff97000 rw-p 000c4000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7f090ff97000-7f0910000000 rw-p 00000000 00:00 0 
-7f0910000000-7f0910021000 rw-p 00000000 00:00 0 
-7f0910021000-7f0914000000 ---p 00000000 00:00 0 
-7f0914005000-7f091409b000 rw-s 0012c000 00:05 8438                       /dev/video0
-7f091409b000-7f0914131000 rw-s 00096000 00:05 8438                       /dev/video0
-7f0914131000-7f091416d000 r-xp 00000000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7f091416d000-7f091436c000 ---p 0003c000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7f091436c000-7f091436d000 r--p 0003b000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7f091436d000-7f091436e000 rw-p 0003c000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7f091436e000-7f0914375000 r-xp 00000000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7f0914375000-7f0914574000 ---p 00007000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7f0914574000-7f0914575000 r--p 00006000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7f0914575000-7f0914576000 rw-p 00007000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7f0914576000-7f0914578000 r-xp 00000000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7f0914578000-7f0914777000 ---p 00002000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7f0914777000-7f0914778000 r--p 00001000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7f0914778000-7f0914779000 rw-p 00002000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7f0914779000-7f091477b000 r-xp 00000000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7f091477b000-7f091497a000 ---p 00002000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7f091497a000-7f091497b000 r--p 00001000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7f091497b000-7f091497c000 rw-p 00002000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7f091497c000-7f0914985000 r-xp 00000000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7f0914985000-7f0914b84000 ---p 00009000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7f0914b84000-7f0914b85000 r--p 00008000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7f0914b85000-7f0914b86000 rw-p 00009000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7f0914b86000-7f0914b8e000 r-xp 00000000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7f0914b8e000-7f0914d8d000 ---p 00008000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7f0914d8d000-7f0914d8e000 r--p 00007000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7f0914d8e000-7f0914d8f000 rw-p 00008000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7f0914d8f000-7f0914d9d000 r-xp 00000000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7f0914d9d000-7f0914f9c000 ---p 0000e000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7f0914f9c000-7f0914f9d000 r--p 0000d000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7f0914f9d000-7f0914f9e000 rw-p 0000e000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7f0914f9e000-7f0914fa0000 r-xp 00000000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7f0914fa0000-7f091519f000 ---p 00002000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7f091519f000-7f09151a0000 r--p 00001000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7f09151a0000-7f09151a1000 rw-p 00002000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7f09151a1000-7f09151aa000 r-xp 00000000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7f09151aa000-7f09153a9000 ---p 00009000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7f09153a9000-7f09153aa000 r--p 00008000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7f09153aa000-7f09153ab000 rw-p 00009000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7f09153ab000-7f09153bb000 r-xp 00000000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7f09153bb000-7f09155ba000 ---p 00010000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7f09155ba000-7f09155bb000 r--p 0000f000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7f09155bb000-7f09155bc000 rw-p 00010000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7f09155bc000-7f09155f0000 r-xp 00000000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7f09155f0000-7f09157f0000 ---p 00034000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7f09157f0000-7f09157f1000 r--p 00034000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7f09157f1000-7f09157f2000 rw-p 00035000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7f09157f2000-7f0915838000 r-xp 00000000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7f0915838000-7f0915a38000 ---p 00046000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7f0915a38000-7f0915a3a000 r--p 00046000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7f0915a3a000-7f0915a3b000 rw-p 00048000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7f0915a3b000-7f0915a64000 r-xp 00000000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7f0915a64000-7f0915c63000 ---p 00029000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7f0915c63000-7f0915c64000 r--p 00028000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7f0915c64000-7f0915c65000 rw-p 00029000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7f0915c65000-7f0915dad000 r-xp 00000000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7f0915dad000-7f0915fac000 ---p 00148000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7f0915fac000-7f0915fb0000 r--p 00147000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7f0915fb0000-7f0915fb2000 rw-p 0014b000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7f0915fb2000-7f0915fb4000 rw-p 00000000 00:00 0 
-7f0915fb4000-7f0915fd2000 r-xp 00000000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7f0915fd2000-7f09161d2000 ---p 0001e000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7f09161d2000-7f09161d3000 r--p 0001e000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7f09161d3000-7f09161d4000 rw-p 0001f000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7f09161d4000-7f091628d000 r-xp 00000000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7f091628d000-7f091648c000 ---p 000b9000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7f091648c000-7f091648e000 r--p 000b8000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7f091648e000-7f091648f000 rw-p 000ba000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7f091648f000-7f0916492000 rw-p 00000000 00:00 0 
-7f0916492000-7f09164b1000 r-xp 00000000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7f09164b1000-7f09166b1000 ---p 0001f000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7f09166b1000-7f09166b3000 r--p 0001f000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7f09166b3000-7f09166b4000 rw-p 00021000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7f09166b4000-7f09166b9000 r-xp 00000000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7f09166b9000-7f09168b8000 ---p 00005000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7f09168b8000-7f09168b9000 r--p 00004000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7f09168b9000-7f09168ba000 rw-p 00005000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7f09168ba000-7f09169e9000 r-xp 00000000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7f09169e9000-7f0916be9000 ---p 0012f000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7f0916be9000-7f0916bea000 r--p 0012f000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7f0916bea000-7f0916bee000 rw-p 00130000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7f0916bee000-7f0916bf9000 r-xp 00000000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7f0916bf9000-7f0916df8000 ---p 0000b000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7f0916df8000-7f0916df9000 r--p 0000a000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7f0916df9000-7f0916dfa000 rw-p 0000b000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7f0916dfa000-7f0916e00000 r-xp 00000000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7f0916e00000-7f0916fff000 ---p 00006000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7f0916fff000-7f0917000000 r--p 00005000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7f0917000000-7f0917001000 rw-p 00006000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7f0917001000-7f091701b000 r-xp 00000000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7f091701b000-7f091721b000 ---p 0001a000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7f091721b000-7f091721f000 r--p 0001a000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7f091721f000-7f0917220000 rw-p 0001e000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7f0917220000-7f0917224000 r-xp 00000000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7f0917224000-7f0917424000 ---p 00004000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7f0917424000-7f0917425000 r--p 00004000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7f0917425000-7f0917426000 rw-p 00005000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7f0917426000-7f091742b000 r-xp 00000000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7f091742b000-7f091762a000 ---p 00005000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7f091762a000-7f091762b000 r--p 00004000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7f091762b000-7f091762c000 rw-p 00005000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7f091762c000-7f091765c000 r-xp 00000000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7f091765c000-7f091785b000 ---p 00030000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7f091785b000-7f091785c000 r--p 0002f000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7f091785c000-7f091785d000 rw-p 00030000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7f091785d000-7f091789d000 rw-p 00000000 00:00 0 
-7f091789d000-7f09178e1000 r-xp 00000000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7f09178e1000-7f0917ae1000 ---p 00044000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7f0917ae1000-7f0917ae2000 r--p 00044000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7f0917ae2000-7f0917ae3000 rw-p 00045000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7f0917ae3000-7f0917afd000 r-xp 00000000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7f0917afd000-7f0917cfc000 ---p 0001a000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7f0917cfc000-7f0917cfe000 r--p 00019000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7f0917cfe000-7f0917cff000 rw-p 0001b000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7f0917cff000-7f0917d03000 rw-p 00000000 00:00 0 
-7f0917d03000-7f0917dec000 r-xp 00000000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7f0917dec000-7f0917fec000 ---p 000e9000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7f0917fec000-7f0917ff3000 r--p 000e9000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7f0917ff3000-7f0918000000 rw-p 000f0000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7f0918000000-7f0918021000 rw-p 00000000 00:00 0 
-7f0918021000-7f091c000000 ---p 00000000 00:00 0 
-7f091c043000-7f091c6c3000 r-xp 00000000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7f091c6c3000-7f091c8c2000 ---p 00680000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7f091c8c2000-7f091c8d5000 r--p 0067f000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7f091c8d5000-7f091c8ed000 rw-p 00692000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7f091c8ed000-7f091ce5d000 rw-p 00000000 00:00 0 
-7f091ce5d000-7f091cf4f000 r-xp 00000000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7f091cf4f000-7f091d14f000 ---p 000f2000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7f091d14f000-7f091d150000 r--p 000f2000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7f091d150000-7f091d151000 rw-p 000f3000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7f091d151000-7f091d152000 rw-p 00000000 00:00 0 
-7f091d152000-7f091d19f000 r-xp 00000000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7f091d19f000-7f091d39f000 ---p 0004d000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7f091d39f000-7f091d3a0000 r--p 0004d000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7f091d3a0000-7f091d3a1000 rw-p 0004e000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7f091d3a1000-7f091d44e000 r-xp 00000000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7f091d44e000-7f091d64d000 ---p 000ad000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7f091d64d000-7f091d651000 r--p 000ac000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7f091d651000-7f091d653000 rw-p 000b0000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7f091d653000-7f091da80000 r-xp 00000000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7f091da80000-7f091dc80000 ---p 0042d000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7f091dc80000-7f091dc87000 r--p 0042d000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7f091dc87000-7f091dc8b000 rw-p 00434000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7f091dc8b000-7f091dc8d000 rw-p 00000000 00:00 0 
-7f091dc8d000-7f091dccf000 r-xp 00000000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7f091dccf000-7f091dece000 ---p 00042000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7f091dece000-7f091decf000 r--p 00041000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7f091decf000-7f091ded0000 rw-p 00042000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7f091ded0000-7f091df8e000 r-xp 00000000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7f091df8e000-7f091e18d000 ---p 000be000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7f091e18d000-7f091e190000 r--p 000bd000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7f091e190000-7f091e191000 rw-p 000c0000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7f091e191000-7f091e1dd000 r-xp 00000000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7f091e1dd000-7f091e3dc000 ---p 0004c000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7f091e3dc000-7f091e3dd000 r--p 0004b000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7f091e3dd000-7f091e3e1000 rw-p 0004c000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7f091e3e1000-7f091e3e8000 rw-p 00000000 00:00 0 
-7f091e3e8000-7f091e449000 r-xp 00000000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7f091e449000-7f091e648000 ---p 00061000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7f091e648000-7f091e64a000 r--p 00060000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7f091e64a000-7f091e64b000 rw-p 00062000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7f091e64b000-7f091e671000 r-xp 00000000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7f091e671000-7f091e871000 ---p 00026000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7f091e871000-7f091e872000 r--p 00026000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7f091e872000-7f091e873000 rw-p 00027000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7f091e873000-7f091e8b1000 r-xp 00000000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7f091e8b1000-7f091eab1000 ---p 0003e000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7f091eab1000-7f091eab2000 r--p 0003e000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7f091eab2000-7f091eab3000 rw-p 0003f000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7f091eab3000-7f091eac3000 rw-p 00000000 00:00 0 
-7f091eac3000-7f091eb01000 r-xp 00000000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7f091eb01000-7f091ed00000 ---p 0003e000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7f091ed00000-7f091ed02000 r--p 0003d000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7f091ed02000-7f091ed03000 rw-p 0003f000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7f091ed03000-7f091ed04000 rw-p 00000000 00:00 0 
-7f091ed04000-7f091ed11000 r-xp 00000000 08:06 917543                     /tmp/libjniopencv_highgui4572763018855873125.so
-7f091ed11000-7f091ef10000 ---p 0000d000 08:06 917543                     /tmp/libjniopencv_highgui4572763018855873125.so
-7f091ef10000-7f091ef11000 rw-p 0000c000 08:06 917543                     /tmp/libjniopencv_highgui4572763018855873125.so
-7f091ef11000-7f091f141000 r-xp 00000000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7f091f141000-7f091f340000 ---p 00230000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7f091f340000-7f091f348000 r--p 0022f000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7f091f348000-7f091f351000 rw-p 00237000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7f091f351000-7f091f359000 rw-p 00000000 00:00 0 
-7f091f359000-7f091f4f3000 r-xp 00000000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7f091f4f3000-7f091f6f2000 ---p 0019a000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7f091f6f2000-7f091f6f6000 r--p 00199000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7f091f6f6000-7f091f6f7000 rw-p 0019d000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7f091f6f7000-7f091f78c000 rw-p 00000000 00:00 0 
-7f091f78c000-7f091f99c000 r-xp 00000000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7f091f99c000-7f091fb9b000 ---p 00210000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7f091fb9b000-7f091fba1000 r--p 0020f000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7f091fba1000-7f091fba3000 rw-p 00215000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7f091fba3000-7f091fc38000 rw-p 00000000 00:00 0 
-7f091fc38000-7f091fdf5000 r-xp 00000000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7f091fdf5000-7f091fff4000 ---p 001bd000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7f091fff4000-7f091fff7000 r--p 001bc000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7f091fff7000-7f091ffff000 rw-p 001bf000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7f091ffff000-7f0920000000 rw-p 00000000 00:00 0 
-7f0920000000-7f0920021000 rw-p 00000000 00:00 0 
-7f0920021000-7f0924000000 ---p 00000000 00:00 0 
-7f0924074000-7f092410a000 rw-s 00000000 00:05 8438                       /dev/video0
-7f092410a000-7f0924130000 r-xp 00000000 08:06 917538                     /tmp/libjniopencv_imgproc6359487286683813840.so
-7f0924130000-7f092432f000 ---p 00026000 08:06 917538                     /tmp/libjniopencv_imgproc6359487286683813840.so
-7f092432f000-7f0924330000 rw-p 00025000 08:06 917538                     /tmp/libjniopencv_imgproc6359487286683813840.so
-7f0924330000-7f0924399000 r-xp 00000000 08:06 917536                     /tmp/libjniopencv_core5224891357603147049.so
-7f0924399000-7f0924598000 ---p 00069000 08:06 917536                     /tmp/libjniopencv_core5224891357603147049.so
-7f0924598000-7f092459a000 rw-p 00068000 08:06 917536                     /tmp/libjniopencv_core5224891357603147049.so
-7f092459a000-7f09247ae000 r-xp 00000000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7f09247ae000-7f09249ae000 ---p 00214000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7f09249ae000-7f09249b1000 r--p 00214000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7f09249b1000-7f09249ba000 rw-p 00217000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7f09249ba000-7f09249bb000 rw-p 00000000 00:00 0 
-7f09249bb000-7f09249c3000 r-xp 00000000 08:06 4860103                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7f09249c3000-7f0924bc2000 ---p 00008000 08:06 4860103                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7f0924bc2000-7f0924bc3000 r--p 00007000 08:06 4860103                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7f0924bc3000-7f0924bc4000 rw-p 00008000 08:06 4860103                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7f0924bc4000-7f0924bc7000 ---p 00000000 00:00 0 
-7f0924bc7000-7f0924cc5000 rw-p 00000000 00:00 0 
-7f0924cc5000-7f0924cda000 r-xp 00000000 08:06 4860091                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7f0924cda000-7f0924ed9000 ---p 00015000 08:06 4860091                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7f0924ed9000-7f0924eda000 r--p 00014000 08:06 4860091                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7f0924eda000-7f0924edb000 rw-p 00015000 08:06 4860091                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7f0924edb000-7f0924ee9000 r--s 00090000 08:06 8520407                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv.jar
-7f0924ee9000-7f0924eea000 r--s 00129000 08:06 8520417                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv-windows-x86.jar
-7f0924eea000-7f0924eeb000 r--s 000b8000 08:06 8521064                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv-linux-x86_64.jar
-7f0924eeb000-7f0924eee000 r--s 0007e000 08:06 4735943                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/jsse.jar
-7f0924eee000-7f0924ef0000 r--s 0000f000 08:06 8520405                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacpp.jar
-7f0924ef0000-7f0924ef2000 r--s 0000f000 08:06 4860874                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/pulse-java.jar
-7f0924ef2000-7f0924ef6000 r--s 00039000 08:06 4860877                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/sunpkcs11.jar
-7f0924ef6000-7f0924ef9000 r--s 00031000 08:06 4860876                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/sunjce_provider.jar
-7f0924ef9000-7f0924efc000 r--s 00077000 08:06 4860875                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/localedata.jar
-7f0924efc000-7f0924efd000 r--s 00007000 08:06 5252192                    /usr/share/java/java-atk-wrapper.jar
-7f0924efd000-7f0924eff000 r--s 00001000 08:06 4860872                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/dnsns.jar
-7f0924eff000-7f0924f00000 ---p 00000000 00:00 0 
-7f0924f00000-7f0925000000 rw-p 00000000 00:00 0 
-7f0925000000-7f0925270000 rwxp 00000000 00:00 0 
-7f0925270000-7f092821d000 rw-p 00000000 00:00 0 
-7f092821d000-7f092c000000 ---p 00000000 00:00 0 
-7f092c009000-7f092c010000 r--s 00000000 08:06 5121993                    /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
-7f092c010000-7f092c011000 rw-p 00000000 00:00 0 
-7f092c011000-7f092c012000 r--s 00005000 08:06 131641                     /home/daniel/svn/2013/src/971CV/src/org/frc971/private_aos_camera_jar.jar
-7f092c012000-7f092c014000 r--s 00009000 08:06 8520418                    /home/daniel/svn/2013/src/DaisyCV/external_jars/WPIJavaCV.jar
-7f092c014000-7f092c015000 r--s 00005000 08:06 8520531                    /home/daniel/svn/2013/src/DaisyCV/external_jars/WPICameraExtension.jar
-7f092c015000-7f092c046000 rw-p 00000000 00:00 0 
-7f092c046000-7f092c049000 ---p 00000000 00:00 0 
-7f092c049000-7f092c147000 rw-p 00000000 00:00 0 
-7f092c147000-7f092c14a000 ---p 00000000 00:00 0 
-7f092c14a000-7f092c248000 rw-p 00000000 00:00 0 
-7f092c248000-7f092c24b000 ---p 00000000 00:00 0 
-7f092c24b000-7f092c349000 rw-p 00000000 00:00 0 
-7f092c349000-7f092c34c000 ---p 00000000 00:00 0 
-7f092c34c000-7f092c44a000 rw-p 00000000 00:00 0 
-7f092c44a000-7f092cb2d000 r--p 00000000 08:06 4725192                    /usr/lib/locale/locale-archive
-7f092cb2d000-7f092cb30000 ---p 00000000 00:00 0 
-7f092cb30000-7f092cc2e000 rw-p 00000000 00:00 0 
-7f092cc2e000-7f092cc31000 ---p 00000000 00:00 0 
-7f092cc31000-7f092cd2f000 rw-p 00000000 00:00 0 
-7f092cd2f000-7f092cd30000 ---p 00000000 00:00 0 
-7f092cd30000-7f092d368000 rw-p 00000000 00:00 0 
-7f092d368000-7f092d4fa000 r--s 037d2000 08:06 4860065                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/rt.jar
-7f092d4fa000-7f092d522000 rw-p 00000000 00:00 0 
-7f092d522000-7f092d523000 ---p 00000000 00:00 0 
-7f092d523000-7f092d623000 rw-p 00000000 00:00 0 
-7f092d623000-7f092d624000 ---p 00000000 00:00 0 
-7f092d624000-7f092d724000 rw-p 00000000 00:00 0 
-7f092d724000-7f092d725000 ---p 00000000 00:00 0 
-7f092d725000-7f092d825000 rw-p 00000000 00:00 0 
-7f092d825000-7f092d826000 ---p 00000000 00:00 0 
-7f092d826000-7f092d931000 rw-p 00000000 00:00 0 
-7f092d931000-7f092d979000 rw-p 00000000 00:00 0 
-7f092d979000-7f092d98e000 rw-p 00000000 00:00 0 
-7f092d98e000-7f092daba000 rw-p 00000000 00:00 0 
-7f092daba000-7f092dac5000 rw-p 00000000 00:00 0 
-7f092dac5000-7f092db0d000 rw-p 00000000 00:00 0 
-7f092db0d000-7f092db22000 rw-p 00000000 00:00 0 
-7f092db22000-7f092dc4d000 rw-p 00000000 00:00 0 
-7f092dc4d000-7f092dc58000 rw-p 00000000 00:00 0 
-7f092dc58000-7f092dcee000 rw-p 00000000 00:00 0 
-7f092dcee000-7f092dcef000 rw-p 00000000 00:00 0 
-7f092dcef000-7f092dcf6000 r-xp 00000000 08:06 4860089                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7f092dcf6000-7f092def5000 ---p 00007000 08:06 4860089                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7f092def5000-7f092def6000 r--p 00006000 08:06 4860089                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7f092def6000-7f092def7000 rw-p 00007000 08:06 4860089                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7f092def7000-7f092df03000 r-xp 00000000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7f092df03000-7f092e102000 ---p 0000c000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7f092e102000-7f092e103000 r--p 0000b000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7f092e103000-7f092e104000 rw-p 0000c000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7f092e104000-7f092e10e000 r-xp 00000000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7f092e10e000-7f092e30e000 ---p 0000a000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7f092e30e000-7f092e30f000 r--p 0000a000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7f092e30f000-7f092e310000 rw-p 0000b000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7f092e310000-7f092e327000 r-xp 00000000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7f092e327000-7f092e526000 ---p 00017000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7f092e526000-7f092e527000 r--p 00016000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7f092e527000-7f092e528000 rw-p 00017000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7f092e528000-7f092e52a000 rw-p 00000000 00:00 0 
-7f092e52a000-7f092e532000 r-xp 00000000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7f092e532000-7f092e731000 ---p 00008000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7f092e731000-7f092e732000 r--p 00007000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7f092e732000-7f092e733000 rw-p 00008000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7f092e733000-7f092e75f000 r-xp 00000000 08:06 4860081                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7f092e75f000-7f092e95e000 ---p 0002c000 08:06 4860081                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7f092e95e000-7f092e95f000 r--p 0002b000 08:06 4860081                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7f092e95f000-7f092e962000 rw-p 0002c000 08:06 4860081                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7f092e962000-7f092e970000 r-xp 00000000 08:06 4860104                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7f092e970000-7f092eb6f000 ---p 0000e000 08:06 4860104                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7f092eb6f000-7f092eb71000 r--p 0000d000 08:06 4860104                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7f092eb71000-7f092eb72000 rw-p 0000f000 08:06 4860104                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7f092eb72000-7f092eb79000 r-xp 00000000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7f092eb79000-7f092ed78000 ---p 00007000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7f092ed78000-7f092ed79000 r--p 00006000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7f092ed79000-7f092ed7a000 rw-p 00007000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7f092ed7a000-7f092ed8f000 r-xp 00000000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7f092ed8f000-7f092ef8e000 ---p 00015000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7f092ef8e000-7f092ef8f000 r--p 00014000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7f092ef8f000-7f092ef90000 rw-p 00015000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7f092ef90000-7f092f08b000 r-xp 00000000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7f092f08b000-7f092f28a000 ---p 000fb000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7f092f28a000-7f092f28b000 r--p 000fa000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7f092f28b000-7f092f28c000 rw-p 000fb000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7f092f28c000-7f092f36e000 r-xp 00000000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7f092f36e000-7f092f56d000 ---p 000e2000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7f092f56d000-7f092f575000 r--p 000e1000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7f092f575000-7f092f577000 rw-p 000e9000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7f092f577000-7f092f58c000 rw-p 00000000 00:00 0 
-7f092f58c000-7f092fe91000 r-xp 00000000 08:06 4860068                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7f092fe91000-7f0930091000 ---p 00905000 08:06 4860068                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7f0930091000-7f0930111000 r--p 00905000 08:06 4860068                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7f0930111000-7f093012c000 rw-p 00985000 08:06 4860068                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7f093012c000-7f0930155000 rw-p 00000000 00:00 0 
-7f0930155000-7f093016b000 r-xp 00000000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7f093016b000-7f093036a000 ---p 00016000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7f093036a000-7f093036b000 r--p 00015000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7f093036b000-7f093036c000 rw-p 00016000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7f093036c000-7f0930521000 r-xp 00000000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7f0930521000-7f0930720000 ---p 001b5000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7f0930720000-7f0930724000 r--p 001b4000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7f0930724000-7f0930726000 rw-p 001b8000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7f0930726000-7f093072b000 rw-p 00000000 00:00 0 
-7f093072b000-7f093072d000 r-xp 00000000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7f093072d000-7f093092d000 ---p 00002000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7f093092d000-7f093092e000 r--p 00002000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7f093092e000-7f093092f000 rw-p 00003000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7f093092f000-7f0930933000 r-xp 00000000 08:06 4860088                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7f0930933000-7f0930b32000 ---p 00004000 08:06 4860088                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7f0930b32000-7f0930b33000 r--p 00003000 08:06 4860088                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7f0930b33000-7f0930b34000 rw-p 00004000 08:06 4860088                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7f0930b34000-7f0930b4c000 r-xp 00000000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7f0930b4c000-7f0930d4b000 ---p 00018000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7f0930d4b000-7f0930d4c000 r--p 00017000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7f0930d4c000-7f0930d4d000 rw-p 00018000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7f0930d4d000-7f0930d51000 rw-p 00000000 00:00 0 
-7f0930d51000-7f0930d73000 r-xp 00000000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7f0930d73000-7f0930d75000 r--s 00013000 08:06 2362244                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/NetworkTable_Client.jar
-7f0930d75000-7f0930d7b000 r--s 00034000 08:06 2362243                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/junit-4.8.2.jar
-7f0930d7b000-7f0930d8c000 r--s 0014c000 08:06 2362245                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/jfreechart-1.0.13.jar
-7f0930d8c000-7f0930d96000 rw-p 00000000 00:00 0 
-7f0930d96000-7f0930e4c000 rw-p 00000000 00:00 0 
-7f0930e4c000-7f0930e4f000 ---p 00000000 00:00 0 
-7f0930e4f000-7f0930f52000 rw-p 00000000 00:00 0 
-7f0930f52000-7f0930f57000 r--s 00051000 08:06 8520629                    /home/daniel/svn/2013/src/DaisyCV/external_jars/SmartDashboard.jar
-7f0930f57000-7f0930f5d000 r--s 00046000 08:06 2362242                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/jcommon-1.0.16.jar
-7f0930f5d000-7f0930f61000 r--s 0000e000 08:06 8520683                    /home/daniel/svn/2013/src/DaisyCV/external_jars/networktables-desktop.jar
-7f0930f61000-7f0930f67000 r--s 000fc000 08:06 4735950                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/resources.jar
-7f0930f67000-7f0930f6f000 rw-s 00000000 08:06 1320526                    /tmp/hsperfdata_daniel/25783
-7f0930f6f000-7f0930f70000 rw-p 00000000 00:00 0 
-7f0930f70000-7f0930f71000 r--p 00000000 00:00 0 
-7f0930f71000-7f0930f73000 rw-p 00000000 00:00 0 
-7f0930f73000-7f0930f74000 r--p 00022000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7f0930f74000-7f0930f76000 rw-p 00023000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7fff744cd000-7fff744ee000 rw-p 00000000 00:00 0                          [stack]
-7fff744f3000-7fff744f4000 r-xp 00000000 00:00 0                          [vdso]
-ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
-
-VM Arguments:
-jvm_args: -Dfile.encoding=UTF-8 
-java_command: org.frc971.DebugServerRun
-Launcher Type: SUN_STANDARD
-
-Environment Variables:
-PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
-LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk-amd64/jre/../lib/amd64
-SHELL=/bin/bash
-DISPLAY=:0.0
-
-Signal Handlers:
-SIGSEGV: [libjvm.so+0x785360], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGBUS: [libjvm.so+0x785360], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGFPE: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGPIPE: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGXFSZ: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGILL: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
-SIGUSR2: [libjvm.so+0x648f70], sa_mask[0]=0x00000004, sa_flags=0x10000004
-SIGHUP: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGINT: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGTERM: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGQUIT: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-
-
----------------  S Y S T E M  ---------------
-
-OS:Ubuntu 12.04 (precise)
-uname:Linux 3.2.0-38-lowlatency #39-Ubuntu SMP PREEMPT Thu Feb 14 10:19:44 UTC 2013 x86_64
-libc:glibc 2.15 NPTL 2.15 
-rlimit: STACK 8192k, CORE 0k, NPROC 30599, NOFILE 4096, AS infinity
-load average:0.39 0.38 0.46
-
-/proc/meminfo:
-MemTotal:        3934128 kB
-MemFree:          253932 kB
-Buffers:           39732 kB
-Cached:           697280 kB
-SwapCached:         2680 kB
-Active:          2220740 kB
-Inactive:        1012248 kB
-Active(anon):    1949724 kB
-Inactive(anon):   753832 kB
-Active(file):     271016 kB
-Inactive(file):   258416 kB
-Unevictable:          16 kB
-Mlocked:              16 kB
-SwapTotal:       4077564 kB
-SwapFree:        3968064 kB
-Dirty:              1040 kB
-Writeback:            24 kB
-AnonPages:       2493488 kB
-Mapped:           125412 kB
-Shmem:            207536 kB
-Slab:             306184 kB
-SReclaimable:     269152 kB
-SUnreclaim:        37032 kB
-KernelStack:        5112 kB
-PageTables:        51052 kB
-NFS_Unstable:          0 kB
-Bounce:                0 kB
-WritebackTmp:          0 kB
-CommitLimit:     6044628 kB
-Committed_AS:    6031288 kB
-VmallocTotal:   34359738367 kB
-VmallocUsed:      362716 kB
-VmallocChunk:   34359341476 kB
-HardwareCorrupted:     0 kB
-AnonHugePages:         0 kB
-HugePages_Total:       0
-HugePages_Free:        0
-HugePages_Rsvd:        0
-HugePages_Surp:        0
-Hugepagesize:       2048 kB
-DirectMap4k:       67584 kB
-DirectMap2M:     4018176 kB
-
-
-CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
-
-Memory: 4k page, physical 3934128k(253932k free), swap 4077564k(3968064k free)
-
-vm_info: OpenJDK 64-Bit Server VM (20.0-b12) for linux-amd64 JRE (1.6.0_27-b27), built on Feb  8 2013 03:59:37 by "buildd" with gcc 4.6.3
-
-time: Thu Feb 21 16:16:52 2013
-elapsed time: 3 seconds
-
diff --git a/971cv/2013-test-images/hs_err_pid26246.log b/971cv/2013-test-images/hs_err_pid26246.log
deleted file mode 100644
index 01dced8..0000000
--- a/971cv/2013-test-images/hs_err_pid26246.log
+++ /dev/null
@@ -1,826 +0,0 @@
-#
-# A fatal error has been detected by the Java Runtime Environment:
-#
-#  SIGSEGV (0xb) at pc=0x00007fbcc682e3ac, pid=26246, tid=140448772146944
-#
-# JRE version: 6.0_27-b27
-# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
-# Derivative: IcedTea6 1.12.1
-# Distribution: Ubuntu 12.04 LTS, package 6b27-1.12.1-2ubuntu0.12.04.2
-# Problematic frame:
-# C  [libc.so.6+0x14a3ac]  __nss_hosts_lookup+0x18a6c
-#
-# If you would like to submit a bug report, please include
-# instructions how to reproduce the bug and visit:
-#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
-# The crash happened outside the Java Virtual Machine in native code.
-# See problematic frame for where to report the bug.
-#
-
----------------  T H R E A D  ---------------
-
-Current thread (0x00007fbcc0008000):  JavaThread "main" [_thread_in_native, id=26251, stack(0x00007fbcc71c4000,0x00007fbcc72c5000)]
-
-siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000035
-
-Registers:
-RAX=0x00000000ec44e1f8, RBX=0x00007fbcc00081d0, RCX=0x00007fbcc72c3818, RDX=0x00007fbcc682e3ac
-RSP=0x00007fbcc72c3708, RBP=0x00007fbcc72c3750, RSI=0x0000000000000025, RDI=0x00000000ec44e1f8
-R8 =0x0000000000000000, R9 =0x0000000000000020, R10=0x00007fbcbd010d3b, R11=0x00007fbcc68674d0
-R12=0x0000000000000000, R13=0x0000000000000020, R14=0x00000000ec44e1f8, R15=0x0000000000000020
-RIP=0x00007fbcc682e3ac, EFLAGS=0x0000000000010217, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
-  TRAPNO=0x000000000000000e
-
-Top of Stack: (sp=0x00007fbcc72c3708)
-0x00007fbcc72c3708:   00007fbcc4ac4a01 00007fbcc72c3818
-0x00007fbcc72c3718:   0000000000000025 00007fbcbd004dd0
-0x00007fbcc72c3728:   00000000b9960b10 0000000000000000
-0x00007fbcc72c3738:   00000000b9960b10 00007fbcc72c3828
-0x00007fbcc72c3748:   00007fbcc0008000 00007fbcc72c37d8
-0x00007fbcc72c3758:   00007fbcbd010d68 00007fbcc72c3818
-0x00007fbcc72c3768:   00007fbcc72c37d8 00007fbcc0008e58
-0x00007fbcc72c3778:   00007fbcc0008e60 00000000ebf663d8
-0x00007fbcc72c3788:   00007fbcc72c3788 00000000b9960390
-0x00007fbcc72c3798:   00007fbcc72c3798 0000000000000000
-0x00007fbcc72c37a8:   00007fbcc72c3828 00000000b9961740
-0x00007fbcc72c37b8:   0000000000000000 00000000b9960b10
-0x00007fbcc72c37c8:   0000000000000000 00007fbcc72c37f8
-0x00007fbcc72c37d8:   00007fbcc72c3870 00007fbcbd00585a
-0x00007fbcc72c37e8:   00000000b99616d8 00007fbcbd00df58
-0x00007fbcc72c37f8:   0000000000000020 0000000000000020
-0x00007fbcc72c3808:   0000000000000000 0000000000000000
-0x00007fbcc72c3818:   00000000ec44e1e8 0000000000000025
-0x00007fbcc72c3828:   00000000ec44e048 00007fbcc72c3830
-0x00007fbcc72c3838:   00000000b9d402d6 00007fbcc72c38b0
-0x00007fbcc72c3848:   00000000b9d45ce0 0000000000000000
-0x00007fbcc72c3858:   00000000b9d40358 00007fbcc72c37f8
-0x00007fbcc72c3868:   00007fbcc72c3898 00007fbcc72c38f8
-0x00007fbcc72c3878:   00007fbcbd0059b3 0000000000000020
-0x00007fbcc72c3888:   0000000000000020 0000000000000000
-0x00007fbcc72c3898:   0000000000000020 0000000000000000
-0x00007fbcc72c38a8:   00000000ec44e1e8 00000000ec44e048
-0x00007fbcc72c38b8:   00007fbcc72c38b8 00000000b994faa5
-0x00007fbcc72c38c8:   00007fbcc72c3910 00000000b9952b48
-0x00007fbcc72c38d8:   0000000000000000 00000000b994fac8
-0x00007fbcc72c38e8:   00007fbcc72c3898 00007fbcc72c3908
-0x00007fbcc72c38f8:   00007fbcc72c3958 00007fbcbd0059b3 
-
-Instructions: (pc=0x00007fbcc682e3ac)
-0x00007fbcc682e38c:   47 50 f2 0f f0 46 40 f3 0f 7f 47 40 f2 0f f0 46
-0x00007fbcc682e39c:   30 f3 0f 7f 47 30 f2 0f f0 46 20 f3 0f 7f 47 20
-0x00007fbcc682e3ac:   f2 0f f0 46 10 f3 0f 7f 47 10 f2 0f f0 06 f3 0f
-0x00007fbcc682e3bc:   7f 07 c3 90 f2 0f f0 46 7f f3 0f 7f 47 7f f2 0f 
-
-Register to memory mapping:
-
-RAX=0x00000000ec44e1f8 is an unknown value
-RBX=0x00007fbcc00081d0 is an unknown value
-RCX=0x00007fbcc72c3818 is pointing into the stack for thread: 0x00007fbcc0008000
-RDX=0x00007fbcc682e3ac: <offset 0x14a3ac> in /lib/x86_64-linux-gnu/libc.so.6 at 0x00007fbcc66e4000
-RSP=0x00007fbcc72c3708 is pointing into the stack for thread: 0x00007fbcc0008000
-RBP=0x00007fbcc72c3750 is pointing into the stack for thread: 0x00007fbcc0008000
-RSI=0x0000000000000025 is an unknown value
-RDI=0x00000000ec44e1f8 is an unknown value
-R8 =0x0000000000000000 is an unknown value
-R9 =0x0000000000000020 is an unknown value
-R10=0x00007fbcbd010d3b is an Interpreter codelet
-method entry point (kind = native)  [0x00007fbcbd010ae0, 0x00007fbcbd011320]  2112 bytes
-R11=0x00007fbcc68674d0: <offset 0x1834d0> in /lib/x86_64-linux-gnu/libc.so.6 at 0x00007fbcc66e4000
-R12=0x0000000000000000 is an unknown value
-R13=0x0000000000000020 is an unknown value
-R14=0x00000000ec44e1f8 is an unknown value
-R15=0x0000000000000020 is an unknown value
-
-
-Stack: [0x00007fbcc71c4000,0x00007fbcc72c5000],  sp=0x00007fbcc72c3708,  free space=1021k
-Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
-C  [libc.so.6+0x14a3ac]  __nss_hosts_lookup+0x18a6c
-j  java.nio.Bits.copyToByteArray(JLjava/lang/Object;JJ)V+0
-j  java.nio.DirectByteBuffer.get([BII)Ljava/nio/ByteBuffer;+126
-j  java.nio.ByteBuffer.get([B)Ljava/nio/ByteBuffer;+5
-j  org.frc971.DebugServerRun.push()V+72
-j  org.frc971.DebugServerRun.main([Ljava/lang/String;)V+73
-v  ~StubRoutines::call_stub
-V  [libjvm.so+0x4b031f]  JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x29f
-V  [libjvm.so+0x4af755]  JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*)+0x25
-V  [libjvm.so+0x4ba633]  jni_invoke_static(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, Thread*) [clone .isra.127] [clone .constprop.143]+0x1c3
-V  [libjvm.so+0x4c42c3]  jni_CallStaticVoidMethod+0x163
-C  [java+0x3ef3]  JavaMain+0xdf3
-
-Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
-j  java.nio.Bits.copyToByteArray(JLjava/lang/Object;JJ)V+0
-j  java.nio.DirectByteBuffer.get([BII)Ljava/nio/ByteBuffer;+126
-j  java.nio.ByteBuffer.get([B)Ljava/nio/ByteBuffer;+5
-j  org.frc971.DebugServerRun.push()V+72
-j  org.frc971.DebugServerRun.main([Ljava/lang/String;)V+73
-v  ~StubRoutines::call_stub
-
----------------  P R O C E S S  ---------------
-
-Java Threads: ( => current thread )
-  0x00007fbcc00ec800 JavaThread "Test Client" [_thread_in_native, id=26264, stack(0x00007fbcb6edb000,0x00007fbcb6fdc000)]
-  0x00007fbcc009e000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=26262, stack(0x00007fbcb7317000,0x00007fbcb7418000)]
-  0x00007fbcc009c000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=26261, stack(0x00007fbcb7418000,0x00007fbcb7519000)]
-  0x00007fbcc0099000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=26260, stack(0x00007fbcb7519000,0x00007fbcb761a000)]
-  0x00007fbcc008b000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=26259, stack(0x00007fbcb761a000,0x00007fbcb771b000)]
-  0x00007fbcc0078800 JavaThread "Finalizer" daemon [_thread_blocked, id=26258, stack(0x00007fbcb7dfe000,0x00007fbcb7eff000)]
-  0x00007fbcc0076800 JavaThread "Reference Handler" daemon [_thread_blocked, id=26257, stack(0x00007fbcb7eff000,0x00007fbcb8000000)]
-=>0x00007fbcc0008000 JavaThread "main" [_thread_in_native, id=26251, stack(0x00007fbcc71c4000,0x00007fbcc72c5000)]
-
-Other Threads:
-  0x00007fbcc0071800 VMThread [stack: 0x00007fbcbc093000,0x00007fbcbc194000] [id=26256]
-  0x00007fbcc00a1000 WatcherThread [stack: 0x00007fbcb7216000,0x00007fbcb7317000] [id=26263]
-
-VM state:not at safepoint (normal execution)
-
-VM Mutex/Monitor currently owned by a thread: None
-
-Heap
- PSYoungGen      total 17920K, used 5308K [0x00000000ebf60000, 0x00000000ed360000, 0x0000000100000000)
-  eden space 15360K, 34% used [0x00000000ebf60000,0x00000000ec48f2f8,0x00000000ece60000)
-  from space 2560K, 0% used [0x00000000ed0e0000,0x00000000ed0e0000,0x00000000ed360000)
-  to   space 2560K, 0% used [0x00000000ece60000,0x00000000ece60000,0x00000000ed0e0000)
- PSOldGen        total 41024K, used 0K [0x00000000c3e00000, 0x00000000c6610000, 0x00000000ebf60000)
-  object space 41024K, 0% used [0x00000000c3e00000,0x00000000c3e00000,0x00000000c6610000)
- PSPermGen       total 21248K, used 7099K [0x00000000b9800000, 0x00000000bacc0000, 0x00000000c3e00000)
-  object space 21248K, 33% used [0x00000000b9800000,0x00000000b9eeed60,0x00000000bacc0000)
-
-Code Cache  [0x00007fbcbd000000, 0x00007fbcbd270000, 0x00007fbcc0000000)
- total_blobs=297 nmethods=16 adapters=236 free_code_cache=49843648 largest_free_block=9408
-
-Dynamic libraries:
-00400000-00409000 r-xp 00000000 08:06 4860047                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00608000-00609000 r--p 00008000 08:06 4860047                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00609000-0060a000 rw-p 00009000 08:06 4860047                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-01442000-01463000 rw-p 00000000 00:00 0                                  [heap]
-b9800000-bacc0000 rw-p 00000000 00:00 0 
-bacc0000-c3e00000 rw-p 00000000 00:00 0 
-c3e00000-c6610000 rw-p 00000000 00:00 0 
-c6610000-ebf60000 rw-p 00000000 00:00 0 
-ebf60000-ed360000 rw-p 00000000 00:00 0 
-ed360000-100000000 rw-p 00000000 00:00 0 
-7fbc72cc5000-7fbc72da7000 rw-p 00000000 00:00 0 
-7fbc72da7000-7fbc72e3d000 rw-s 001c2000 00:05 8438                       /dev/video0
-7fbc72e3d000-7fbc72ed3000 rw-s 0012c000 00:05 8438                       /dev/video0
-7fbc72ed3000-7fbc72f69000 rw-s 00096000 00:05 8438                       /dev/video0
-7fbc72f69000-7fbc72fff000 rw-s 00000000 00:05 8438                       /dev/video0
-7fbc72fff000-7fbc78000000 rw-p 00000000 00:00 0 
-7fbc78000000-7fbc78040000 rw-p 00000000 00:00 0 
-7fbc78040000-7fbc7c000000 ---p 00000000 00:00 0 
-7fbc7c25d000-7fbc7c260000 r-xp 00000000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7fbc7c260000-7fbc7c45f000 ---p 00003000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7fbc7c45f000-7fbc7c460000 r--p 00002000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7fbc7c460000-7fbc7c461000 rw-p 00003000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7fbc7c461000-7fbc7c472000 r-xp 00000000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7fbc7c472000-7fbc7c671000 ---p 00011000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7fbc7c671000-7fbc7c672000 r--p 00010000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7fbc7c672000-7fbc7c673000 rw-p 00011000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7fbc7c673000-7fbc7c683000 r-xp 00000000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7fbc7c683000-7fbc7c882000 ---p 00010000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7fbc7c882000-7fbc7c883000 r--p 0000f000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7fbc7c883000-7fbc7c884000 rw-p 00010000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7fbc7c884000-7fbc7c889000 r-xp 00000000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7fbc7c889000-7fbc7ca88000 ---p 00005000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7fbc7ca88000-7fbc7ca89000 r--p 00004000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7fbc7ca89000-7fbc7ca8a000 rw-p 00005000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7fbc7ca8a000-7fbc7ca8c000 r-xp 00000000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7fbc7ca8c000-7fbc7cc8b000 ---p 00002000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7fbc7cc8b000-7fbc7cc8c000 r--p 00001000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7fbc7cc8c000-7fbc7cc8d000 rw-p 00002000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7fbc7cc8d000-7fbc7ccae000 r-xp 00000000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7fbc7ccae000-7fbc7cead000 ---p 00021000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7fbc7cead000-7fbc7ceaf000 r--p 00020000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7fbc7ceaf000-7fbc7ceb0000 rw-p 00022000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7fbc7ceb0000-7fbc7cf02000 rw-p 00000000 00:00 0 
-7fbc7cf02000-7fbc7cf7c000 r-xp 00000000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7fbc7cf7c000-7fbc7d17c000 ---p 0007a000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7fbc7d17c000-7fbc7d17d000 r--p 0007a000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7fbc7d17d000-7fbc7d180000 rw-p 0007b000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7fbc7d180000-7fbc7d234000 r-xp 00000000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7fbc7d234000-7fbc7d434000 ---p 000b4000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7fbc7d434000-7fbc7d43a000 r--p 000b4000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7fbc7d43a000-7fbc7d43b000 rw-p 000ba000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7fbc7d43b000-7fbc7d43c000 rw-p 00000000 00:00 0 
-7fbc7d43c000-7fbc7d4b1000 r-xp 00000000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7fbc7d4b1000-7fbc7d6b0000 ---p 00075000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7fbc7d6b0000-7fbc7d6b2000 r--p 00074000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7fbc7d6b2000-7fbc7d6b7000 rw-p 00076000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7fbc7d6b7000-7fbc7d6bd000 r-xp 00000000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7fbc7d6bd000-7fbc7d8bc000 ---p 00006000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7fbc7d8bc000-7fbc7d8bd000 r--p 00005000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7fbc7d8bd000-7fbc7d8be000 rw-p 00006000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7fbc7d8be000-7fbc7d8e5000 r-xp 00000000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7fbc7d8e5000-7fbc7dae5000 ---p 00027000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7fbc7dae5000-7fbc7dae7000 r--p 00027000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7fbc7dae7000-7fbc7dae8000 rw-p 00029000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7fbc7dae8000-7fbc7db00000 r-xp 00000000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7fbc7db00000-7fbc7dd00000 ---p 00018000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7fbc7dd00000-7fbc7dd01000 r--p 00018000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7fbc7dd01000-7fbc7dd02000 rw-p 00019000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7fbc7dd02000-7fbc7dd04000 rw-p 00000000 00:00 0 
-7fbc7dd04000-7fbc7dd21000 r-xp 00000000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7fbc7dd21000-7fbc7df20000 ---p 0001d000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7fbc7df20000-7fbc7df21000 r--p 0001c000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7fbc7df21000-7fbc7df22000 rw-p 0001d000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7fbc7df22000-7fbc7df23000 rw-p 00000000 00:00 0 
-7fbc7df23000-7fbc7df26000 r-xp 00000000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7fbc7df26000-7fbc7e125000 ---p 00003000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7fbc7e125000-7fbc7e126000 r--p 00002000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7fbc7e126000-7fbc7e127000 rw-p 00003000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7fbc7e127000-7fbc7e12f000 r-xp 00000000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7fbc7e12f000-7fbc7e32f000 ---p 00008000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7fbc7e32f000-7fbc7e330000 r--p 00008000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7fbc7e330000-7fbc7e331000 rw-p 00009000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7fbc7e331000-7fbc7e333000 r-xp 00000000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7fbc7e333000-7fbc7e532000 ---p 00002000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7fbc7e532000-7fbc7e533000 r--p 00001000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7fbc7e533000-7fbc7e534000 rw-p 00002000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7fbc7e534000-7fbc7e5b5000 r-xp 00000000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7fbc7e5b5000-7fbc7e7b4000 ---p 00081000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7fbc7e7b4000-7fbc7e7ba000 r--p 00080000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7fbc7e7ba000-7fbc7e7bb000 rw-p 00086000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7fbc7e7bb000-7fbc7e7d8000 r-xp 00000000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7fbc7e7d8000-7fbc7e9d7000 ---p 0001d000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7fbc7e9d7000-7fbc7e9d8000 r--p 0001c000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7fbc7e9d8000-7fbc7e9d9000 rw-p 0001d000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7fbc7e9d9000-7fbc7ea6f000 r-xp 00000000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7fbc7ea6f000-7fbc7ec6e000 ---p 00096000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7fbc7ec6e000-7fbc7ec74000 r--p 00095000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7fbc7ec74000-7fbc7ec75000 rw-p 0009b000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7fbc7ec75000-7fbc7ec7d000 r-xp 00000000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7fbc7ec7d000-7fbc7ee7c000 ---p 00008000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7fbc7ee7c000-7fbc7ee7d000 r--p 00007000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7fbc7ee7d000-7fbc7ee81000 rw-p 00008000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7fbc7ee81000-7fbc7ee8f000 r-xp 00000000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7fbc7ee8f000-7fbc7f08e000 ---p 0000e000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7fbc7f08e000-7fbc7f08f000 r--p 0000d000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7fbc7f08f000-7fbc7f090000 rw-p 0000e000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7fbc7f090000-7fbc7f09f000 r-xp 00000000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7fbc7f09f000-7fbc7f29e000 ---p 0000f000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7fbc7f29e000-7fbc7f29f000 r--p 0000e000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7fbc7f29f000-7fbc7f2a0000 rw-p 0000f000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7fbc7f2a0000-7fbc7f2b8000 r-xp 00000000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7fbc7f2b8000-7fbc7f4b8000 ---p 00018000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7fbc7f4b8000-7fbc7f4b9000 r--p 00018000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7fbc7f4b9000-7fbc7f4ba000 rw-p 00019000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7fbc7f4ba000-7fbc7f4ca000 r-xp 00000000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7fbc7f4ca000-7fbc7f6c9000 ---p 00010000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7fbc7f6c9000-7fbc7f6ca000 r--p 0000f000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7fbc7f6ca000-7fbc7f6cb000 rw-p 00010000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7fbc7f6cb000-7fbc7f6d0000 rw-p 00000000 00:00 0 
-7fbc7f6d0000-7fbc7f752000 r-xp 00000000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7fbc7f752000-7fbc7f951000 ---p 00082000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7fbc7f951000-7fbc7f954000 r--p 00081000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7fbc7f954000-7fbc7f955000 rw-p 00084000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7fbc7f955000-7fbc7f956000 rw-p 00000000 00:00 0 
-7fbc7f956000-7fbc7f965000 r-xp 00000000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7fbc7f965000-7fbc7fb64000 ---p 0000f000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7fbc7fb64000-7fbc7fb65000 r--p 0000e000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7fbc7fb65000-7fbc7fb68000 rw-p 0000f000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7fbc7fb68000-7fbc7fb74000 r-xp 00000000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7fbc7fb74000-7fbc7fd74000 ---p 0000c000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7fbc7fd74000-7fbc7fd75000 r--p 0000c000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7fbc7fd75000-7fbc7fd76000 rw-p 0000d000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7fbc7fd76000-7fbc7fdce000 r-xp 00000000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7fbc7fdce000-7fbc7ffce000 ---p 00058000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7fbc7ffce000-7fbc7ffcf000 r--p 00058000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7fbc7ffcf000-7fbc7ffd0000 rw-p 00059000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7fbc7ffd0000-7fbc80000000 rw-p 00000000 00:00 0 
-7fbc80000000-7fbc80021000 rw-p 00000000 00:00 0 
-7fbc80021000-7fbc84000000 ---p 00000000 00:00 0 
-7fbc84000000-7fbc84021000 rw-p 00000000 00:00 0 
-7fbc84021000-7fbc88000000 ---p 00000000 00:00 0 
-7fbc88000000-7fbc881f2000 rw-p 00000000 00:00 0 
-7fbc881f2000-7fbc8c000000 ---p 00000000 00:00 0 
-7fbc8c000000-7fbc8c227000 rw-p 00000000 00:00 0 
-7fbc8c227000-7fbc90000000 ---p 00000000 00:00 0 
-7fbc90000000-7fbc90021000 rw-p 00000000 00:00 0 
-7fbc90021000-7fbc94000000 ---p 00000000 00:00 0 
-7fbc94000000-7fbc94021000 rw-p 00000000 00:00 0 
-7fbc94021000-7fbc98000000 ---p 00000000 00:00 0 
-7fbc98000000-7fbc98021000 rw-p 00000000 00:00 0 
-7fbc98021000-7fbc9c000000 ---p 00000000 00:00 0 
-7fbc9c000000-7fbc9c021000 rw-p 00000000 00:00 0 
-7fbc9c021000-7fbca0000000 ---p 00000000 00:00 0 
-7fbca0000000-7fbca0021000 rw-p 00000000 00:00 0 
-7fbca0021000-7fbca4000000 ---p 00000000 00:00 0 
-7fbca409b000-7fbca40d4000 r-xp 00000000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7fbca40d4000-7fbca42d3000 ---p 00039000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7fbca42d3000-7fbca42d4000 r--p 00038000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7fbca42d4000-7fbca42d5000 rw-p 00039000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7fbca42d5000-7fbca42f0000 r-xp 00000000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7fbca42f0000-7fbca44ef000 ---p 0001b000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7fbca44ef000-7fbca44f0000 r--p 0001a000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7fbca44f0000-7fbca44f1000 rw-p 0001b000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7fbca44f1000-7fbca450f000 r-xp 00000000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7fbca450f000-7fbca470f000 ---p 0001e000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7fbca470f000-7fbca4710000 r--p 0001e000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7fbca4710000-7fbca4711000 rw-p 0001f000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7fbca4711000-7fbca47c0000 r-xp 00000000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7fbca47c0000-7fbca49c0000 ---p 000af000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7fbca49c0000-7fbca49c2000 r--p 000af000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7fbca49c2000-7fbca49c3000 rw-p 000b1000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7fbca49c3000-7fbca49c4000 rw-p 00000000 00:00 0 
-7fbca49c4000-7fbca49db000 r-xp 00000000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7fbca49db000-7fbca4bdb000 ---p 00017000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7fbca4bdb000-7fbca4bdc000 r--p 00017000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7fbca4bdc000-7fbca4bdd000 rw-p 00018000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7fbca4bdd000-7fbca4bf6000 r-xp 00000000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7fbca4bf6000-7fbca4df6000 ---p 00019000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7fbca4df6000-7fbca4df7000 r--p 00019000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7fbca4df7000-7fbca4df8000 rw-p 0001a000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7fbca4df8000-7fbca4e33000 r-xp 00000000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7fbca4e33000-7fbca5033000 ---p 0003b000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7fbca5033000-7fbca5034000 r--p 0003b000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7fbca5034000-7fbca5035000 rw-p 0003c000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7fbca5035000-7fbca5052000 r-xp 00000000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7fbca5052000-7fbca5252000 ---p 0001d000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7fbca5252000-7fbca5253000 r--p 0001d000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7fbca5253000-7fbca5254000 rw-p 0001e000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7fbca5254000-7fbca5269000 r-xp 00000000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7fbca5269000-7fbca5468000 ---p 00015000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7fbca5468000-7fbca5469000 r--p 00014000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7fbca5469000-7fbca546f000 rw-p 00015000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7fbca546f000-7fbca549a000 r-xp 00000000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7fbca549a000-7fbca5699000 ---p 0002b000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7fbca5699000-7fbca569a000 r--p 0002a000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7fbca569a000-7fbca569b000 rw-p 0002b000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7fbca569b000-7fbca594e000 r-xp 00000000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7fbca594e000-7fbca5b4d000 ---p 002b3000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7fbca5b4d000-7fbca5b69000 r--p 002b2000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7fbca5b69000-7fbca5b6a000 rw-p 002ce000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7fbca5b6a000-7fbca5c03000 r-xp 00000000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7fbca5c03000-7fbca5e02000 ---p 00099000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7fbca5e02000-7fbca5e04000 r--p 00098000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7fbca5e04000-7fbca5e05000 rw-p 0009a000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7fbca5e05000-7fbca5e0f000 rw-p 00000000 00:00 0 
-7fbca5e0f000-7fbca5f18000 r-xp 00000000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7fbca5f18000-7fbca6117000 ---p 00109000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7fbca6117000-7fbca6119000 r--p 00108000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7fbca6119000-7fbca611a000 rw-p 0010a000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7fbca611a000-7fbca6195000 rw-p 00000000 00:00 0 
-7fbca6195000-7fbca6258000 r-xp 00000000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7fbca6258000-7fbca6458000 ---p 000c3000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7fbca6458000-7fbca6459000 r--p 000c3000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7fbca6459000-7fbca6463000 rw-p 000c4000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7fbca6463000-7fbca64cc000 rw-p 00000000 00:00 0 
-7fbca64cc000-7fbca6508000 r-xp 00000000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7fbca6508000-7fbca6707000 ---p 0003c000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7fbca6707000-7fbca6708000 r--p 0003b000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7fbca6708000-7fbca6709000 rw-p 0003c000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7fbca6709000-7fbca6710000 r-xp 00000000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7fbca6710000-7fbca690f000 ---p 00007000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7fbca690f000-7fbca6910000 r--p 00006000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7fbca6910000-7fbca6911000 rw-p 00007000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7fbca6911000-7fbca6913000 r-xp 00000000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7fbca6913000-7fbca6b12000 ---p 00002000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7fbca6b12000-7fbca6b13000 r--p 00001000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7fbca6b13000-7fbca6b14000 rw-p 00002000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7fbca6b14000-7fbca6b16000 r-xp 00000000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7fbca6b16000-7fbca6d15000 ---p 00002000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7fbca6d15000-7fbca6d16000 r--p 00001000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7fbca6d16000-7fbca6d17000 rw-p 00002000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7fbca6d17000-7fbca6d20000 r-xp 00000000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7fbca6d20000-7fbca6f1f000 ---p 00009000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7fbca6f1f000-7fbca6f20000 r--p 00008000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7fbca6f20000-7fbca6f21000 rw-p 00009000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7fbca6f21000-7fbca6f29000 r-xp 00000000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7fbca6f29000-7fbca7128000 ---p 00008000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7fbca7128000-7fbca7129000 r--p 00007000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7fbca7129000-7fbca712a000 rw-p 00008000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7fbca712a000-7fbca7138000 r-xp 00000000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7fbca7138000-7fbca7337000 ---p 0000e000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7fbca7337000-7fbca7338000 r--p 0000d000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7fbca7338000-7fbca7339000 rw-p 0000e000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7fbca7339000-7fbca733b000 r-xp 00000000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7fbca733b000-7fbca753a000 ---p 00002000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7fbca753a000-7fbca753b000 r--p 00001000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7fbca753b000-7fbca753c000 rw-p 00002000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7fbca753c000-7fbca7545000 r-xp 00000000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7fbca7545000-7fbca7744000 ---p 00009000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7fbca7744000-7fbca7745000 r--p 00008000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7fbca7745000-7fbca7746000 rw-p 00009000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7fbca7746000-7fbca7756000 r-xp 00000000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7fbca7756000-7fbca7955000 ---p 00010000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7fbca7955000-7fbca7956000 r--p 0000f000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7fbca7956000-7fbca7957000 rw-p 00010000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7fbca7957000-7fbca798b000 r-xp 00000000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7fbca798b000-7fbca7b8b000 ---p 00034000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7fbca7b8b000-7fbca7b8c000 r--p 00034000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7fbca7b8c000-7fbca7b8d000 rw-p 00035000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7fbca7b8d000-7fbca7bd3000 r-xp 00000000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7fbca7bd3000-7fbca7dd3000 ---p 00046000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7fbca7dd3000-7fbca7dd5000 r--p 00046000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7fbca7dd5000-7fbca7dd6000 rw-p 00048000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7fbca7dd6000-7fbca7dff000 r-xp 00000000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7fbca7dff000-7fbca7ffe000 ---p 00029000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7fbca7ffe000-7fbca7fff000 r--p 00028000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7fbca7fff000-7fbca8000000 rw-p 00029000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7fbca8000000-7fbca8021000 rw-p 00000000 00:00 0 
-7fbca8021000-7fbcac000000 ---p 00000000 00:00 0 
-7fbcac01b000-7fbcac163000 r-xp 00000000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7fbcac163000-7fbcac362000 ---p 00148000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7fbcac362000-7fbcac366000 r--p 00147000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7fbcac366000-7fbcac368000 rw-p 0014b000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7fbcac368000-7fbcac36a000 rw-p 00000000 00:00 0 
-7fbcac36a000-7fbcac388000 r-xp 00000000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7fbcac388000-7fbcac588000 ---p 0001e000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7fbcac588000-7fbcac589000 r--p 0001e000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7fbcac589000-7fbcac58a000 rw-p 0001f000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7fbcac58a000-7fbcac643000 r-xp 00000000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7fbcac643000-7fbcac842000 ---p 000b9000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7fbcac842000-7fbcac844000 r--p 000b8000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7fbcac844000-7fbcac845000 rw-p 000ba000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7fbcac845000-7fbcac848000 rw-p 00000000 00:00 0 
-7fbcac848000-7fbcac867000 r-xp 00000000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7fbcac867000-7fbcaca67000 ---p 0001f000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7fbcaca67000-7fbcaca69000 r--p 0001f000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7fbcaca69000-7fbcaca6a000 rw-p 00021000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7fbcaca6a000-7fbcaca6f000 r-xp 00000000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7fbcaca6f000-7fbcacc6e000 ---p 00005000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7fbcacc6e000-7fbcacc6f000 r--p 00004000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7fbcacc6f000-7fbcacc70000 rw-p 00005000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7fbcacc70000-7fbcacd9f000 r-xp 00000000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7fbcacd9f000-7fbcacf9f000 ---p 0012f000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7fbcacf9f000-7fbcacfa0000 r--p 0012f000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7fbcacfa0000-7fbcacfa4000 rw-p 00130000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7fbcacfa4000-7fbcacfaf000 r-xp 00000000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7fbcacfaf000-7fbcad1ae000 ---p 0000b000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7fbcad1ae000-7fbcad1af000 r--p 0000a000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7fbcad1af000-7fbcad1b0000 rw-p 0000b000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7fbcad1b0000-7fbcad1b6000 r-xp 00000000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7fbcad1b6000-7fbcad3b5000 ---p 00006000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7fbcad3b5000-7fbcad3b6000 r--p 00005000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7fbcad3b6000-7fbcad3b7000 rw-p 00006000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7fbcad3b7000-7fbcad3d1000 r-xp 00000000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7fbcad3d1000-7fbcad5d1000 ---p 0001a000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7fbcad5d1000-7fbcad5d5000 r--p 0001a000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7fbcad5d5000-7fbcad5d6000 rw-p 0001e000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7fbcad5d6000-7fbcad5da000 r-xp 00000000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7fbcad5da000-7fbcad7da000 ---p 00004000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7fbcad7da000-7fbcad7db000 r--p 00004000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7fbcad7db000-7fbcad7dc000 rw-p 00005000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7fbcad7dc000-7fbcad7e1000 r-xp 00000000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7fbcad7e1000-7fbcad9e0000 ---p 00005000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7fbcad9e0000-7fbcad9e1000 r--p 00004000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7fbcad9e1000-7fbcad9e2000 rw-p 00005000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7fbcad9e2000-7fbcada12000 r-xp 00000000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7fbcada12000-7fbcadc11000 ---p 00030000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7fbcadc11000-7fbcadc12000 r--p 0002f000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7fbcadc12000-7fbcadc13000 rw-p 00030000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7fbcadc13000-7fbcadc53000 rw-p 00000000 00:00 0 
-7fbcadc53000-7fbcadc97000 r-xp 00000000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7fbcadc97000-7fbcade97000 ---p 00044000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7fbcade97000-7fbcade98000 r--p 00044000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7fbcade98000-7fbcade99000 rw-p 00045000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7fbcade99000-7fbcadeb3000 r-xp 00000000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7fbcadeb3000-7fbcae0b2000 ---p 0001a000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7fbcae0b2000-7fbcae0b4000 r--p 00019000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7fbcae0b4000-7fbcae0b5000 rw-p 0001b000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7fbcae0b5000-7fbcae0b9000 rw-p 00000000 00:00 0 
-7fbcae0b9000-7fbcae1a2000 r-xp 00000000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7fbcae1a2000-7fbcae3a2000 ---p 000e9000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7fbcae3a2000-7fbcae3a9000 r--p 000e9000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7fbcae3a9000-7fbcae3b6000 rw-p 000f0000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7fbcae3b6000-7fbcaea36000 r-xp 00000000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7fbcaea36000-7fbcaec35000 ---p 00680000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7fbcaec35000-7fbcaec48000 r--p 0067f000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7fbcaec48000-7fbcaec60000 rw-p 00692000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7fbcaec60000-7fbcaf1d0000 rw-p 00000000 00:00 0 
-7fbcaf1d0000-7fbcaf2c2000 r-xp 00000000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7fbcaf2c2000-7fbcaf4c2000 ---p 000f2000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7fbcaf4c2000-7fbcaf4c3000 r--p 000f2000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7fbcaf4c3000-7fbcaf4c4000 rw-p 000f3000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7fbcaf4c4000-7fbcaf4c5000 rw-p 00000000 00:00 0 
-7fbcaf4c5000-7fbcaf512000 r-xp 00000000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7fbcaf512000-7fbcaf712000 ---p 0004d000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7fbcaf712000-7fbcaf713000 r--p 0004d000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7fbcaf713000-7fbcaf714000 rw-p 0004e000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7fbcaf714000-7fbcaf7c1000 r-xp 00000000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7fbcaf7c1000-7fbcaf9c0000 ---p 000ad000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7fbcaf9c0000-7fbcaf9c4000 r--p 000ac000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7fbcaf9c4000-7fbcaf9c6000 rw-p 000b0000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7fbcaf9c6000-7fbcafdf3000 r-xp 00000000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7fbcafdf3000-7fbcafff3000 ---p 0042d000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7fbcafff3000-7fbcafffa000 r--p 0042d000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7fbcafffa000-7fbcafffe000 rw-p 00434000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7fbcafffe000-7fbcb0000000 rw-p 00000000 00:00 0 
-7fbcb0000000-7fbcb0021000 rw-p 00000000 00:00 0 
-7fbcb0021000-7fbcb4000000 ---p 00000000 00:00 0 
-7fbcb40ae000-7fbcb40f0000 r-xp 00000000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7fbcb40f0000-7fbcb42ef000 ---p 00042000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7fbcb42ef000-7fbcb42f0000 r--p 00041000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7fbcb42f0000-7fbcb42f1000 rw-p 00042000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7fbcb42f1000-7fbcb43af000 r-xp 00000000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7fbcb43af000-7fbcb45ae000 ---p 000be000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7fbcb45ae000-7fbcb45b1000 r--p 000bd000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7fbcb45b1000-7fbcb45b2000 rw-p 000c0000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7fbcb45b2000-7fbcb45fe000 r-xp 00000000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7fbcb45fe000-7fbcb47fd000 ---p 0004c000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7fbcb47fd000-7fbcb47fe000 r--p 0004b000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7fbcb47fe000-7fbcb4802000 rw-p 0004c000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7fbcb4802000-7fbcb4809000 rw-p 00000000 00:00 0 
-7fbcb4809000-7fbcb486a000 r-xp 00000000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7fbcb486a000-7fbcb4a69000 ---p 00061000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7fbcb4a69000-7fbcb4a6b000 r--p 00060000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7fbcb4a6b000-7fbcb4a6c000 rw-p 00062000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7fbcb4a6c000-7fbcb4a92000 r-xp 00000000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7fbcb4a92000-7fbcb4c92000 ---p 00026000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7fbcb4c92000-7fbcb4c93000 r--p 00026000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7fbcb4c93000-7fbcb4c94000 rw-p 00027000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7fbcb4c94000-7fbcb4cd2000 r-xp 00000000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7fbcb4cd2000-7fbcb4ed2000 ---p 0003e000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7fbcb4ed2000-7fbcb4ed3000 r--p 0003e000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7fbcb4ed3000-7fbcb4ed4000 rw-p 0003f000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7fbcb4ed4000-7fbcb4ee4000 rw-p 00000000 00:00 0 
-7fbcb4ee4000-7fbcb4f22000 r-xp 00000000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7fbcb4f22000-7fbcb5121000 ---p 0003e000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7fbcb5121000-7fbcb5123000 r--p 0003d000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7fbcb5123000-7fbcb5124000 rw-p 0003f000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7fbcb5124000-7fbcb5125000 rw-p 00000000 00:00 0 
-7fbcb5125000-7fbcb5132000 r-xp 00000000 08:06 917546                     /tmp/libjniopencv_highgui6833940654539170887.so
-7fbcb5132000-7fbcb5331000 ---p 0000d000 08:06 917546                     /tmp/libjniopencv_highgui6833940654539170887.so
-7fbcb5331000-7fbcb5332000 rw-p 0000c000 08:06 917546                     /tmp/libjniopencv_highgui6833940654539170887.so
-7fbcb5332000-7fbcb5562000 r-xp 00000000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7fbcb5562000-7fbcb5761000 ---p 00230000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7fbcb5761000-7fbcb5769000 r--p 0022f000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7fbcb5769000-7fbcb5772000 rw-p 00237000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7fbcb5772000-7fbcb577a000 rw-p 00000000 00:00 0 
-7fbcb577a000-7fbcb5914000 r-xp 00000000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7fbcb5914000-7fbcb5b13000 ---p 0019a000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7fbcb5b13000-7fbcb5b17000 r--p 00199000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7fbcb5b17000-7fbcb5b18000 rw-p 0019d000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7fbcb5b18000-7fbcb5bad000 rw-p 00000000 00:00 0 
-7fbcb5bad000-7fbcb5bd3000 r-xp 00000000 08:06 917545                     /tmp/libjniopencv_imgproc1279894094144817862.so
-7fbcb5bd3000-7fbcb5dd2000 ---p 00026000 08:06 917545                     /tmp/libjniopencv_imgproc1279894094144817862.so
-7fbcb5dd2000-7fbcb5dd3000 rw-p 00025000 08:06 917545                     /tmp/libjniopencv_imgproc1279894094144817862.so
-7fbcb5dd3000-7fbcb5fe3000 r-xp 00000000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7fbcb5fe3000-7fbcb61e2000 ---p 00210000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7fbcb61e2000-7fbcb61e8000 r--p 0020f000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7fbcb61e8000-7fbcb61ea000 rw-p 00215000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7fbcb61ea000-7fbcb627f000 rw-p 00000000 00:00 0 
-7fbcb627f000-7fbcb643c000 r-xp 00000000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7fbcb643c000-7fbcb663b000 ---p 001bd000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7fbcb663b000-7fbcb663e000 r--p 001bc000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7fbcb663e000-7fbcb6646000 rw-p 001bf000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7fbcb6646000-7fbcb6647000 rw-p 00000000 00:00 0 
-7fbcb6647000-7fbcb66b0000 r-xp 00000000 08:06 917544                     /tmp/libjniopencv_core2562958127798651723.so
-7fbcb66b0000-7fbcb68af000 ---p 00069000 08:06 917544                     /tmp/libjniopencv_core2562958127798651723.so
-7fbcb68af000-7fbcb68b1000 rw-p 00068000 08:06 917544                     /tmp/libjniopencv_core2562958127798651723.so
-7fbcb68b1000-7fbcb6ac5000 r-xp 00000000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7fbcb6ac5000-7fbcb6cc5000 ---p 00214000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7fbcb6cc5000-7fbcb6cc8000 r--p 00214000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7fbcb6cc8000-7fbcb6cd1000 rw-p 00217000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7fbcb6cd1000-7fbcb6cd2000 rw-p 00000000 00:00 0 
-7fbcb6cd2000-7fbcb6cda000 r-xp 00000000 08:06 4860103                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7fbcb6cda000-7fbcb6ed9000 ---p 00008000 08:06 4860103                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7fbcb6ed9000-7fbcb6eda000 r--p 00007000 08:06 4860103                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7fbcb6eda000-7fbcb6edb000 rw-p 00008000 08:06 4860103                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7fbcb6edb000-7fbcb6ede000 ---p 00000000 00:00 0 
-7fbcb6ede000-7fbcb6fdc000 rw-p 00000000 00:00 0 
-7fbcb6fdc000-7fbcb6ff1000 r-xp 00000000 08:06 4860091                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7fbcb6ff1000-7fbcb71f0000 ---p 00015000 08:06 4860091                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7fbcb71f0000-7fbcb71f1000 r--p 00014000 08:06 4860091                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7fbcb71f1000-7fbcb71f2000 rw-p 00015000 08:06 4860091                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7fbcb71f2000-7fbcb7200000 r--s 00090000 08:06 8520407                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv.jar
-7fbcb7200000-7fbcb7201000 r--s 00129000 08:06 8520417                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv-windows-x86.jar
-7fbcb7201000-7fbcb7202000 r--s 000b8000 08:06 8521064                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv-linux-x86_64.jar
-7fbcb7202000-7fbcb7205000 r--s 0007e000 08:06 4735943                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/jsse.jar
-7fbcb7205000-7fbcb7207000 r--s 0000f000 08:06 8520405                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacpp.jar
-7fbcb7207000-7fbcb7209000 r--s 0000f000 08:06 4860874                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/pulse-java.jar
-7fbcb7209000-7fbcb720d000 r--s 00039000 08:06 4860877                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/sunpkcs11.jar
-7fbcb720d000-7fbcb7210000 r--s 00031000 08:06 4860876                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/sunjce_provider.jar
-7fbcb7210000-7fbcb7213000 r--s 00077000 08:06 4860875                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/localedata.jar
-7fbcb7213000-7fbcb7214000 r--s 00007000 08:06 5252192                    /usr/share/java/java-atk-wrapper.jar
-7fbcb7214000-7fbcb7216000 r--s 00001000 08:06 4860872                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/dnsns.jar
-7fbcb7216000-7fbcb7217000 ---p 00000000 00:00 0 
-7fbcb7217000-7fbcb7317000 rw-p 00000000 00:00 0 
-7fbcb7317000-7fbcb731a000 ---p 00000000 00:00 0 
-7fbcb731a000-7fbcb7418000 rw-p 00000000 00:00 0 
-7fbcb7418000-7fbcb741b000 ---p 00000000 00:00 0 
-7fbcb741b000-7fbcb7519000 rw-p 00000000 00:00 0 
-7fbcb7519000-7fbcb751c000 ---p 00000000 00:00 0 
-7fbcb751c000-7fbcb761a000 rw-p 00000000 00:00 0 
-7fbcb761a000-7fbcb761d000 ---p 00000000 00:00 0 
-7fbcb761d000-7fbcb771b000 rw-p 00000000 00:00 0 
-7fbcb771b000-7fbcb7dfe000 r--p 00000000 08:06 4725192                    /usr/lib/locale/locale-archive
-7fbcb7dfe000-7fbcb7e01000 ---p 00000000 00:00 0 
-7fbcb7e01000-7fbcb7eff000 rw-p 00000000 00:00 0 
-7fbcb7eff000-7fbcb7f02000 ---p 00000000 00:00 0 
-7fbcb7f02000-7fbcb8000000 rw-p 00000000 00:00 0 
-7fbcb8000000-7fbcb8021000 rw-p 00000000 00:00 0 
-7fbcb8021000-7fbcbc000000 ---p 00000000 00:00 0 
-7fbcbc062000-7fbcbc093000 rw-p 00000000 00:00 0 
-7fbcbc093000-7fbcbc094000 ---p 00000000 00:00 0 
-7fbcbc094000-7fbcbc6cc000 rw-p 00000000 00:00 0 
-7fbcbc6cc000-7fbcbc85e000 r--s 037d2000 08:06 4860065                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/rt.jar
-7fbcbc85e000-7fbcbc886000 rw-p 00000000 00:00 0 
-7fbcbc886000-7fbcbc887000 ---p 00000000 00:00 0 
-7fbcbc887000-7fbcbc987000 rw-p 00000000 00:00 0 
-7fbcbc987000-7fbcbc988000 ---p 00000000 00:00 0 
-7fbcbc988000-7fbcbca88000 rw-p 00000000 00:00 0 
-7fbcbca88000-7fbcbca89000 ---p 00000000 00:00 0 
-7fbcbca89000-7fbcbcb89000 rw-p 00000000 00:00 0 
-7fbcbcb89000-7fbcbcb8a000 ---p 00000000 00:00 0 
-7fbcbcb8a000-7fbcbcc9f000 rw-p 00000000 00:00 0 
-7fbcbcc9f000-7fbcbcdcb000 rw-p 00000000 00:00 0 
-7fbcbcdcb000-7fbcbcdd6000 rw-p 00000000 00:00 0 
-7fbcbcdd6000-7fbcbce1e000 rw-p 00000000 00:00 0 
-7fbcbce1e000-7fbcbce33000 rw-p 00000000 00:00 0 
-7fbcbce33000-7fbcbcf5e000 rw-p 00000000 00:00 0 
-7fbcbcf5e000-7fbcbcf69000 rw-p 00000000 00:00 0 
-7fbcbcf69000-7fbcbcfff000 rw-p 00000000 00:00 0 
-7fbcbcfff000-7fbcbd000000 rw-p 00000000 00:00 0 
-7fbcbd000000-7fbcbd270000 rwxp 00000000 00:00 0 
-7fbcbd270000-7fbcc01fd000 rw-p 00000000 00:00 0 
-7fbcc01fd000-7fbcc4000000 ---p 00000000 00:00 0 
-7fbcc4008000-7fbcc400f000 r--s 00000000 08:06 5121993                    /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
-7fbcc400f000-7fbcc4010000 rw-p 00000000 00:00 0 
-7fbcc4010000-7fbcc4011000 r--s 00005000 08:06 131641                     /home/daniel/svn/2013/src/971CV/src/org/frc971/private_aos_camera_jar.jar
-7fbcc4011000-7fbcc4013000 r--s 00009000 08:06 8520418                    /home/daniel/svn/2013/src/DaisyCV/external_jars/WPIJavaCV.jar
-7fbcc4013000-7fbcc4014000 r--s 00005000 08:06 8520531                    /home/daniel/svn/2013/src/DaisyCV/external_jars/WPICameraExtension.jar
-7fbcc4014000-7fbcc401f000 rw-p 00000000 00:00 0 
-7fbcc401f000-7fbcc4067000 rw-p 00000000 00:00 0 
-7fbcc4067000-7fbcc406e000 r-xp 00000000 08:06 4860089                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7fbcc406e000-7fbcc426d000 ---p 00007000 08:06 4860089                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7fbcc426d000-7fbcc426e000 r--p 00006000 08:06 4860089                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7fbcc426e000-7fbcc426f000 rw-p 00007000 08:06 4860089                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7fbcc426f000-7fbcc427b000 r-xp 00000000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7fbcc427b000-7fbcc447a000 ---p 0000c000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7fbcc447a000-7fbcc447b000 r--p 0000b000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7fbcc447b000-7fbcc447c000 rw-p 0000c000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7fbcc447c000-7fbcc4486000 r-xp 00000000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7fbcc4486000-7fbcc4686000 ---p 0000a000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7fbcc4686000-7fbcc4687000 r--p 0000a000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7fbcc4687000-7fbcc4688000 rw-p 0000b000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7fbcc4688000-7fbcc469f000 r-xp 00000000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7fbcc469f000-7fbcc489e000 ---p 00017000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7fbcc489e000-7fbcc489f000 r--p 00016000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7fbcc489f000-7fbcc48a0000 rw-p 00017000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7fbcc48a0000-7fbcc48a2000 rw-p 00000000 00:00 0 
-7fbcc48a2000-7fbcc48aa000 r-xp 00000000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7fbcc48aa000-7fbcc4aa9000 ---p 00008000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7fbcc4aa9000-7fbcc4aaa000 r--p 00007000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7fbcc4aaa000-7fbcc4aab000 rw-p 00008000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7fbcc4aab000-7fbcc4ad7000 r-xp 00000000 08:06 4860081                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7fbcc4ad7000-7fbcc4cd6000 ---p 0002c000 08:06 4860081                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7fbcc4cd6000-7fbcc4cd7000 r--p 0002b000 08:06 4860081                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7fbcc4cd7000-7fbcc4cda000 rw-p 0002c000 08:06 4860081                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7fbcc4cda000-7fbcc4ce8000 r-xp 00000000 08:06 4860104                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7fbcc4ce8000-7fbcc4ee7000 ---p 0000e000 08:06 4860104                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7fbcc4ee7000-7fbcc4ee9000 r--p 0000d000 08:06 4860104                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7fbcc4ee9000-7fbcc4eea000 rw-p 0000f000 08:06 4860104                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7fbcc4eea000-7fbcc4ef1000 r-xp 00000000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7fbcc4ef1000-7fbcc50f0000 ---p 00007000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7fbcc50f0000-7fbcc50f1000 r--p 00006000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7fbcc50f1000-7fbcc50f2000 rw-p 00007000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7fbcc50f2000-7fbcc5107000 r-xp 00000000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7fbcc5107000-7fbcc5306000 ---p 00015000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7fbcc5306000-7fbcc5307000 r--p 00014000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7fbcc5307000-7fbcc5308000 rw-p 00015000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7fbcc5308000-7fbcc5403000 r-xp 00000000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7fbcc5403000-7fbcc5602000 ---p 000fb000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7fbcc5602000-7fbcc5603000 r--p 000fa000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7fbcc5603000-7fbcc5604000 rw-p 000fb000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7fbcc5604000-7fbcc56e6000 r-xp 00000000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7fbcc56e6000-7fbcc58e5000 ---p 000e2000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7fbcc58e5000-7fbcc58ed000 r--p 000e1000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7fbcc58ed000-7fbcc58ef000 rw-p 000e9000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7fbcc58ef000-7fbcc5904000 rw-p 00000000 00:00 0 
-7fbcc5904000-7fbcc6209000 r-xp 00000000 08:06 4860068                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7fbcc6209000-7fbcc6409000 ---p 00905000 08:06 4860068                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7fbcc6409000-7fbcc6489000 r--p 00905000 08:06 4860068                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7fbcc6489000-7fbcc64a4000 rw-p 00985000 08:06 4860068                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7fbcc64a4000-7fbcc64cd000 rw-p 00000000 00:00 0 
-7fbcc64cd000-7fbcc64e3000 r-xp 00000000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7fbcc64e3000-7fbcc66e2000 ---p 00016000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7fbcc66e2000-7fbcc66e3000 r--p 00015000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7fbcc66e3000-7fbcc66e4000 rw-p 00016000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7fbcc66e4000-7fbcc6899000 r-xp 00000000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7fbcc6899000-7fbcc6a98000 ---p 001b5000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7fbcc6a98000-7fbcc6a9c000 r--p 001b4000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7fbcc6a9c000-7fbcc6a9e000 rw-p 001b8000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7fbcc6a9e000-7fbcc6aa3000 rw-p 00000000 00:00 0 
-7fbcc6aa3000-7fbcc6aa5000 r-xp 00000000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7fbcc6aa5000-7fbcc6ca5000 ---p 00002000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7fbcc6ca5000-7fbcc6ca6000 r--p 00002000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7fbcc6ca6000-7fbcc6ca7000 rw-p 00003000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7fbcc6ca7000-7fbcc6cab000 r-xp 00000000 08:06 4860088                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7fbcc6cab000-7fbcc6eaa000 ---p 00004000 08:06 4860088                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7fbcc6eaa000-7fbcc6eab000 r--p 00003000 08:06 4860088                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7fbcc6eab000-7fbcc6eac000 rw-p 00004000 08:06 4860088                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7fbcc6eac000-7fbcc6ec4000 r-xp 00000000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7fbcc6ec4000-7fbcc70c3000 ---p 00018000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7fbcc70c3000-7fbcc70c4000 r--p 00017000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7fbcc70c4000-7fbcc70c5000 rw-p 00018000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7fbcc70c5000-7fbcc70c9000 rw-p 00000000 00:00 0 
-7fbcc70c9000-7fbcc70eb000 r-xp 00000000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7fbcc70eb000-7fbcc70ed000 r--s 00013000 08:06 2362244                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/NetworkTable_Client.jar
-7fbcc70ed000-7fbcc70f3000 r--s 00034000 08:06 2362243                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/junit-4.8.2.jar
-7fbcc70f3000-7fbcc7104000 r--s 0014c000 08:06 2362245                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/jfreechart-1.0.13.jar
-7fbcc7104000-7fbcc710e000 rw-p 00000000 00:00 0 
-7fbcc710e000-7fbcc71c4000 rw-p 00000000 00:00 0 
-7fbcc71c4000-7fbcc71c7000 ---p 00000000 00:00 0 
-7fbcc71c7000-7fbcc72ca000 rw-p 00000000 00:00 0 
-7fbcc72ca000-7fbcc72cf000 r--s 00051000 08:06 8520629                    /home/daniel/svn/2013/src/DaisyCV/external_jars/SmartDashboard.jar
-7fbcc72cf000-7fbcc72d5000 r--s 00046000 08:06 2362242                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/jcommon-1.0.16.jar
-7fbcc72d5000-7fbcc72d9000 r--s 0000e000 08:06 8520683                    /home/daniel/svn/2013/src/DaisyCV/external_jars/networktables-desktop.jar
-7fbcc72d9000-7fbcc72df000 r--s 000fc000 08:06 4735950                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/resources.jar
-7fbcc72df000-7fbcc72e7000 rw-s 00000000 08:06 1320526                    /tmp/hsperfdata_daniel/26246
-7fbcc72e7000-7fbcc72e8000 rw-p 00000000 00:00 0 
-7fbcc72e8000-7fbcc72e9000 r--p 00000000 00:00 0 
-7fbcc72e9000-7fbcc72eb000 rw-p 00000000 00:00 0 
-7fbcc72eb000-7fbcc72ec000 r--p 00022000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7fbcc72ec000-7fbcc72ee000 rw-p 00023000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7fff9a077000-7fff9a098000 rw-p 00000000 00:00 0                          [stack]
-7fff9a13a000-7fff9a13b000 r-xp 00000000 00:00 0                          [vdso]
-ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
-
-VM Arguments:
-jvm_args: -Dfile.encoding=UTF-8 
-java_command: org.frc971.DebugServerRun
-Launcher Type: SUN_STANDARD
-
-Environment Variables:
-PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
-LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk-amd64/jre/../lib/amd64
-SHELL=/bin/bash
-DISPLAY=:0.0
-
-Signal Handlers:
-SIGSEGV: [libjvm.so+0x785360], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGBUS: [libjvm.so+0x785360], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGFPE: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGPIPE: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGXFSZ: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGILL: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
-SIGUSR2: [libjvm.so+0x648f70], sa_mask[0]=0x00000004, sa_flags=0x10000004
-SIGHUP: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGINT: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGTERM: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGQUIT: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-
-
----------------  S Y S T E M  ---------------
-
-OS:Ubuntu 12.04 (precise)
-uname:Linux 3.2.0-38-lowlatency #39-Ubuntu SMP PREEMPT Thu Feb 14 10:19:44 UTC 2013 x86_64
-libc:glibc 2.15 NPTL 2.15 
-rlimit: STACK 8192k, CORE 0k, NPROC 30599, NOFILE 4096, AS infinity
-load average:1.01 0.88 0.67
-
-/proc/meminfo:
-MemTotal:        3934128 kB
-MemFree:          340800 kB
-Buffers:           38800 kB
-Cached:           635676 kB
-SwapCached:         4372 kB
-Active:          2168336 kB
-Inactive:         981280 kB
-Active(anon):    1910800 kB
-Inactive(anon):   782204 kB
-Active(file):     257536 kB
-Inactive(file):   199076 kB
-Unevictable:          16 kB
-Mlocked:              16 kB
-SwapTotal:       4077564 kB
-SwapFree:        3959324 kB
-Dirty:              1084 kB
-Writeback:             0 kB
-AnonPages:       2470780 kB
-Mapped:           124032 kB
-Shmem:            217780 kB
-Slab:             302680 kB
-SReclaimable:     265500 kB
-SUnreclaim:        37180 kB
-KernelStack:        5152 kB
-PageTables:        50828 kB
-NFS_Unstable:          0 kB
-Bounce:                0 kB
-WritebackTmp:          0 kB
-CommitLimit:     6044628 kB
-Committed_AS:    5956184 kB
-VmallocTotal:   34359738367 kB
-VmallocUsed:      362760 kB
-VmallocChunk:   34359341476 kB
-HardwareCorrupted:     0 kB
-AnonHugePages:         0 kB
-HugePages_Total:       0
-HugePages_Free:        0
-HugePages_Rsvd:        0
-HugePages_Surp:        0
-Hugepagesize:       2048 kB
-DirectMap4k:       67584 kB
-DirectMap2M:     4018176 kB
-
-
-CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
-
-Memory: 4k page, physical 3934128k(340800k free), swap 4077564k(3959324k free)
-
-vm_info: OpenJDK 64-Bit Server VM (20.0-b12) for linux-amd64 JRE (1.6.0_27-b27), built on Feb  8 2013 03:59:37 by "buildd" with gcc 4.6.3
-
-time: Thu Feb 21 16:19:43 2013
-elapsed time: 1 seconds
-
diff --git a/971cv/2013-test-images/hs_err_pid26572.log b/971cv/2013-test-images/hs_err_pid26572.log
deleted file mode 100644
index 56da1e5..0000000
--- a/971cv/2013-test-images/hs_err_pid26572.log
+++ /dev/null
@@ -1,824 +0,0 @@
-#
-# A fatal error has been detected by the Java Runtime Environment:
-#
-#  SIGSEGV (0xb) at pc=0x00007fa6a6ee43ac, pid=26572, tid=140353753032448
-#
-# JRE version: 6.0_27-b27
-# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
-# Derivative: IcedTea6 1.12.1
-# Distribution: Ubuntu 12.04 LTS, package 6b27-1.12.1-2ubuntu0.12.04.2
-# Problematic frame:
-# C  [libc.so.6+0x14a3ac]  __nss_hosts_lookup+0x18a6c
-#
-# If you would like to submit a bug report, please include
-# instructions how to reproduce the bug and visit:
-#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
-# The crash happened outside the Java Virtual Machine in native code.
-# See problematic frame for where to report the bug.
-#
-
----------------  T H R E A D  ---------------
-
-Current thread (0x00007fa6a0008000):  JavaThread "main" [_thread_in_native, id=26577, stack(0x00007fa6a787a000,0x00007fa6a797b000)]
-
-siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000035
-
-Registers:
-RAX=0x00000000ec44e1f8, RBX=0x00007fa6a00081d0, RCX=0x00007fa6a7979818, RDX=0x00007fa6a6ee43ac
-RSP=0x00007fa6a7979708, RBP=0x00007fa6a7979750, RSI=0x0000000000000025, RDI=0x00000000ec44e1f8
-R8 =0x0000000000000000, R9 =0x0000000000000020, R10=0x00007fa69d010d3b, R11=0x00007fa6a6f1d4d0
-R12=0x0000000000000000, R13=0x0000000000000020, R14=0x00000000ec44e1f8, R15=0x0000000000000020
-RIP=0x00007fa6a6ee43ac, EFLAGS=0x0000000000010217, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
-  TRAPNO=0x000000000000000e
-
-Top of Stack: (sp=0x00007fa6a7979708)
-0x00007fa6a7979708:   00007fa6a517aa01 00007fa6a7979818
-0x00007fa6a7979718:   0000000000000025 00007fa69d004dd0
-0x00007fa6a7979728:   00000000b9960b10 0000000000000000
-0x00007fa6a7979738:   00000000b9960b10 00007fa6a7979828
-0x00007fa6a7979748:   00007fa6a0008000 00007fa6a79797d8
-0x00007fa6a7979758:   00007fa69d010d68 00007fa6a7979818
-0x00007fa6a7979768:   00007fa6a79797d8 00007fa6a0008e58
-0x00007fa6a7979778:   00007fa6a0008e60 00000000ebf663d8
-0x00007fa6a7979788:   00007fa6a7979788 00000000b9960390
-0x00007fa6a7979798:   00007fa6a7979798 0000000000000000
-0x00007fa6a79797a8:   00007fa6a7979828 00000000b9961740
-0x00007fa6a79797b8:   0000000000000000 00000000b9960b10
-0x00007fa6a79797c8:   0000000000000000 00007fa6a79797f8
-0x00007fa6a79797d8:   00007fa6a7979870 00007fa69d00585a
-0x00007fa6a79797e8:   00000000b99616d8 00007fa69d00df58
-0x00007fa6a79797f8:   0000000000000020 0000000000000020
-0x00007fa6a7979808:   0000000000000000 0000000000000000
-0x00007fa6a7979818:   00000000ec44e1e8 0000000000000025
-0x00007fa6a7979828:   00000000ec44e048 00007fa6a7979830
-0x00007fa6a7979838:   00000000b9d402d6 00007fa6a79798b0
-0x00007fa6a7979848:   00000000b9d45ce0 0000000000000000
-0x00007fa6a7979858:   00000000b9d40358 00007fa6a79797f8
-0x00007fa6a7979868:   00007fa6a7979898 00007fa6a79798f8
-0x00007fa6a7979878:   00007fa69d0059b3 0000000000000020
-0x00007fa6a7979888:   0000000000000020 0000000000000000
-0x00007fa6a7979898:   0000000000000020 0000000000000000
-0x00007fa6a79798a8:   00000000ec44e1e8 00000000ec44e048
-0x00007fa6a79798b8:   00007fa6a79798b8 00000000b994faa5
-0x00007fa6a79798c8:   00007fa6a7979910 00000000b9952b48
-0x00007fa6a79798d8:   0000000000000000 00000000b994fac8
-0x00007fa6a79798e8:   00007fa6a7979898 00007fa6a7979908
-0x00007fa6a79798f8:   00007fa6a7979958 00007fa69d0059b3 
-
-Instructions: (pc=0x00007fa6a6ee43ac)
-0x00007fa6a6ee438c:   47 50 f2 0f f0 46 40 f3 0f 7f 47 40 f2 0f f0 46
-0x00007fa6a6ee439c:   30 f3 0f 7f 47 30 f2 0f f0 46 20 f3 0f 7f 47 20
-0x00007fa6a6ee43ac:   f2 0f f0 46 10 f3 0f 7f 47 10 f2 0f f0 06 f3 0f
-0x00007fa6a6ee43bc:   7f 07 c3 90 f2 0f f0 46 7f f3 0f 7f 47 7f f2 0f 
-
-Register to memory mapping:
-
-RAX=0x00000000ec44e1f8 is an unknown value
-RBX=0x00007fa6a00081d0 is an unknown value
-RCX=0x00007fa6a7979818 is pointing into the stack for thread: 0x00007fa6a0008000
-RDX=0x00007fa6a6ee43ac: <offset 0x14a3ac> in /lib/x86_64-linux-gnu/libc.so.6 at 0x00007fa6a6d9a000
-RSP=0x00007fa6a7979708 is pointing into the stack for thread: 0x00007fa6a0008000
-RBP=0x00007fa6a7979750 is pointing into the stack for thread: 0x00007fa6a0008000
-RSI=0x0000000000000025 is an unknown value
-RDI=0x00000000ec44e1f8 is an unknown value
-R8 =0x0000000000000000 is an unknown value
-R9 =0x0000000000000020 is an unknown value
-R10=0x00007fa69d010d3b is an Interpreter codelet
-method entry point (kind = native)  [0x00007fa69d010ae0, 0x00007fa69d011320]  2112 bytes
-R11=0x00007fa6a6f1d4d0: <offset 0x1834d0> in /lib/x86_64-linux-gnu/libc.so.6 at 0x00007fa6a6d9a000
-R12=0x0000000000000000 is an unknown value
-R13=0x0000000000000020 is an unknown value
-R14=0x00000000ec44e1f8 is an unknown value
-R15=0x0000000000000020 is an unknown value
-
-
-Stack: [0x00007fa6a787a000,0x00007fa6a797b000],  sp=0x00007fa6a7979708,  free space=1021k
-Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
-C  [libc.so.6+0x14a3ac]  __nss_hosts_lookup+0x18a6c
-j  java.nio.Bits.copyToByteArray(JLjava/lang/Object;JJ)V+0
-j  java.nio.DirectByteBuffer.get([BII)Ljava/nio/ByteBuffer;+126
-j  java.nio.ByteBuffer.get([B)Ljava/nio/ByteBuffer;+5
-j  org.frc971.DebugServerRun.push()V+72
-j  org.frc971.DebugServerRun.main([Ljava/lang/String;)V+73
-v  ~StubRoutines::call_stub
-V  [libjvm.so+0x4b031f]  JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x29f
-V  [libjvm.so+0x4af755]  JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*)+0x25
-V  [libjvm.so+0x4ba633]  jni_invoke_static(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, Thread*) [clone .isra.127] [clone .constprop.143]+0x1c3
-V  [libjvm.so+0x4c42c3]  jni_CallStaticVoidMethod+0x163
-C  [java+0x3ef3]  JavaMain+0xdf3
-
-Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
-j  java.nio.Bits.copyToByteArray(JLjava/lang/Object;JJ)V+0
-j  java.nio.DirectByteBuffer.get([BII)Ljava/nio/ByteBuffer;+126
-j  java.nio.ByteBuffer.get([B)Ljava/nio/ByteBuffer;+5
-j  org.frc971.DebugServerRun.push()V+72
-j  org.frc971.DebugServerRun.main([Ljava/lang/String;)V+73
-v  ~StubRoutines::call_stub
-
----------------  P R O C E S S  ---------------
-
-Java Threads: ( => current thread )
-  0x00007fa6a0105800 JavaThread "Test Client" [_thread_in_native, id=26590, stack(0x00007fa6975d5000,0x00007fa6976d6000)]
-  0x00007fa6a009e000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=26588, stack(0x00007fa69c12e000,0x00007fa69c22f000)]
-  0x00007fa6a009c000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=26587, stack(0x00007fa69c22f000,0x00007fa69c330000)]
-  0x00007fa6a0099000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=26586, stack(0x00007fa69c330000,0x00007fa69c431000)]
-  0x00007fa6a008b000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=26585, stack(0x00007fa69c431000,0x00007fa69c532000)]
-  0x00007fa6a0078800 JavaThread "Finalizer" daemon [_thread_blocked, id=26584, stack(0x00007fa69c532000,0x00007fa69c633000)]
-  0x00007fa6a0076800 JavaThread "Reference Handler" daemon [_thread_blocked, id=26583, stack(0x00007fa69c633000,0x00007fa69c734000)]
-=>0x00007fa6a0008000 JavaThread "main" [_thread_in_native, id=26577, stack(0x00007fa6a787a000,0x00007fa6a797b000)]
-
-Other Threads:
-  0x00007fa6a0071800 VMThread [stack: 0x00007fa69c734000,0x00007fa69c835000] [id=26582]
-  0x00007fa6a00a1000 WatcherThread [stack: 0x00007fa69c02d000,0x00007fa69c12e000] [id=26589]
-
-VM state:not at safepoint (normal execution)
-
-VM Mutex/Monitor currently owned by a thread: None
-
-Heap
- PSYoungGen      total 17920K, used 5308K [0x00000000ebf60000, 0x00000000ed360000, 0x0000000100000000)
-  eden space 15360K, 34% used [0x00000000ebf60000,0x00000000ec48f2f8,0x00000000ece60000)
-  from space 2560K, 0% used [0x00000000ed0e0000,0x00000000ed0e0000,0x00000000ed360000)
-  to   space 2560K, 0% used [0x00000000ece60000,0x00000000ece60000,0x00000000ed0e0000)
- PSOldGen        total 41024K, used 0K [0x00000000c3e00000, 0x00000000c6610000, 0x00000000ebf60000)
-  object space 41024K, 0% used [0x00000000c3e00000,0x00000000c3e00000,0x00000000c6610000)
- PSPermGen       total 21248K, used 7099K [0x00000000b9800000, 0x00000000bacc0000, 0x00000000c3e00000)
-  object space 21248K, 33% used [0x00000000b9800000,0x00000000b9eeed60,0x00000000bacc0000)
-
-Code Cache  [0x00007fa69d000000, 0x00007fa69d270000, 0x00007fa6a0000000)
- total_blobs=297 nmethods=16 adapters=236 free_code_cache=49843712 largest_free_block=9408
-
-Dynamic libraries:
-00400000-00409000 r-xp 00000000 08:06 4860047                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00608000-00609000 r--p 00008000 08:06 4860047                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00609000-0060a000 rw-p 00009000 08:06 4860047                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-01919000-0193a000 rw-p 00000000 00:00 0                                  [heap]
-b9800000-bacc0000 rw-p 00000000 00:00 0 
-bacc0000-c3e00000 rw-p 00000000 00:00 0 
-c3e00000-c6610000 rw-p 00000000 00:00 0 
-c6610000-ebf60000 rw-p 00000000 00:00 0 
-ebf60000-ed360000 rw-p 00000000 00:00 0 
-ed360000-100000000 rw-p 00000000 00:00 0 
-7fa653688000-7fa65876b000 rw-p 00000000 00:00 0 
-7fa65876b000-7fa65876e000 r-xp 00000000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7fa65876e000-7fa65896d000 ---p 00003000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7fa65896d000-7fa65896e000 r--p 00002000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7fa65896e000-7fa65896f000 rw-p 00003000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7fa65896f000-7fa658980000 r-xp 00000000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7fa658980000-7fa658b7f000 ---p 00011000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7fa658b7f000-7fa658b80000 r--p 00010000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7fa658b80000-7fa658b81000 rw-p 00011000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7fa658b81000-7fa658b91000 r-xp 00000000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7fa658b91000-7fa658d90000 ---p 00010000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7fa658d90000-7fa658d91000 r--p 0000f000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7fa658d91000-7fa658d92000 rw-p 00010000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7fa658d92000-7fa658d97000 r-xp 00000000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7fa658d97000-7fa658f96000 ---p 00005000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7fa658f96000-7fa658f97000 r--p 00004000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7fa658f97000-7fa658f98000 rw-p 00005000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7fa658f98000-7fa658f9a000 r-xp 00000000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7fa658f9a000-7fa659199000 ---p 00002000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7fa659199000-7fa65919a000 r--p 00001000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7fa65919a000-7fa65919b000 rw-p 00002000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7fa65919b000-7fa6591bc000 r-xp 00000000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7fa6591bc000-7fa6593bb000 ---p 00021000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7fa6593bb000-7fa6593bd000 r--p 00020000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7fa6593bd000-7fa6593be000 rw-p 00022000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7fa6593be000-7fa659410000 rw-p 00000000 00:00 0 
-7fa659410000-7fa65948a000 r-xp 00000000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7fa65948a000-7fa65968a000 ---p 0007a000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7fa65968a000-7fa65968b000 r--p 0007a000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7fa65968b000-7fa65968e000 rw-p 0007b000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7fa65968e000-7fa659742000 r-xp 00000000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7fa659742000-7fa659942000 ---p 000b4000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7fa659942000-7fa659948000 r--p 000b4000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7fa659948000-7fa659949000 rw-p 000ba000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7fa659949000-7fa65994a000 rw-p 00000000 00:00 0 
-7fa65994a000-7fa6599bf000 r-xp 00000000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7fa6599bf000-7fa659bbe000 ---p 00075000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7fa659bbe000-7fa659bc0000 r--p 00074000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7fa659bc0000-7fa659bc5000 rw-p 00076000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7fa659bc5000-7fa659bcb000 r-xp 00000000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7fa659bcb000-7fa659dca000 ---p 00006000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7fa659dca000-7fa659dcb000 r--p 00005000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7fa659dcb000-7fa659dcc000 rw-p 00006000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7fa659dcc000-7fa659df3000 r-xp 00000000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7fa659df3000-7fa659ff3000 ---p 00027000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7fa659ff3000-7fa659ff5000 r--p 00027000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7fa659ff5000-7fa659ff6000 rw-p 00029000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7fa659ff6000-7fa65a00e000 r-xp 00000000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7fa65a00e000-7fa65a20e000 ---p 00018000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7fa65a20e000-7fa65a20f000 r--p 00018000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7fa65a20f000-7fa65a210000 rw-p 00019000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7fa65a210000-7fa65a212000 rw-p 00000000 00:00 0 
-7fa65a212000-7fa65a22f000 r-xp 00000000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7fa65a22f000-7fa65a42e000 ---p 0001d000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7fa65a42e000-7fa65a42f000 r--p 0001c000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7fa65a42f000-7fa65a430000 rw-p 0001d000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7fa65a430000-7fa65a431000 rw-p 00000000 00:00 0 
-7fa65a431000-7fa65a434000 r-xp 00000000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7fa65a434000-7fa65a633000 ---p 00003000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7fa65a633000-7fa65a634000 r--p 00002000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7fa65a634000-7fa65a635000 rw-p 00003000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7fa65a635000-7fa65a63d000 r-xp 00000000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7fa65a63d000-7fa65a83d000 ---p 00008000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7fa65a83d000-7fa65a83e000 r--p 00008000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7fa65a83e000-7fa65a83f000 rw-p 00009000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7fa65a83f000-7fa65a841000 r-xp 00000000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7fa65a841000-7fa65aa40000 ---p 00002000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7fa65aa40000-7fa65aa41000 r--p 00001000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7fa65aa41000-7fa65aa42000 rw-p 00002000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7fa65aa42000-7fa65aac3000 r-xp 00000000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7fa65aac3000-7fa65acc2000 ---p 00081000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7fa65acc2000-7fa65acc8000 r--p 00080000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7fa65acc8000-7fa65acc9000 rw-p 00086000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7fa65acc9000-7fa65ace6000 r-xp 00000000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7fa65ace6000-7fa65aee5000 ---p 0001d000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7fa65aee5000-7fa65aee6000 r--p 0001c000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7fa65aee6000-7fa65aee7000 rw-p 0001d000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7fa65aee7000-7fa65af7d000 r-xp 00000000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7fa65af7d000-7fa65b17c000 ---p 00096000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7fa65b17c000-7fa65b182000 r--p 00095000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7fa65b182000-7fa65b183000 rw-p 0009b000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7fa65b183000-7fa65b18b000 r-xp 00000000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7fa65b18b000-7fa65b38a000 ---p 00008000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7fa65b38a000-7fa65b38b000 r--p 00007000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7fa65b38b000-7fa65b38f000 rw-p 00008000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7fa65b38f000-7fa65b39d000 r-xp 00000000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7fa65b39d000-7fa65b59c000 ---p 0000e000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7fa65b59c000-7fa65b59d000 r--p 0000d000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7fa65b59d000-7fa65b59e000 rw-p 0000e000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7fa65b59e000-7fa65b5ad000 r-xp 00000000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7fa65b5ad000-7fa65b7ac000 ---p 0000f000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7fa65b7ac000-7fa65b7ad000 r--p 0000e000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7fa65b7ad000-7fa65b7ae000 rw-p 0000f000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7fa65b7ae000-7fa65b7c6000 r-xp 00000000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7fa65b7c6000-7fa65b9c6000 ---p 00018000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7fa65b9c6000-7fa65b9c7000 r--p 00018000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7fa65b9c7000-7fa65b9c8000 rw-p 00019000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7fa65b9c8000-7fa65b9d8000 r-xp 00000000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7fa65b9d8000-7fa65bbd7000 ---p 00010000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7fa65bbd7000-7fa65bbd8000 r--p 0000f000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7fa65bbd8000-7fa65bbd9000 rw-p 00010000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7fa65bbd9000-7fa65bbde000 rw-p 00000000 00:00 0 
-7fa65bbde000-7fa65bc60000 r-xp 00000000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7fa65bc60000-7fa65be5f000 ---p 00082000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7fa65be5f000-7fa65be62000 r--p 00081000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7fa65be62000-7fa65be63000 rw-p 00084000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7fa65be63000-7fa65be64000 rw-p 00000000 00:00 0 
-7fa65be64000-7fa65be73000 r-xp 00000000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7fa65be73000-7fa65c072000 ---p 0000f000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7fa65c072000-7fa65c073000 r--p 0000e000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7fa65c073000-7fa65c076000 rw-p 0000f000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7fa65c076000-7fa65c082000 r-xp 00000000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7fa65c082000-7fa65c282000 ---p 0000c000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7fa65c282000-7fa65c283000 r--p 0000c000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7fa65c283000-7fa65c284000 rw-p 0000d000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7fa65c284000-7fa65c2dc000 r-xp 00000000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7fa65c2dc000-7fa65c4dc000 ---p 00058000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7fa65c4dc000-7fa65c4dd000 r--p 00058000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7fa65c4dd000-7fa65c4de000 rw-p 00059000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7fa65c4de000-7fa65c50e000 rw-p 00000000 00:00 0 
-7fa65c50e000-7fa65c547000 r-xp 00000000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7fa65c547000-7fa65c746000 ---p 00039000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7fa65c746000-7fa65c747000 r--p 00038000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7fa65c747000-7fa65c748000 rw-p 00039000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7fa65c748000-7fa65c763000 r-xp 00000000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7fa65c763000-7fa65c962000 ---p 0001b000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7fa65c962000-7fa65c963000 r--p 0001a000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7fa65c963000-7fa65c964000 rw-p 0001b000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7fa65c964000-7fa65c982000 r-xp 00000000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7fa65c982000-7fa65cb82000 ---p 0001e000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7fa65cb82000-7fa65cb83000 r--p 0001e000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7fa65cb83000-7fa65cb84000 rw-p 0001f000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7fa65cb84000-7fa65cc33000 r-xp 00000000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7fa65cc33000-7fa65ce33000 ---p 000af000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7fa65ce33000-7fa65ce35000 r--p 000af000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7fa65ce35000-7fa65ce36000 rw-p 000b1000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7fa65ce36000-7fa65ce37000 rw-p 00000000 00:00 0 
-7fa65ce37000-7fa65ce4e000 r-xp 00000000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7fa65ce4e000-7fa65d04e000 ---p 00017000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7fa65d04e000-7fa65d04f000 r--p 00017000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7fa65d04f000-7fa65d050000 rw-p 00018000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7fa65d050000-7fa65d069000 r-xp 00000000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7fa65d069000-7fa65d269000 ---p 00019000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7fa65d269000-7fa65d26a000 r--p 00019000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7fa65d26a000-7fa65d26b000 rw-p 0001a000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7fa65d26b000-7fa65d2a6000 r-xp 00000000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7fa65d2a6000-7fa65d4a6000 ---p 0003b000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7fa65d4a6000-7fa65d4a7000 r--p 0003b000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7fa65d4a7000-7fa65d4a8000 rw-p 0003c000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7fa65d4a8000-7fa65d4c5000 r-xp 00000000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7fa65d4c5000-7fa65d6c5000 ---p 0001d000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7fa65d6c5000-7fa65d6c6000 r--p 0001d000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7fa65d6c6000-7fa65d6c7000 rw-p 0001e000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7fa65d6c7000-7fa65d6dc000 r-xp 00000000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7fa65d6dc000-7fa65d8db000 ---p 00015000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7fa65d8db000-7fa65d8dc000 r--p 00014000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7fa65d8dc000-7fa65d8e2000 rw-p 00015000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7fa65d8e2000-7fa65d90d000 r-xp 00000000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7fa65d90d000-7fa65db0c000 ---p 0002b000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7fa65db0c000-7fa65db0d000 r--p 0002a000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7fa65db0d000-7fa65db0e000 rw-p 0002b000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7fa65db0e000-7fa65ddc1000 r-xp 00000000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7fa65ddc1000-7fa65dfc0000 ---p 002b3000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7fa65dfc0000-7fa65dfdc000 r--p 002b2000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7fa65dfdc000-7fa65dfdd000 rw-p 002ce000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7fa65dfdd000-7fa65e076000 r-xp 00000000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7fa65e076000-7fa65e275000 ---p 00099000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7fa65e275000-7fa65e277000 r--p 00098000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7fa65e277000-7fa65e278000 rw-p 0009a000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7fa65e278000-7fa65e282000 rw-p 00000000 00:00 0 
-7fa65e282000-7fa65e38b000 r-xp 00000000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7fa65e38b000-7fa65e58a000 ---p 00109000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7fa65e58a000-7fa65e58c000 r--p 00108000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7fa65e58c000-7fa65e58d000 rw-p 0010a000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7fa65e58d000-7fa65e608000 rw-p 00000000 00:00 0 
-7fa65e608000-7fa65e6cb000 r-xp 00000000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7fa65e6cb000-7fa65e8cb000 ---p 000c3000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7fa65e8cb000-7fa65e8cc000 r--p 000c3000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7fa65e8cc000-7fa65e8d6000 rw-p 000c4000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7fa65e8d6000-7fa65e93f000 rw-p 00000000 00:00 0 
-7fa65e93f000-7fa65e97b000 r-xp 00000000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7fa65e97b000-7fa65eb7a000 ---p 0003c000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7fa65eb7a000-7fa65eb7b000 r--p 0003b000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7fa65eb7b000-7fa65eb7c000 rw-p 0003c000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7fa65eb7c000-7fa65eb83000 r-xp 00000000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7fa65eb83000-7fa65ed82000 ---p 00007000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7fa65ed82000-7fa65ed83000 r--p 00006000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7fa65ed83000-7fa65ed84000 rw-p 00007000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7fa65ed84000-7fa65ed86000 r-xp 00000000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7fa65ed86000-7fa65ef85000 ---p 00002000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7fa65ef85000-7fa65ef86000 r--p 00001000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7fa65ef86000-7fa65ef87000 rw-p 00002000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7fa65ef87000-7fa65ef89000 r-xp 00000000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7fa65ef89000-7fa65f188000 ---p 00002000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7fa65f188000-7fa65f189000 r--p 00001000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7fa65f189000-7fa65f18a000 rw-p 00002000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7fa65f18a000-7fa65f193000 r-xp 00000000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7fa65f193000-7fa65f392000 ---p 00009000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7fa65f392000-7fa65f393000 r--p 00008000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7fa65f393000-7fa65f394000 rw-p 00009000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7fa65f394000-7fa65f39c000 r-xp 00000000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7fa65f39c000-7fa65f59b000 ---p 00008000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7fa65f59b000-7fa65f59c000 r--p 00007000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7fa65f59c000-7fa65f59d000 rw-p 00008000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7fa65f59d000-7fa65f5ab000 r-xp 00000000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7fa65f5ab000-7fa65f7aa000 ---p 0000e000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7fa65f7aa000-7fa65f7ab000 r--p 0000d000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7fa65f7ab000-7fa65f7ac000 rw-p 0000e000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7fa65f7ac000-7fa65f7ae000 r-xp 00000000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7fa65f7ae000-7fa65f9ad000 ---p 00002000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7fa65f9ad000-7fa65f9ae000 r--p 00001000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7fa65f9ae000-7fa65f9af000 rw-p 00002000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7fa65f9af000-7fa65f9b8000 r-xp 00000000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7fa65f9b8000-7fa65fbb7000 ---p 00009000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7fa65fbb7000-7fa65fbb8000 r--p 00008000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7fa65fbb8000-7fa65fbb9000 rw-p 00009000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7fa65fbb9000-7fa65fbc9000 r-xp 00000000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7fa65fbc9000-7fa65fdc8000 ---p 00010000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7fa65fdc8000-7fa65fdc9000 r--p 0000f000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7fa65fdc9000-7fa65fdca000 rw-p 00010000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7fa65fdca000-7fa65fdfe000 r-xp 00000000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7fa65fdfe000-7fa65fffe000 ---p 00034000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7fa65fffe000-7fa65ffff000 r--p 00034000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7fa65ffff000-7fa660000000 rw-p 00035000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7fa660000000-7fa660021000 rw-p 00000000 00:00 0 
-7fa660021000-7fa664000000 ---p 00000000 00:00 0 
-7fa664000000-7fa664040000 rw-p 00000000 00:00 0 
-7fa664040000-7fa668000000 ---p 00000000 00:00 0 
-7fa668000000-7fa668189000 rw-p 00000000 00:00 0 
-7fa668189000-7fa66c000000 ---p 00000000 00:00 0 
-7fa66c000000-7fa66c021000 rw-p 00000000 00:00 0 
-7fa66c021000-7fa670000000 ---p 00000000 00:00 0 
-7fa670000000-7fa670021000 rw-p 00000000 00:00 0 
-7fa670021000-7fa674000000 ---p 00000000 00:00 0 
-7fa674000000-7fa67427c000 rw-p 00000000 00:00 0 
-7fa67427c000-7fa678000000 ---p 00000000 00:00 0 
-7fa678000000-7fa678021000 rw-p 00000000 00:00 0 
-7fa678021000-7fa67c000000 ---p 00000000 00:00 0 
-7fa67c000000-7fa67c021000 rw-p 00000000 00:00 0 
-7fa67c021000-7fa680000000 ---p 00000000 00:00 0 
-7fa680000000-7fa680021000 rw-p 00000000 00:00 0 
-7fa680021000-7fa684000000 ---p 00000000 00:00 0 
-7fa684000000-7fa684021000 rw-p 00000000 00:00 0 
-7fa684021000-7fa688000000 ---p 00000000 00:00 0 
-7fa688000000-7fa688021000 rw-p 00000000 00:00 0 
-7fa688021000-7fa68c000000 ---p 00000000 00:00 0 
-7fa68c0b6000-7fa68c14c000 rw-s 001c2000 00:05 8438                       /dev/video0
-7fa68c14c000-7fa68c1e2000 rw-s 0012c000 00:05 8438                       /dev/video0
-7fa68c1e2000-7fa68c228000 r-xp 00000000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7fa68c228000-7fa68c428000 ---p 00046000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7fa68c428000-7fa68c42a000 r--p 00046000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7fa68c42a000-7fa68c42b000 rw-p 00048000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7fa68c42b000-7fa68c454000 r-xp 00000000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7fa68c454000-7fa68c653000 ---p 00029000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7fa68c653000-7fa68c654000 r--p 00028000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7fa68c654000-7fa68c655000 rw-p 00029000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7fa68c655000-7fa68c79d000 r-xp 00000000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7fa68c79d000-7fa68c99c000 ---p 00148000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7fa68c99c000-7fa68c9a0000 r--p 00147000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7fa68c9a0000-7fa68c9a2000 rw-p 0014b000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7fa68c9a2000-7fa68c9a4000 rw-p 00000000 00:00 0 
-7fa68c9a4000-7fa68c9c2000 r-xp 00000000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7fa68c9c2000-7fa68cbc2000 ---p 0001e000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7fa68cbc2000-7fa68cbc3000 r--p 0001e000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7fa68cbc3000-7fa68cbc4000 rw-p 0001f000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7fa68cbc4000-7fa68cc7d000 r-xp 00000000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7fa68cc7d000-7fa68ce7c000 ---p 000b9000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7fa68ce7c000-7fa68ce7e000 r--p 000b8000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7fa68ce7e000-7fa68ce7f000 rw-p 000ba000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7fa68ce7f000-7fa68ce82000 rw-p 00000000 00:00 0 
-7fa68ce82000-7fa68cea1000 r-xp 00000000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7fa68cea1000-7fa68d0a1000 ---p 0001f000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7fa68d0a1000-7fa68d0a3000 r--p 0001f000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7fa68d0a3000-7fa68d0a4000 rw-p 00021000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7fa68d0a4000-7fa68d0a9000 r-xp 00000000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7fa68d0a9000-7fa68d2a8000 ---p 00005000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7fa68d2a8000-7fa68d2a9000 r--p 00004000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7fa68d2a9000-7fa68d2aa000 rw-p 00005000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7fa68d2aa000-7fa68d3d9000 r-xp 00000000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7fa68d3d9000-7fa68d5d9000 ---p 0012f000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7fa68d5d9000-7fa68d5da000 r--p 0012f000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7fa68d5da000-7fa68d5de000 rw-p 00130000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7fa68d5de000-7fa68d5e9000 r-xp 00000000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7fa68d5e9000-7fa68d7e8000 ---p 0000b000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7fa68d7e8000-7fa68d7e9000 r--p 0000a000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7fa68d7e9000-7fa68d7ea000 rw-p 0000b000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7fa68d7ea000-7fa68d7f0000 r-xp 00000000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7fa68d7f0000-7fa68d9ef000 ---p 00006000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7fa68d9ef000-7fa68d9f0000 r--p 00005000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7fa68d9f0000-7fa68d9f1000 rw-p 00006000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7fa68d9f1000-7fa68da0b000 r-xp 00000000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7fa68da0b000-7fa68dc0b000 ---p 0001a000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7fa68dc0b000-7fa68dc0f000 r--p 0001a000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7fa68dc0f000-7fa68dc10000 rw-p 0001e000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7fa68dc10000-7fa68dc14000 r-xp 00000000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7fa68dc14000-7fa68de14000 ---p 00004000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7fa68de14000-7fa68de15000 r--p 00004000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7fa68de15000-7fa68de16000 rw-p 00005000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7fa68de16000-7fa68de1b000 r-xp 00000000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7fa68de1b000-7fa68e01a000 ---p 00005000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7fa68e01a000-7fa68e01b000 r--p 00004000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7fa68e01b000-7fa68e01c000 rw-p 00005000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7fa68e01c000-7fa68e04c000 r-xp 00000000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7fa68e04c000-7fa68e24b000 ---p 00030000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7fa68e24b000-7fa68e24c000 r--p 0002f000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7fa68e24c000-7fa68e24d000 rw-p 00030000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7fa68e24d000-7fa68e28d000 rw-p 00000000 00:00 0 
-7fa68e28d000-7fa68e2d1000 r-xp 00000000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7fa68e2d1000-7fa68e4d1000 ---p 00044000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7fa68e4d1000-7fa68e4d2000 r--p 00044000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7fa68e4d2000-7fa68e4d3000 rw-p 00045000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7fa68e4d3000-7fa68e4ed000 r-xp 00000000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7fa68e4ed000-7fa68e6ec000 ---p 0001a000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7fa68e6ec000-7fa68e6ee000 r--p 00019000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7fa68e6ee000-7fa68e6ef000 rw-p 0001b000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7fa68e6ef000-7fa68e6f3000 rw-p 00000000 00:00 0 
-7fa68e6f3000-7fa68e7dc000 r-xp 00000000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7fa68e7dc000-7fa68e9dc000 ---p 000e9000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7fa68e9dc000-7fa68e9e3000 r--p 000e9000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7fa68e9e3000-7fa68e9f0000 rw-p 000f0000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7fa68e9f0000-7fa68f070000 r-xp 00000000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7fa68f070000-7fa68f26f000 ---p 00680000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7fa68f26f000-7fa68f282000 r--p 0067f000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7fa68f282000-7fa68f29a000 rw-p 00692000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7fa68f29a000-7fa68f80a000 rw-p 00000000 00:00 0 
-7fa68f80a000-7fa68f8fc000 r-xp 00000000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7fa68f8fc000-7fa68fafc000 ---p 000f2000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7fa68fafc000-7fa68fafd000 r--p 000f2000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7fa68fafd000-7fa68fafe000 rw-p 000f3000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7fa68fafe000-7fa68faff000 rw-p 00000000 00:00 0 
-7fa68faff000-7fa68fb4c000 r-xp 00000000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7fa68fb4c000-7fa68fd4c000 ---p 0004d000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7fa68fd4c000-7fa68fd4d000 r--p 0004d000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7fa68fd4d000-7fa68fd4e000 rw-p 0004e000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7fa68fd4e000-7fa68fdfb000 r-xp 00000000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7fa68fdfb000-7fa68fffa000 ---p 000ad000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7fa68fffa000-7fa68fffe000 r--p 000ac000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7fa68fffe000-7fa690000000 rw-p 000b0000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7fa690000000-7fa690021000 rw-p 00000000 00:00 0 
-7fa690021000-7fa694000000 ---p 00000000 00:00 0 
-7fa694042000-7fa6940d8000 rw-s 00096000 00:05 8438                       /dev/video0
-7fa6940d8000-7fa69416e000 rw-s 00000000 00:05 8438                       /dev/video0
-7fa69416e000-7fa69459b000 r-xp 00000000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7fa69459b000-7fa69479b000 ---p 0042d000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7fa69479b000-7fa6947a2000 r--p 0042d000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7fa6947a2000-7fa6947a6000 rw-p 00434000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7fa6947a6000-7fa6947a8000 rw-p 00000000 00:00 0 
-7fa6947a8000-7fa6947ea000 r-xp 00000000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7fa6947ea000-7fa6949e9000 ---p 00042000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7fa6949e9000-7fa6949ea000 r--p 00041000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7fa6949ea000-7fa6949eb000 rw-p 00042000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7fa6949eb000-7fa694aa9000 r-xp 00000000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7fa694aa9000-7fa694ca8000 ---p 000be000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7fa694ca8000-7fa694cab000 r--p 000bd000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7fa694cab000-7fa694cac000 rw-p 000c0000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7fa694cac000-7fa694cf8000 r-xp 00000000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7fa694cf8000-7fa694ef7000 ---p 0004c000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7fa694ef7000-7fa694ef8000 r--p 0004b000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7fa694ef8000-7fa694efc000 rw-p 0004c000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7fa694efc000-7fa694f03000 rw-p 00000000 00:00 0 
-7fa694f03000-7fa694f64000 r-xp 00000000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7fa694f64000-7fa695163000 ---p 00061000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7fa695163000-7fa695165000 r--p 00060000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7fa695165000-7fa695166000 rw-p 00062000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7fa695166000-7fa69518c000 r-xp 00000000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7fa69518c000-7fa69538c000 ---p 00026000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7fa69538c000-7fa69538d000 r--p 00026000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7fa69538d000-7fa69538e000 rw-p 00027000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7fa69538e000-7fa6953cc000 r-xp 00000000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7fa6953cc000-7fa6955cc000 ---p 0003e000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7fa6955cc000-7fa6955cd000 r--p 0003e000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7fa6955cd000-7fa6955ce000 rw-p 0003f000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7fa6955ce000-7fa6955de000 rw-p 00000000 00:00 0 
-7fa6955de000-7fa69561c000 r-xp 00000000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7fa69561c000-7fa69581b000 ---p 0003e000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7fa69581b000-7fa69581d000 r--p 0003d000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7fa69581d000-7fa69581e000 rw-p 0003f000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7fa69581e000-7fa69581f000 rw-p 00000000 00:00 0 
-7fa69581f000-7fa69582c000 r-xp 00000000 08:06 917549                     /tmp/libjniopencv_highgui1343404883842366072.so
-7fa69582c000-7fa695a2b000 ---p 0000d000 08:06 917549                     /tmp/libjniopencv_highgui1343404883842366072.so
-7fa695a2b000-7fa695a2c000 rw-p 0000c000 08:06 917549                     /tmp/libjniopencv_highgui1343404883842366072.so
-7fa695a2c000-7fa695c5c000 r-xp 00000000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7fa695c5c000-7fa695e5b000 ---p 00230000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7fa695e5b000-7fa695e63000 r--p 0022f000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7fa695e63000-7fa695e6c000 rw-p 00237000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7fa695e6c000-7fa695e74000 rw-p 00000000 00:00 0 
-7fa695e74000-7fa69600e000 r-xp 00000000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7fa69600e000-7fa69620d000 ---p 0019a000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7fa69620d000-7fa696211000 r--p 00199000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7fa696211000-7fa696212000 rw-p 0019d000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7fa696212000-7fa6962a7000 rw-p 00000000 00:00 0 
-7fa6962a7000-7fa6962cd000 r-xp 00000000 08:06 917548                     /tmp/libjniopencv_imgproc2020513102434075988.so
-7fa6962cd000-7fa6964cc000 ---p 00026000 08:06 917548                     /tmp/libjniopencv_imgproc2020513102434075988.so
-7fa6964cc000-7fa6964cd000 rw-p 00025000 08:06 917548                     /tmp/libjniopencv_imgproc2020513102434075988.so
-7fa6964cd000-7fa6966dd000 r-xp 00000000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7fa6966dd000-7fa6968dc000 ---p 00210000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7fa6968dc000-7fa6968e2000 r--p 0020f000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7fa6968e2000-7fa6968e4000 rw-p 00215000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7fa6968e4000-7fa696979000 rw-p 00000000 00:00 0 
-7fa696979000-7fa696b36000 r-xp 00000000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7fa696b36000-7fa696d35000 ---p 001bd000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7fa696d35000-7fa696d38000 r--p 001bc000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7fa696d38000-7fa696d40000 rw-p 001bf000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7fa696d40000-7fa696d41000 rw-p 00000000 00:00 0 
-7fa696d41000-7fa696daa000 r-xp 00000000 08:06 917547                     /tmp/libjniopencv_core9052591665664718330.so
-7fa696daa000-7fa696fa9000 ---p 00069000 08:06 917547                     /tmp/libjniopencv_core9052591665664718330.so
-7fa696fa9000-7fa696fab000 rw-p 00068000 08:06 917547                     /tmp/libjniopencv_core9052591665664718330.so
-7fa696fab000-7fa6971bf000 r-xp 00000000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7fa6971bf000-7fa6973bf000 ---p 00214000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7fa6973bf000-7fa6973c2000 r--p 00214000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7fa6973c2000-7fa6973cb000 rw-p 00217000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7fa6973cb000-7fa6973cc000 rw-p 00000000 00:00 0 
-7fa6973cc000-7fa6973d4000 r-xp 00000000 08:06 4860103                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7fa6973d4000-7fa6975d3000 ---p 00008000 08:06 4860103                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7fa6975d3000-7fa6975d4000 r--p 00007000 08:06 4860103                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7fa6975d4000-7fa6975d5000 rw-p 00008000 08:06 4860103                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7fa6975d5000-7fa6975d8000 ---p 00000000 00:00 0 
-7fa6975d8000-7fa697707000 rw-p 00000000 00:00 0 
-7fa697707000-7fa69771c000 r-xp 00000000 08:06 4860091                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7fa69771c000-7fa69791b000 ---p 00015000 08:06 4860091                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7fa69791b000-7fa69791c000 r--p 00014000 08:06 4860091                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7fa69791c000-7fa69791d000 rw-p 00015000 08:06 4860091                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7fa69791d000-7fa698000000 r--p 00000000 08:06 4725192                    /usr/lib/locale/locale-archive
-7fa698000000-7fa698021000 rw-p 00000000 00:00 0 
-7fa698021000-7fa69c000000 ---p 00000000 00:00 0 
-7fa69c026000-7fa69c02d000 r--s 00000000 08:06 5121993                    /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
-7fa69c02d000-7fa69c02e000 ---p 00000000 00:00 0 
-7fa69c02e000-7fa69c12e000 rw-p 00000000 00:00 0 
-7fa69c12e000-7fa69c131000 ---p 00000000 00:00 0 
-7fa69c131000-7fa69c22f000 rw-p 00000000 00:00 0 
-7fa69c22f000-7fa69c232000 ---p 00000000 00:00 0 
-7fa69c232000-7fa69c330000 rw-p 00000000 00:00 0 
-7fa69c330000-7fa69c333000 ---p 00000000 00:00 0 
-7fa69c333000-7fa69c431000 rw-p 00000000 00:00 0 
-7fa69c431000-7fa69c434000 ---p 00000000 00:00 0 
-7fa69c434000-7fa69c532000 rw-p 00000000 00:00 0 
-7fa69c532000-7fa69c535000 ---p 00000000 00:00 0 
-7fa69c535000-7fa69c633000 rw-p 00000000 00:00 0 
-7fa69c633000-7fa69c636000 ---p 00000000 00:00 0 
-7fa69c636000-7fa69c734000 rw-p 00000000 00:00 0 
-7fa69c734000-7fa69c735000 ---p 00000000 00:00 0 
-7fa69c735000-7fa69cd6d000 rw-p 00000000 00:00 0 
-7fa69cd6d000-7fa69ceff000 r--s 037d2000 08:06 4860065                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/rt.jar
-7fa69ceff000-7fa69cf00000 ---p 00000000 00:00 0 
-7fa69cf00000-7fa69d000000 rw-p 00000000 00:00 0 
-7fa69d000000-7fa69d270000 rwxp 00000000 00:00 0 
-7fa69d270000-7fa6a0220000 rw-p 00000000 00:00 0 
-7fa6a0220000-7fa6a4000000 ---p 00000000 00:00 0 
-7fa6a4000000-7fa6a4001000 rw-p 00000000 00:00 0 
-7fa6a4001000-7fa6a4002000 r--s 00005000 08:06 131641                     /home/daniel/svn/2013/src/971CV/src/org/frc971/private_aos_camera_jar.jar
-7fa6a4002000-7fa6a4004000 r--s 00009000 08:06 8520418                    /home/daniel/svn/2013/src/DaisyCV/external_jars/WPIJavaCV.jar
-7fa6a4004000-7fa6a4005000 r--s 00005000 08:06 8520531                    /home/daniel/svn/2013/src/DaisyCV/external_jars/WPICameraExtension.jar
-7fa6a4005000-7fa6a400a000 r--s 00051000 08:06 8520629                    /home/daniel/svn/2013/src/DaisyCV/external_jars/SmartDashboard.jar
-7fa6a400a000-7fa6a400c000 r--s 00013000 08:06 2362244                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/NetworkTable_Client.jar
-7fa6a400c000-7fa6a4012000 r--s 00034000 08:06 2362243                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/junit-4.8.2.jar
-7fa6a4012000-7fa6a4023000 r--s 0014c000 08:06 2362245                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/jfreechart-1.0.13.jar
-7fa6a4023000-7fa6a4029000 r--s 00046000 08:06 2362242                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/jcommon-1.0.16.jar
-7fa6a4029000-7fa6a4051000 rw-p 00000000 00:00 0 
-7fa6a4051000-7fa6a4052000 ---p 00000000 00:00 0 
-7fa6a4052000-7fa6a4152000 rw-p 00000000 00:00 0 
-7fa6a4152000-7fa6a4153000 ---p 00000000 00:00 0 
-7fa6a4153000-7fa6a4253000 rw-p 00000000 00:00 0 
-7fa6a4253000-7fa6a4254000 ---p 00000000 00:00 0 
-7fa6a4254000-7fa6a435f000 rw-p 00000000 00:00 0 
-7fa6a435f000-7fa6a43a7000 rw-p 00000000 00:00 0 
-7fa6a43a7000-7fa6a43bc000 rw-p 00000000 00:00 0 
-7fa6a43bc000-7fa6a44e8000 rw-p 00000000 00:00 0 
-7fa6a44e8000-7fa6a44f3000 rw-p 00000000 00:00 0 
-7fa6a44f3000-7fa6a453b000 rw-p 00000000 00:00 0 
-7fa6a453b000-7fa6a4550000 rw-p 00000000 00:00 0 
-7fa6a4550000-7fa6a467b000 rw-p 00000000 00:00 0 
-7fa6a467b000-7fa6a4686000 rw-p 00000000 00:00 0 
-7fa6a4686000-7fa6a471c000 rw-p 00000000 00:00 0 
-7fa6a471c000-7fa6a471d000 rw-p 00000000 00:00 0 
-7fa6a471d000-7fa6a4724000 r-xp 00000000 08:06 4860089                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7fa6a4724000-7fa6a4923000 ---p 00007000 08:06 4860089                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7fa6a4923000-7fa6a4924000 r--p 00006000 08:06 4860089                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7fa6a4924000-7fa6a4925000 rw-p 00007000 08:06 4860089                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7fa6a4925000-7fa6a4931000 r-xp 00000000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7fa6a4931000-7fa6a4b30000 ---p 0000c000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7fa6a4b30000-7fa6a4b31000 r--p 0000b000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7fa6a4b31000-7fa6a4b32000 rw-p 0000c000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7fa6a4b32000-7fa6a4b3c000 r-xp 00000000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7fa6a4b3c000-7fa6a4d3c000 ---p 0000a000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7fa6a4d3c000-7fa6a4d3d000 r--p 0000a000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7fa6a4d3d000-7fa6a4d3e000 rw-p 0000b000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7fa6a4d3e000-7fa6a4d55000 r-xp 00000000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7fa6a4d55000-7fa6a4f54000 ---p 00017000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7fa6a4f54000-7fa6a4f55000 r--p 00016000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7fa6a4f55000-7fa6a4f56000 rw-p 00017000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7fa6a4f56000-7fa6a4f58000 rw-p 00000000 00:00 0 
-7fa6a4f58000-7fa6a4f60000 r-xp 00000000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7fa6a4f60000-7fa6a515f000 ---p 00008000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7fa6a515f000-7fa6a5160000 r--p 00007000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7fa6a5160000-7fa6a5161000 rw-p 00008000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7fa6a5161000-7fa6a518d000 r-xp 00000000 08:06 4860081                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7fa6a518d000-7fa6a538c000 ---p 0002c000 08:06 4860081                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7fa6a538c000-7fa6a538d000 r--p 0002b000 08:06 4860081                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7fa6a538d000-7fa6a5390000 rw-p 0002c000 08:06 4860081                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7fa6a5390000-7fa6a539e000 r-xp 00000000 08:06 4860104                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7fa6a539e000-7fa6a559d000 ---p 0000e000 08:06 4860104                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7fa6a559d000-7fa6a559f000 r--p 0000d000 08:06 4860104                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7fa6a559f000-7fa6a55a0000 rw-p 0000f000 08:06 4860104                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7fa6a55a0000-7fa6a55a7000 r-xp 00000000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7fa6a55a7000-7fa6a57a6000 ---p 00007000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7fa6a57a6000-7fa6a57a7000 r--p 00006000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7fa6a57a7000-7fa6a57a8000 rw-p 00007000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7fa6a57a8000-7fa6a57bd000 r-xp 00000000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7fa6a57bd000-7fa6a59bc000 ---p 00015000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7fa6a59bc000-7fa6a59bd000 r--p 00014000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7fa6a59bd000-7fa6a59be000 rw-p 00015000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7fa6a59be000-7fa6a5ab9000 r-xp 00000000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7fa6a5ab9000-7fa6a5cb8000 ---p 000fb000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7fa6a5cb8000-7fa6a5cb9000 r--p 000fa000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7fa6a5cb9000-7fa6a5cba000 rw-p 000fb000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7fa6a5cba000-7fa6a5d9c000 r-xp 00000000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7fa6a5d9c000-7fa6a5f9b000 ---p 000e2000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7fa6a5f9b000-7fa6a5fa3000 r--p 000e1000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7fa6a5fa3000-7fa6a5fa5000 rw-p 000e9000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7fa6a5fa5000-7fa6a5fba000 rw-p 00000000 00:00 0 
-7fa6a5fba000-7fa6a68bf000 r-xp 00000000 08:06 4860068                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7fa6a68bf000-7fa6a6abf000 ---p 00905000 08:06 4860068                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7fa6a6abf000-7fa6a6b3f000 r--p 00905000 08:06 4860068                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7fa6a6b3f000-7fa6a6b5a000 rw-p 00985000 08:06 4860068                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7fa6a6b5a000-7fa6a6b83000 rw-p 00000000 00:00 0 
-7fa6a6b83000-7fa6a6b99000 r-xp 00000000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7fa6a6b99000-7fa6a6d98000 ---p 00016000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7fa6a6d98000-7fa6a6d99000 r--p 00015000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7fa6a6d99000-7fa6a6d9a000 rw-p 00016000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7fa6a6d9a000-7fa6a6f4f000 r-xp 00000000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7fa6a6f4f000-7fa6a714e000 ---p 001b5000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7fa6a714e000-7fa6a7152000 r--p 001b4000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7fa6a7152000-7fa6a7154000 rw-p 001b8000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7fa6a7154000-7fa6a7159000 rw-p 00000000 00:00 0 
-7fa6a7159000-7fa6a715b000 r-xp 00000000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7fa6a715b000-7fa6a735b000 ---p 00002000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7fa6a735b000-7fa6a735c000 r--p 00002000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7fa6a735c000-7fa6a735d000 rw-p 00003000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7fa6a735d000-7fa6a7361000 r-xp 00000000 08:06 4860088                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7fa6a7361000-7fa6a7560000 ---p 00004000 08:06 4860088                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7fa6a7560000-7fa6a7561000 r--p 00003000 08:06 4860088                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7fa6a7561000-7fa6a7562000 rw-p 00004000 08:06 4860088                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7fa6a7562000-7fa6a757a000 r-xp 00000000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7fa6a757a000-7fa6a7779000 ---p 00018000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7fa6a7779000-7fa6a777a000 r--p 00017000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7fa6a777a000-7fa6a777b000 rw-p 00018000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7fa6a777b000-7fa6a777f000 rw-p 00000000 00:00 0 
-7fa6a777f000-7fa6a77a1000 r-xp 00000000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7fa6a77a1000-7fa6a77a5000 r--s 0000e000 08:06 8520683                    /home/daniel/svn/2013/src/DaisyCV/external_jars/networktables-desktop.jar
-7fa6a77a5000-7fa6a77ab000 r--s 000fc000 08:06 4735950                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/resources.jar
-7fa6a77ab000-7fa6a77b9000 r--s 00090000 08:06 8520407                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv.jar
-7fa6a77b9000-7fa6a77ba000 r--s 00129000 08:06 8520417                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv-windows-x86.jar
-7fa6a77ba000-7fa6a77c4000 rw-p 00000000 00:00 0 
-7fa6a77c4000-7fa6a787a000 rw-p 00000000 00:00 0 
-7fa6a787a000-7fa6a787d000 ---p 00000000 00:00 0 
-7fa6a787d000-7fa6a7980000 rw-p 00000000 00:00 0 
-7fa6a7980000-7fa6a7981000 r--s 000b8000 08:06 8521064                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv-linux-x86_64.jar
-7fa6a7981000-7fa6a7984000 r--s 0007e000 08:06 4735943                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/jsse.jar
-7fa6a7984000-7fa6a7986000 r--s 0000f000 08:06 8520405                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacpp.jar
-7fa6a7986000-7fa6a7988000 r--s 0000f000 08:06 4860874                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/pulse-java.jar
-7fa6a7988000-7fa6a798c000 r--s 00039000 08:06 4860877                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/sunpkcs11.jar
-7fa6a798c000-7fa6a798f000 r--s 00031000 08:06 4860876                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/sunjce_provider.jar
-7fa6a798f000-7fa6a7992000 r--s 00077000 08:06 4860875                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/localedata.jar
-7fa6a7992000-7fa6a7993000 r--s 00007000 08:06 5252192                    /usr/share/java/java-atk-wrapper.jar
-7fa6a7993000-7fa6a7995000 r--s 00001000 08:06 4860872                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/dnsns.jar
-7fa6a7995000-7fa6a799d000 rw-s 00000000 08:06 1320526                    /tmp/hsperfdata_daniel/26572
-7fa6a799d000-7fa6a799e000 rw-p 00000000 00:00 0 
-7fa6a799e000-7fa6a799f000 r--p 00000000 00:00 0 
-7fa6a799f000-7fa6a79a1000 rw-p 00000000 00:00 0 
-7fa6a79a1000-7fa6a79a2000 r--p 00022000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7fa6a79a2000-7fa6a79a4000 rw-p 00023000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7fff89990000-7fff899b1000 rw-p 00000000 00:00 0                          [stack]
-7fff899f7000-7fff899f8000 r-xp 00000000 00:00 0                          [vdso]
-ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
-
-VM Arguments:
-jvm_args: -Dfile.encoding=UTF-8 
-java_command: org.frc971.DebugServerRun
-Launcher Type: SUN_STANDARD
-
-Environment Variables:
-PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
-LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk-amd64/jre/../lib/amd64
-SHELL=/bin/bash
-DISPLAY=:0.0
-
-Signal Handlers:
-SIGSEGV: [libjvm.so+0x785360], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGBUS: [libjvm.so+0x785360], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGFPE: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGPIPE: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGXFSZ: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGILL: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
-SIGUSR2: [libjvm.so+0x648f70], sa_mask[0]=0x00000004, sa_flags=0x10000004
-SIGHUP: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGINT: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGTERM: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGQUIT: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-
-
----------------  S Y S T E M  ---------------
-
-OS:Ubuntu 12.04 (precise)
-uname:Linux 3.2.0-38-lowlatency #39-Ubuntu SMP PREEMPT Thu Feb 14 10:19:44 UTC 2013 x86_64
-libc:glibc 2.15 NPTL 2.15 
-rlimit: STACK 8192k, CORE 0k, NPROC 30599, NOFILE 4096, AS infinity
-load average:1.30 1.06 0.75
-
-/proc/meminfo:
-MemTotal:        3934128 kB
-MemFree:          382292 kB
-Buffers:           39708 kB
-Cached:           648308 kB
-SwapCached:         4372 kB
-Active:          2170956 kB
-Inactive:         938240 kB
-Active(anon):    1856928 kB
-Inactive(anon):   783112 kB
-Active(file):     314028 kB
-Inactive(file):   155128 kB
-Unevictable:          16 kB
-Mlocked:              16 kB
-SwapTotal:       4077564 kB
-SwapFree:        3959324 kB
-Dirty:               744 kB
-Writeback:             0 kB
-AnonPages:       2417004 kB
-Mapped:           123884 kB
-Shmem:            218824 kB
-Slab:             302592 kB
-SReclaimable:     265368 kB
-SUnreclaim:        37224 kB
-KernelStack:        5152 kB
-PageTables:        50732 kB
-NFS_Unstable:          0 kB
-Bounce:                0 kB
-WritebackTmp:          0 kB
-CommitLimit:     6044628 kB
-Committed_AS:    5905080 kB
-VmallocTotal:   34359738367 kB
-VmallocUsed:      362760 kB
-VmallocChunk:   34359341476 kB
-HardwareCorrupted:     0 kB
-AnonHugePages:         0 kB
-HugePages_Total:       0
-HugePages_Free:        0
-HugePages_Rsvd:        0
-HugePages_Surp:        0
-Hugepagesize:       2048 kB
-DirectMap4k:       67584 kB
-DirectMap2M:     4018176 kB
-
-
-CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
-
-Memory: 4k page, physical 3934128k(382292k free), swap 4077564k(3959324k free)
-
-vm_info: OpenJDK 64-Bit Server VM (20.0-b12) for linux-amd64 JRE (1.6.0_27-b27), built on Feb  8 2013 03:59:37 by "buildd" with gcc 4.6.3
-
-time: Thu Feb 21 16:20:31 2013
-elapsed time: 0 seconds
-
diff --git a/971cv/2013-test-images/hs_err_pid26598.log b/971cv/2013-test-images/hs_err_pid26598.log
deleted file mode 100644
index 5d79fcf..0000000
--- a/971cv/2013-test-images/hs_err_pid26598.log
+++ /dev/null
@@ -1,826 +0,0 @@
-#
-# A fatal error has been detected by the Java Runtime Environment:
-#
-#  SIGSEGV (0xb) at pc=0x00007f077033a650, pid=26598, tid=139669935032064
-#
-# JRE version: 6.0_27-b27
-# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
-# Derivative: IcedTea6 1.12.1
-# Distribution: Ubuntu 12.04 LTS, package 6b27-1.12.1-2ubuntu0.12.04.2
-# Problematic frame:
-# C  [libc.so.6+0x14a650]  __nss_hosts_lookup+0x18d10
-#
-# If you would like to submit a bug report, please include
-# instructions how to reproduce the bug and visit:
-#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
-# The crash happened outside the Java Virtual Machine in native code.
-# See problematic frame for where to report the bug.
-#
-
----------------  T H R E A D  ---------------
-
-Current thread (0x00007f0768008000):  JavaThread "main" [_thread_in_native, id=26603, stack(0x00007f0770cd0000,0x00007f0770dd1000)]
-
-siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000027
-
-Registers:
-RAX=0x00000000ec44e340, RBX=0x00007f07680081d0, RCX=0x00007f0770dcf818, RDX=0x00007f077033a650
-RSP=0x00007f0770dcf708, RBP=0x00007f0770dcf750, RSI=0x0000000000000025, RDI=0x00000000ec44e340
-R8 =0x0000000000000000, R9 =0x000000000000000a, R10=0x00007f0765010d3b, R11=0x00007f07703734d0
-R12=0x0000000000000000, R13=0x000000000000000a, R14=0x00000000ec44e340, R15=0x000000000000000a
-RIP=0x00007f077033a650, EFLAGS=0x0000000000010283, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
-  TRAPNO=0x000000000000000e
-
-Top of Stack: (sp=0x00007f0770dcf708)
-0x00007f0770dcf708:   00007f076e5d0a01 00007f0770dcf818
-0x00007f0770dcf718:   0000000000000025 00007f0765004dd0
-0x00007f0770dcf728:   00000000b9960b10 0000000000000000
-0x00007f0770dcf738:   00000000b9960b10 00007f0770dcf828
-0x00007f0770dcf748:   00007f0768008000 00007f0770dcf7d8
-0x00007f0770dcf758:   00007f0765010d68 00007f0770dcf818
-0x00007f0770dcf768:   00007f0770dcf7d8 00007f0768008e58
-0x00007f0770dcf778:   00007f0768008e60 00000000ebf663d8
-0x00007f0770dcf788:   00007f0770dcf788 00000000b9960390
-0x00007f0770dcf798:   00007f0770dcf798 0000000000000000
-0x00007f0770dcf7a8:   00007f0770dcf828 00000000b9961740
-0x00007f0770dcf7b8:   0000000000000000 00000000b9960b10
-0x00007f0770dcf7c8:   0000000000000000 00007f0770dcf7f8
-0x00007f0770dcf7d8:   00007f0770dcf870 00007f076500585a
-0x00007f0770dcf7e8:   00000000b99616d8 00007f076500df58
-0x00007f0770dcf7f8:   000000000000000a 000000000000000a
-0x00007f0770dcf808:   0000000000000000 0000000000000000
-0x00007f0770dcf818:   00000000ec44e330 0000000000000025
-0x00007f0770dcf828:   00000000ec44e2f0 00007f0770dcf830
-0x00007f0770dcf838:   00000000b9d402d6 00007f0770dcf8b0
-0x00007f0770dcf848:   00000000b9d45ce0 0000000000000000
-0x00007f0770dcf858:   00000000b9d40358 00007f0770dcf7f8
-0x00007f0770dcf868:   00007f0770dcf898 00007f0770dcf8f8
-0x00007f0770dcf878:   00007f07650059b3 000000000000000a
-0x00007f0770dcf888:   000000000000000a 0000000000000000
-0x00007f0770dcf898:   000000000000000a 0000000000000000
-0x00007f0770dcf8a8:   00000000ec44e330 00000000ec44e2f0
-0x00007f0770dcf8b8:   00007f0770dcf8b8 00000000b994faa5
-0x00007f0770dcf8c8:   00007f0770dcf910 00000000b9952b48
-0x00007f0770dcf8d8:   0000000000000000 00000000b994fac8
-0x00007f0770dcf8e8:   00007f0770dcf898 00007f0770dcf908
-0x00007f0770dcf8f8:   00007f0770dcf958 00007f07650059b3 
-
-Instructions: (pc=0x00007f077033a650)
-0x00007f077033a630:   1a f3 0f 7f 47 1a f2 0f f0 46 0a f2 0f f0 0e f3
-0x00007f077033a640:   0f 7f 47 0a f3 0f 7f 0f c3 0f 1f 80 00 00 00 00
-0x00007f077033a650:   48 8b 56 02 48 8b 0e 48 89 57 02 48 89 0f c3 90
-0x00007f077033a660:   f2 0f f0 46 79 f3 0f 7f 47 79 f2 0f f0 46 69 f3 
-
-Register to memory mapping:
-
-RAX=0x00000000ec44e340 is an unknown value
-RBX=0x00007f07680081d0 is an unknown value
-RCX=0x00007f0770dcf818 is pointing into the stack for thread: 0x00007f0768008000
-RDX=0x00007f077033a650: <offset 0x14a650> in /lib/x86_64-linux-gnu/libc.so.6 at 0x00007f07701f0000
-RSP=0x00007f0770dcf708 is pointing into the stack for thread: 0x00007f0768008000
-RBP=0x00007f0770dcf750 is pointing into the stack for thread: 0x00007f0768008000
-RSI=0x0000000000000025 is an unknown value
-RDI=0x00000000ec44e340 is an unknown value
-R8 =0x0000000000000000 is an unknown value
-R9 =0x000000000000000a is an unknown value
-R10=0x00007f0765010d3b is an Interpreter codelet
-method entry point (kind = native)  [0x00007f0765010ae0, 0x00007f0765011320]  2112 bytes
-R11=0x00007f07703734d0: <offset 0x1834d0> in /lib/x86_64-linux-gnu/libc.so.6 at 0x00007f07701f0000
-R12=0x0000000000000000 is an unknown value
-R13=0x000000000000000a is an unknown value
-R14=0x00000000ec44e340 is an unknown value
-R15=0x000000000000000a is an unknown value
-
-
-Stack: [0x00007f0770cd0000,0x00007f0770dd1000],  sp=0x00007f0770dcf708,  free space=1021k
-Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
-C  [libc.so.6+0x14a650]  __nss_hosts_lookup+0x18d10
-j  java.nio.Bits.copyToByteArray(JLjava/lang/Object;JJ)V+0
-j  java.nio.DirectByteBuffer.get([BII)Ljava/nio/ByteBuffer;+126
-j  java.nio.ByteBuffer.get([B)Ljava/nio/ByteBuffer;+5
-j  org.frc971.DebugServerRun.push()V+72
-j  org.frc971.DebugServerRun.main([Ljava/lang/String;)V+73
-v  ~StubRoutines::call_stub
-V  [libjvm.so+0x4b031f]  JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x29f
-V  [libjvm.so+0x4af755]  JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*)+0x25
-V  [libjvm.so+0x4ba633]  jni_invoke_static(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, Thread*) [clone .isra.127] [clone .constprop.143]+0x1c3
-V  [libjvm.so+0x4c42c3]  jni_CallStaticVoidMethod+0x163
-C  [java+0x3ef3]  JavaMain+0xdf3
-
-Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
-j  java.nio.Bits.copyToByteArray(JLjava/lang/Object;JJ)V+0
-j  java.nio.DirectByteBuffer.get([BII)Ljava/nio/ByteBuffer;+126
-j  java.nio.ByteBuffer.get([B)Ljava/nio/ByteBuffer;+5
-j  org.frc971.DebugServerRun.push()V+72
-j  org.frc971.DebugServerRun.main([Ljava/lang/String;)V+73
-v  ~StubRoutines::call_stub
-
----------------  P R O C E S S  ---------------
-
-Java Threads: ( => current thread )
-  0x00007f076810d800 JavaThread "Test Client" [_thread_in_native, id=26616, stack(0x00007f07649e6000,0x00007f0764ae7000)]
-  0x00007f076809e000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=26614, stack(0x00007f0764dfe000,0x00007f0764eff000)]
-  0x00007f076809c000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=26613, stack(0x00007f0764eff000,0x00007f0765000000)]
-  0x00007f0768099000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=26612, stack(0x00007f076c0cc000,0x00007f076c1cd000)]
-  0x00007f076808b000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=26611, stack(0x00007f076c1cd000,0x00007f076c2ce000)]
-  0x00007f0768078800 JavaThread "Finalizer" daemon [_thread_blocked, id=26610, stack(0x00007f076c9b1000,0x00007f076cab2000)]
-  0x00007f0768076800 JavaThread "Reference Handler" daemon [_thread_blocked, id=26609, stack(0x00007f076cab2000,0x00007f076cbb3000)]
-=>0x00007f0768008000 JavaThread "main" [_thread_in_native, id=26603, stack(0x00007f0770cd0000,0x00007f0770dd1000)]
-
-Other Threads:
-  0x00007f0768071800 VMThread [stack: 0x00007f076cbb3000,0x00007f076ccb4000] [id=26608]
-  0x00007f07680a9000 WatcherThread [stack: 0x00007f0764cfd000,0x00007f0764dfe000] [id=26615]
-
-VM state:not at safepoint (normal execution)
-
-VM Mutex/Monitor currently owned by a thread: None
-
-Heap
- PSYoungGen      total 17920K, used 5308K [0x00000000ebf60000, 0x00000000ed360000, 0x0000000100000000)
-  eden space 15360K, 34% used [0x00000000ebf60000,0x00000000ec48f2f8,0x00000000ece60000)
-  from space 2560K, 0% used [0x00000000ed0e0000,0x00000000ed0e0000,0x00000000ed360000)
-  to   space 2560K, 0% used [0x00000000ece60000,0x00000000ece60000,0x00000000ed0e0000)
- PSOldGen        total 41024K, used 0K [0x00000000c3e00000, 0x00000000c6610000, 0x00000000ebf60000)
-  object space 41024K, 0% used [0x00000000c3e00000,0x00000000c3e00000,0x00000000c6610000)
- PSPermGen       total 21248K, used 7099K [0x00000000b9800000, 0x00000000bacc0000, 0x00000000c3e00000)
-  object space 21248K, 33% used [0x00000000b9800000,0x00000000b9eeed60,0x00000000bacc0000)
-
-Code Cache  [0x00007f0765000000, 0x00007f0765270000, 0x00007f0768000000)
- total_blobs=297 nmethods=16 adapters=236 free_code_cache=49843648 largest_free_block=9408
-
-Dynamic libraries:
-00400000-00409000 r-xp 00000000 08:06 4860047                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00608000-00609000 r--p 00008000 08:06 4860047                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00609000-0060a000 rw-p 00009000 08:06 4860047                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-02249000-0226a000 rw-p 00000000 00:00 0                                  [heap]
-b9800000-bacc0000 rw-p 00000000 00:00 0 
-bacc0000-c3e00000 rw-p 00000000 00:00 0 
-c3e00000-c6610000 rw-p 00000000 00:00 0 
-c6610000-ebf60000 rw-p 00000000 00:00 0 
-ebf60000-ed360000 rw-p 00000000 00:00 0 
-ed360000-100000000 rw-p 00000000 00:00 0 
-7f071c8b4000-7f071c996000 rw-p 00000000 00:00 0 
-7f071c996000-7f071ca2c000 rw-s 001c2000 00:05 8438                       /dev/video0
-7f071ca2c000-7f071cac2000 rw-s 0012c000 00:05 8438                       /dev/video0
-7f071cac2000-7f071cb58000 rw-s 00096000 00:05 8438                       /dev/video0
-7f071cb58000-7f071cbee000 rw-s 00000000 00:05 8438                       /dev/video0
-7f071cbee000-7f0721bef000 rw-p 00000000 00:00 0 
-7f0721bef000-7f0721bf2000 r-xp 00000000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7f0721bf2000-7f0721df1000 ---p 00003000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7f0721df1000-7f0721df2000 r--p 00002000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7f0721df2000-7f0721df3000 rw-p 00003000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7f0721df3000-7f0721e04000 r-xp 00000000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7f0721e04000-7f0722003000 ---p 00011000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7f0722003000-7f0722004000 r--p 00010000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7f0722004000-7f0722005000 rw-p 00011000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7f0722005000-7f0722015000 r-xp 00000000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7f0722015000-7f0722214000 ---p 00010000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7f0722214000-7f0722215000 r--p 0000f000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7f0722215000-7f0722216000 rw-p 00010000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7f0722216000-7f072221b000 r-xp 00000000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7f072221b000-7f072241a000 ---p 00005000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7f072241a000-7f072241b000 r--p 00004000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7f072241b000-7f072241c000 rw-p 00005000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7f072241c000-7f072241e000 r-xp 00000000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7f072241e000-7f072261d000 ---p 00002000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7f072261d000-7f072261e000 r--p 00001000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7f072261e000-7f072261f000 rw-p 00002000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7f072261f000-7f0722640000 r-xp 00000000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7f0722640000-7f072283f000 ---p 00021000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7f072283f000-7f0722841000 r--p 00020000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7f0722841000-7f0722842000 rw-p 00022000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7f0722842000-7f0722894000 rw-p 00000000 00:00 0 
-7f0722894000-7f072290e000 r-xp 00000000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7f072290e000-7f0722b0e000 ---p 0007a000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7f0722b0e000-7f0722b0f000 r--p 0007a000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7f0722b0f000-7f0722b12000 rw-p 0007b000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7f0722b12000-7f0722bc6000 r-xp 00000000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7f0722bc6000-7f0722dc6000 ---p 000b4000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7f0722dc6000-7f0722dcc000 r--p 000b4000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7f0722dcc000-7f0722dcd000 rw-p 000ba000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7f0722dcd000-7f0722dce000 rw-p 00000000 00:00 0 
-7f0722dce000-7f0722e43000 r-xp 00000000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7f0722e43000-7f0723042000 ---p 00075000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7f0723042000-7f0723044000 r--p 00074000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7f0723044000-7f0723049000 rw-p 00076000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7f0723049000-7f072304f000 r-xp 00000000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7f072304f000-7f072324e000 ---p 00006000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7f072324e000-7f072324f000 r--p 00005000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7f072324f000-7f0723250000 rw-p 00006000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7f0723250000-7f0723277000 r-xp 00000000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7f0723277000-7f0723477000 ---p 00027000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7f0723477000-7f0723479000 r--p 00027000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7f0723479000-7f072347a000 rw-p 00029000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7f072347a000-7f0723492000 r-xp 00000000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7f0723492000-7f0723692000 ---p 00018000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7f0723692000-7f0723693000 r--p 00018000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7f0723693000-7f0723694000 rw-p 00019000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7f0723694000-7f0723696000 rw-p 00000000 00:00 0 
-7f0723696000-7f07236b3000 r-xp 00000000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7f07236b3000-7f07238b2000 ---p 0001d000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7f07238b2000-7f07238b3000 r--p 0001c000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7f07238b3000-7f07238b4000 rw-p 0001d000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7f07238b4000-7f07238b5000 rw-p 00000000 00:00 0 
-7f07238b5000-7f07238b8000 r-xp 00000000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7f07238b8000-7f0723ab7000 ---p 00003000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7f0723ab7000-7f0723ab8000 r--p 00002000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7f0723ab8000-7f0723ab9000 rw-p 00003000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7f0723ab9000-7f0723ac1000 r-xp 00000000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7f0723ac1000-7f0723cc1000 ---p 00008000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7f0723cc1000-7f0723cc2000 r--p 00008000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7f0723cc2000-7f0723cc3000 rw-p 00009000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7f0723cc3000-7f0723cc5000 r-xp 00000000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7f0723cc5000-7f0723ec4000 ---p 00002000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7f0723ec4000-7f0723ec5000 r--p 00001000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7f0723ec5000-7f0723ec6000 rw-p 00002000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7f0723ec6000-7f0723f47000 r-xp 00000000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7f0723f47000-7f0724146000 ---p 00081000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7f0724146000-7f072414c000 r--p 00080000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7f072414c000-7f072414d000 rw-p 00086000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7f072414d000-7f072416a000 r-xp 00000000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7f072416a000-7f0724369000 ---p 0001d000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7f0724369000-7f072436a000 r--p 0001c000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7f072436a000-7f072436b000 rw-p 0001d000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7f072436b000-7f0724401000 r-xp 00000000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7f0724401000-7f0724600000 ---p 00096000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7f0724600000-7f0724606000 r--p 00095000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7f0724606000-7f0724607000 rw-p 0009b000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7f0724607000-7f072460f000 r-xp 00000000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7f072460f000-7f072480e000 ---p 00008000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7f072480e000-7f072480f000 r--p 00007000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7f072480f000-7f0724813000 rw-p 00008000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7f0724813000-7f0724821000 r-xp 00000000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7f0724821000-7f0724a20000 ---p 0000e000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7f0724a20000-7f0724a21000 r--p 0000d000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7f0724a21000-7f0724a22000 rw-p 0000e000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7f0724a22000-7f0724a31000 r-xp 00000000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7f0724a31000-7f0724c30000 ---p 0000f000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7f0724c30000-7f0724c31000 r--p 0000e000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7f0724c31000-7f0724c32000 rw-p 0000f000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7f0724c32000-7f0724c4a000 r-xp 00000000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7f0724c4a000-7f0724e4a000 ---p 00018000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7f0724e4a000-7f0724e4b000 r--p 00018000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7f0724e4b000-7f0724e4c000 rw-p 00019000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7f0724e4c000-7f0724e5c000 r-xp 00000000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7f0724e5c000-7f072505b000 ---p 00010000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7f072505b000-7f072505c000 r--p 0000f000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7f072505c000-7f072505d000 rw-p 00010000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7f072505d000-7f0725062000 rw-p 00000000 00:00 0 
-7f0725062000-7f07250e4000 r-xp 00000000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7f07250e4000-7f07252e3000 ---p 00082000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7f07252e3000-7f07252e6000 r--p 00081000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7f07252e6000-7f07252e7000 rw-p 00084000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7f07252e7000-7f07252e8000 rw-p 00000000 00:00 0 
-7f07252e8000-7f07252f7000 r-xp 00000000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7f07252f7000-7f07254f6000 ---p 0000f000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7f07254f6000-7f07254f7000 r--p 0000e000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7f07254f7000-7f07254fa000 rw-p 0000f000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7f07254fa000-7f0725506000 r-xp 00000000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7f0725506000-7f0725706000 ---p 0000c000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7f0725706000-7f0725707000 r--p 0000c000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7f0725707000-7f0725708000 rw-p 0000d000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7f0725708000-7f0725760000 r-xp 00000000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7f0725760000-7f0725960000 ---p 00058000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7f0725960000-7f0725961000 r--p 00058000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7f0725961000-7f0725962000 rw-p 00059000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7f0725962000-7f0725992000 rw-p 00000000 00:00 0 
-7f0725992000-7f07259cb000 r-xp 00000000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7f07259cb000-7f0725bca000 ---p 00039000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7f0725bca000-7f0725bcb000 r--p 00038000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7f0725bcb000-7f0725bcc000 rw-p 00039000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7f0725bcc000-7f0725be7000 r-xp 00000000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7f0725be7000-7f0725de6000 ---p 0001b000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7f0725de6000-7f0725de7000 r--p 0001a000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7f0725de7000-7f0725de8000 rw-p 0001b000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7f0725de8000-7f0725e06000 r-xp 00000000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7f0725e06000-7f0726006000 ---p 0001e000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7f0726006000-7f0726007000 r--p 0001e000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7f0726007000-7f0726008000 rw-p 0001f000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7f0726008000-7f07260b7000 r-xp 00000000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7f07260b7000-7f07262b7000 ---p 000af000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7f07262b7000-7f07262b9000 r--p 000af000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7f07262b9000-7f07262ba000 rw-p 000b1000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7f07262ba000-7f07262bb000 rw-p 00000000 00:00 0 
-7f07262bb000-7f07262d2000 r-xp 00000000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7f07262d2000-7f07264d2000 ---p 00017000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7f07264d2000-7f07264d3000 r--p 00017000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7f07264d3000-7f07264d4000 rw-p 00018000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7f07264d4000-7f07264ed000 r-xp 00000000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7f07264ed000-7f07266ed000 ---p 00019000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7f07266ed000-7f07266ee000 r--p 00019000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7f07266ee000-7f07266ef000 rw-p 0001a000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7f07266ef000-7f072672a000 r-xp 00000000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7f072672a000-7f072692a000 ---p 0003b000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7f072692a000-7f072692b000 r--p 0003b000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7f072692b000-7f072692c000 rw-p 0003c000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7f072692c000-7f0726949000 r-xp 00000000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7f0726949000-7f0726b49000 ---p 0001d000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7f0726b49000-7f0726b4a000 r--p 0001d000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7f0726b4a000-7f0726b4b000 rw-p 0001e000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7f0726b4b000-7f0726b60000 r-xp 00000000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7f0726b60000-7f0726d5f000 ---p 00015000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7f0726d5f000-7f0726d60000 r--p 00014000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7f0726d60000-7f0726d66000 rw-p 00015000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7f0726d66000-7f0726d91000 r-xp 00000000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7f0726d91000-7f0726f90000 ---p 0002b000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7f0726f90000-7f0726f91000 r--p 0002a000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7f0726f91000-7f0726f92000 rw-p 0002b000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7f0726f92000-7f0727245000 r-xp 00000000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7f0727245000-7f0727444000 ---p 002b3000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7f0727444000-7f0727460000 r--p 002b2000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7f0727460000-7f0727461000 rw-p 002ce000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7f0727461000-7f07274fa000 r-xp 00000000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7f07274fa000-7f07276f9000 ---p 00099000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7f07276f9000-7f07276fb000 r--p 00098000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7f07276fb000-7f07276fc000 rw-p 0009a000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7f07276fc000-7f0727706000 rw-p 00000000 00:00 0 
-7f0727706000-7f072780f000 r-xp 00000000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7f072780f000-7f0727a0e000 ---p 00109000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7f0727a0e000-7f0727a10000 r--p 00108000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7f0727a10000-7f0727a11000 rw-p 0010a000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7f0727a11000-7f0727a8c000 rw-p 00000000 00:00 0 
-7f0727a8c000-7f0727b4f000 r-xp 00000000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7f0727b4f000-7f0727d4f000 ---p 000c3000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7f0727d4f000-7f0727d50000 r--p 000c3000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7f0727d50000-7f0727d5a000 rw-p 000c4000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7f0727d5a000-7f0727dc3000 rw-p 00000000 00:00 0 
-7f0727dc3000-7f0727dff000 r-xp 00000000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7f0727dff000-7f0727ffe000 ---p 0003c000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7f0727ffe000-7f0727fff000 r--p 0003b000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7f0727fff000-7f0728000000 rw-p 0003c000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7f0728000000-7f0728021000 rw-p 00000000 00:00 0 
-7f0728021000-7f072c000000 ---p 00000000 00:00 0 
-7f072c000000-7f072c040000 rw-p 00000000 00:00 0 
-7f072c040000-7f0730000000 ---p 00000000 00:00 0 
-7f0730000000-7f073018e000 rw-p 00000000 00:00 0 
-7f073018e000-7f0734000000 ---p 00000000 00:00 0 
-7f0734000000-7f0734021000 rw-p 00000000 00:00 0 
-7f0734021000-7f0738000000 ---p 00000000 00:00 0 
-7f0738000000-7f0738021000 rw-p 00000000 00:00 0 
-7f0738021000-7f073c000000 ---p 00000000 00:00 0 
-7f073c000000-7f073c279000 rw-p 00000000 00:00 0 
-7f073c279000-7f0740000000 ---p 00000000 00:00 0 
-7f0740000000-7f0740021000 rw-p 00000000 00:00 0 
-7f0740021000-7f0744000000 ---p 00000000 00:00 0 
-7f0744000000-7f0744021000 rw-p 00000000 00:00 0 
-7f0744021000-7f0748000000 ---p 00000000 00:00 0 
-7f0748000000-7f0748021000 rw-p 00000000 00:00 0 
-7f0748021000-7f074c000000 ---p 00000000 00:00 0 
-7f074c000000-7f074c021000 rw-p 00000000 00:00 0 
-7f074c021000-7f0750000000 ---p 00000000 00:00 0 
-7f0750000000-7f0750021000 rw-p 00000000 00:00 0 
-7f0750021000-7f0754000000 ---p 00000000 00:00 0 
-7f075412e000-7f0754135000 r-xp 00000000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7f0754135000-7f0754334000 ---p 00007000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7f0754334000-7f0754335000 r--p 00006000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7f0754335000-7f0754336000 rw-p 00007000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7f0754336000-7f0754338000 r-xp 00000000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7f0754338000-7f0754537000 ---p 00002000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7f0754537000-7f0754538000 r--p 00001000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7f0754538000-7f0754539000 rw-p 00002000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7f0754539000-7f075453b000 r-xp 00000000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7f075453b000-7f075473a000 ---p 00002000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7f075473a000-7f075473b000 r--p 00001000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7f075473b000-7f075473c000 rw-p 00002000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7f075473c000-7f0754745000 r-xp 00000000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7f0754745000-7f0754944000 ---p 00009000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7f0754944000-7f0754945000 r--p 00008000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7f0754945000-7f0754946000 rw-p 00009000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7f0754946000-7f075494e000 r-xp 00000000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7f075494e000-7f0754b4d000 ---p 00008000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7f0754b4d000-7f0754b4e000 r--p 00007000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7f0754b4e000-7f0754b4f000 rw-p 00008000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7f0754b4f000-7f0754b5d000 r-xp 00000000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7f0754b5d000-7f0754d5c000 ---p 0000e000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7f0754d5c000-7f0754d5d000 r--p 0000d000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7f0754d5d000-7f0754d5e000 rw-p 0000e000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7f0754d5e000-7f0754d60000 r-xp 00000000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7f0754d60000-7f0754f5f000 ---p 00002000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7f0754f5f000-7f0754f60000 r--p 00001000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7f0754f60000-7f0754f61000 rw-p 00002000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7f0754f61000-7f0754f6a000 r-xp 00000000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7f0754f6a000-7f0755169000 ---p 00009000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7f0755169000-7f075516a000 r--p 00008000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7f075516a000-7f075516b000 rw-p 00009000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7f075516b000-7f075517b000 r-xp 00000000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7f075517b000-7f075537a000 ---p 00010000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7f075537a000-7f075537b000 r--p 0000f000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7f075537b000-7f075537c000 rw-p 00010000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7f075537c000-7f07553b0000 r-xp 00000000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7f07553b0000-7f07555b0000 ---p 00034000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7f07555b0000-7f07555b1000 r--p 00034000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7f07555b1000-7f07555b2000 rw-p 00035000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7f07555b2000-7f07555f8000 r-xp 00000000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7f07555f8000-7f07557f8000 ---p 00046000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7f07557f8000-7f07557fa000 r--p 00046000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7f07557fa000-7f07557fb000 rw-p 00048000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7f07557fb000-7f0755824000 r-xp 00000000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7f0755824000-7f0755a23000 ---p 00029000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7f0755a23000-7f0755a24000 r--p 00028000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7f0755a24000-7f0755a25000 rw-p 00029000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7f0755a25000-7f0755b6d000 r-xp 00000000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7f0755b6d000-7f0755d6c000 ---p 00148000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7f0755d6c000-7f0755d70000 r--p 00147000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7f0755d70000-7f0755d72000 rw-p 0014b000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7f0755d72000-7f0755d74000 rw-p 00000000 00:00 0 
-7f0755d74000-7f0755d92000 r-xp 00000000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7f0755d92000-7f0755f92000 ---p 0001e000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7f0755f92000-7f0755f93000 r--p 0001e000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7f0755f93000-7f0755f94000 rw-p 0001f000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7f0755f94000-7f075604d000 r-xp 00000000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7f075604d000-7f075624c000 ---p 000b9000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7f075624c000-7f075624e000 r--p 000b8000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7f075624e000-7f075624f000 rw-p 000ba000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7f075624f000-7f0756252000 rw-p 00000000 00:00 0 
-7f0756252000-7f0756271000 r-xp 00000000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7f0756271000-7f0756471000 ---p 0001f000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7f0756471000-7f0756473000 r--p 0001f000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7f0756473000-7f0756474000 rw-p 00021000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7f0756474000-7f0756479000 r-xp 00000000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7f0756479000-7f0756678000 ---p 00005000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7f0756678000-7f0756679000 r--p 00004000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7f0756679000-7f075667a000 rw-p 00005000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7f075667a000-7f07567a9000 r-xp 00000000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7f07567a9000-7f07569a9000 ---p 0012f000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7f07569a9000-7f07569aa000 r--p 0012f000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7f07569aa000-7f07569ae000 rw-p 00130000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7f07569ae000-7f07569b9000 r-xp 00000000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7f07569b9000-7f0756bb8000 ---p 0000b000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7f0756bb8000-7f0756bb9000 r--p 0000a000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7f0756bb9000-7f0756bba000 rw-p 0000b000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7f0756bba000-7f0756bc0000 r-xp 00000000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7f0756bc0000-7f0756dbf000 ---p 00006000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7f0756dbf000-7f0756dc0000 r--p 00005000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7f0756dc0000-7f0756dc1000 rw-p 00006000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7f0756dc1000-7f0756ddb000 r-xp 00000000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7f0756ddb000-7f0756fdb000 ---p 0001a000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7f0756fdb000-7f0756fdf000 r--p 0001a000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7f0756fdf000-7f0756fe0000 rw-p 0001e000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7f0756fe0000-7f0756fe4000 r-xp 00000000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7f0756fe4000-7f07571e4000 ---p 00004000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7f07571e4000-7f07571e5000 r--p 00004000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7f07571e5000-7f07571e6000 rw-p 00005000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7f07571e6000-7f0757866000 r-xp 00000000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7f0757866000-7f0757a65000 ---p 00680000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7f0757a65000-7f0757a78000 r--p 0067f000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7f0757a78000-7f0757a90000 rw-p 00692000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7f0757a90000-7f0758000000 rw-p 00000000 00:00 0 
-7f0758000000-7f0758021000 rw-p 00000000 00:00 0 
-7f0758021000-7f075c000000 ---p 00000000 00:00 0 
-7f075c05d000-7f075c062000 r-xp 00000000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7f075c062000-7f075c261000 ---p 00005000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7f075c261000-7f075c262000 r--p 00004000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7f075c262000-7f075c263000 rw-p 00005000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7f075c263000-7f075c293000 r-xp 00000000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7f075c293000-7f075c492000 ---p 00030000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7f075c492000-7f075c493000 r--p 0002f000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7f075c493000-7f075c494000 rw-p 00030000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7f075c494000-7f075c4d4000 rw-p 00000000 00:00 0 
-7f075c4d4000-7f075c518000 r-xp 00000000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7f075c518000-7f075c718000 ---p 00044000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7f075c718000-7f075c719000 r--p 00044000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7f075c719000-7f075c71a000 rw-p 00045000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7f075c71a000-7f075c734000 r-xp 00000000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7f075c734000-7f075c933000 ---p 0001a000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7f075c933000-7f075c935000 r--p 00019000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7f075c935000-7f075c936000 rw-p 0001b000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7f075c936000-7f075c93a000 rw-p 00000000 00:00 0 
-7f075c93a000-7f075ca23000 r-xp 00000000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7f075ca23000-7f075cc23000 ---p 000e9000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7f075cc23000-7f075cc2a000 r--p 000e9000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7f075cc2a000-7f075cc37000 rw-p 000f0000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7f075cc37000-7f075cd29000 r-xp 00000000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7f075cd29000-7f075cf29000 ---p 000f2000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7f075cf29000-7f075cf2a000 r--p 000f2000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7f075cf2a000-7f075cf2b000 rw-p 000f3000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7f075cf2b000-7f075cf2c000 rw-p 00000000 00:00 0 
-7f075cf2c000-7f075cf79000 r-xp 00000000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7f075cf79000-7f075d179000 ---p 0004d000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7f075d179000-7f075d17a000 r--p 0004d000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7f075d17a000-7f075d17b000 rw-p 0004e000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7f075d17b000-7f075d228000 r-xp 00000000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7f075d228000-7f075d427000 ---p 000ad000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7f075d427000-7f075d42b000 r--p 000ac000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7f075d42b000-7f075d42d000 rw-p 000b0000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7f075d42d000-7f075d85a000 r-xp 00000000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7f075d85a000-7f075da5a000 ---p 0042d000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7f075da5a000-7f075da61000 r--p 0042d000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7f075da61000-7f075da65000 rw-p 00434000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7f075da65000-7f075da67000 rw-p 00000000 00:00 0 
-7f075da67000-7f075daa9000 r-xp 00000000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7f075daa9000-7f075dca8000 ---p 00042000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7f075dca8000-7f075dca9000 r--p 00041000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7f075dca9000-7f075dcaa000 rw-p 00042000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7f075dcaa000-7f075dd68000 r-xp 00000000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7f075dd68000-7f075df67000 ---p 000be000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7f075df67000-7f075df6a000 r--p 000bd000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7f075df6a000-7f075df6b000 rw-p 000c0000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7f075df6b000-7f075dfb7000 r-xp 00000000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7f075dfb7000-7f075e1b6000 ---p 0004c000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7f075e1b6000-7f075e1b7000 r--p 0004b000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7f075e1b7000-7f075e1bb000 rw-p 0004c000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7f075e1bb000-7f075e1c2000 rw-p 00000000 00:00 0 
-7f075e1c2000-7f075e223000 r-xp 00000000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7f075e223000-7f075e422000 ---p 00061000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7f075e422000-7f075e424000 r--p 00060000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7f075e424000-7f075e425000 rw-p 00062000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7f075e425000-7f075e44b000 r-xp 00000000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7f075e44b000-7f075e64b000 ---p 00026000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7f075e64b000-7f075e64c000 r--p 00026000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7f075e64c000-7f075e64d000 rw-p 00027000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7f075e64d000-7f075e68b000 r-xp 00000000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7f075e68b000-7f075e88b000 ---p 0003e000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7f075e88b000-7f075e88c000 r--p 0003e000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7f075e88c000-7f075e88d000 rw-p 0003f000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7f075e88d000-7f075e89d000 rw-p 00000000 00:00 0 
-7f075e89d000-7f075e8db000 r-xp 00000000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7f075e8db000-7f075eada000 ---p 0003e000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7f075eada000-7f075eadc000 r--p 0003d000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7f075eadc000-7f075eadd000 rw-p 0003f000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7f075eadd000-7f075eade000 rw-p 00000000 00:00 0 
-7f075eade000-7f075eaeb000 r-xp 00000000 08:06 917553                     /tmp/libjniopencv_highgui1089652999739585226.so
-7f075eaeb000-7f075ecea000 ---p 0000d000 08:06 917553                     /tmp/libjniopencv_highgui1089652999739585226.so
-7f075ecea000-7f075eceb000 rw-p 0000c000 08:06 917553                     /tmp/libjniopencv_highgui1089652999739585226.so
-7f075eceb000-7f075ef1b000 r-xp 00000000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7f075ef1b000-7f075f11a000 ---p 00230000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7f075f11a000-7f075f122000 r--p 0022f000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7f075f122000-7f075f12b000 rw-p 00237000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7f075f12b000-7f075f133000 rw-p 00000000 00:00 0 
-7f075f133000-7f075f2cd000 r-xp 00000000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7f075f2cd000-7f075f4cc000 ---p 0019a000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7f075f4cc000-7f075f4d0000 r--p 00199000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7f075f4d0000-7f075f4d1000 rw-p 0019d000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7f075f4d1000-7f075f566000 rw-p 00000000 00:00 0 
-7f075f566000-7f075f58c000 r-xp 00000000 08:06 917552                     /tmp/libjniopencv_imgproc2252466829901987815.so
-7f075f58c000-7f075f78b000 ---p 00026000 08:06 917552                     /tmp/libjniopencv_imgproc2252466829901987815.so
-7f075f78b000-7f075f78c000 rw-p 00025000 08:06 917552                     /tmp/libjniopencv_imgproc2252466829901987815.so
-7f075f78c000-7f075f99c000 r-xp 00000000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7f075f99c000-7f075fb9b000 ---p 00210000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7f075fb9b000-7f075fba1000 r--p 0020f000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7f075fba1000-7f075fba3000 rw-p 00215000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7f075fba3000-7f075fc38000 rw-p 00000000 00:00 0 
-7f075fc38000-7f075fdf5000 r-xp 00000000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7f075fdf5000-7f075fff4000 ---p 001bd000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7f075fff4000-7f075fff7000 r--p 001bc000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7f075fff7000-7f075ffff000 rw-p 001bf000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7f075ffff000-7f0760000000 rw-p 00000000 00:00 0 
-7f0760000000-7f0760021000 rw-p 00000000 00:00 0 
-7f0760021000-7f0764000000 ---p 00000000 00:00 0 
-7f0764152000-7f07641bb000 r-xp 00000000 08:06 917551                     /tmp/libjniopencv_core8339219497277431772.so
-7f07641bb000-7f07643ba000 ---p 00069000 08:06 917551                     /tmp/libjniopencv_core8339219497277431772.so
-7f07643ba000-7f07643bc000 rw-p 00068000 08:06 917551                     /tmp/libjniopencv_core8339219497277431772.so
-7f07643bc000-7f07645d0000 r-xp 00000000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7f07645d0000-7f07647d0000 ---p 00214000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7f07647d0000-7f07647d3000 r--p 00214000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7f07647d3000-7f07647dc000 rw-p 00217000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7f07647dc000-7f07647dd000 rw-p 00000000 00:00 0 
-7f07647dd000-7f07647e5000 r-xp 00000000 08:06 4860103                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7f07647e5000-7f07649e4000 ---p 00008000 08:06 4860103                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7f07649e4000-7f07649e5000 r--p 00007000 08:06 4860103                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7f07649e5000-7f07649e6000 rw-p 00008000 08:06 4860103                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7f07649e6000-7f07649e9000 ---p 00000000 00:00 0 
-7f07649e9000-7f0764ae7000 rw-p 00000000 00:00 0 
-7f0764ae7000-7f0764afc000 r-xp 00000000 08:06 4860091                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7f0764afc000-7f0764cfb000 ---p 00015000 08:06 4860091                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7f0764cfb000-7f0764cfc000 r--p 00014000 08:06 4860091                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7f0764cfc000-7f0764cfd000 rw-p 00015000 08:06 4860091                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7f0764cfd000-7f0764cfe000 ---p 00000000 00:00 0 
-7f0764cfe000-7f0764dfe000 rw-p 00000000 00:00 0 
-7f0764dfe000-7f0764e01000 ---p 00000000 00:00 0 
-7f0764e01000-7f0764eff000 rw-p 00000000 00:00 0 
-7f0764eff000-7f0764f02000 ---p 00000000 00:00 0 
-7f0764f02000-7f0765000000 rw-p 00000000 00:00 0 
-7f0765000000-7f0765270000 rwxp 00000000 00:00 0 
-7f0765270000-7f0768253000 rw-p 00000000 00:00 0 
-7f0768253000-7f076c000000 ---p 00000000 00:00 0 
-7f076c053000-7f076c054000 rw-p 00000000 00:00 0 
-7f076c06c000-7f076c073000 r--s 00000000 08:06 5121993                    /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
-7f076c073000-7f076c074000 r--s 00005000 08:06 131641                     /home/daniel/svn/2013/src/971CV/src/org/frc971/private_aos_camera_jar.jar
-7f076c074000-7f076c076000 r--s 00009000 08:06 8520418                    /home/daniel/svn/2013/src/DaisyCV/external_jars/WPIJavaCV.jar
-7f076c076000-7f076c077000 r--s 00005000 08:06 8520531                    /home/daniel/svn/2013/src/DaisyCV/external_jars/WPICameraExtension.jar
-7f076c077000-7f076c07c000 r--s 00051000 08:06 8520629                    /home/daniel/svn/2013/src/DaisyCV/external_jars/SmartDashboard.jar
-7f076c07c000-7f076c07e000 r--s 00013000 08:06 2362244                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/NetworkTable_Client.jar
-7f076c07e000-7f076c084000 r--s 00034000 08:06 2362243                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/junit-4.8.2.jar
-7f076c084000-7f076c095000 r--s 0014c000 08:06 2362245                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/jfreechart-1.0.13.jar
-7f076c095000-7f076c09b000 r--s 00046000 08:06 2362242                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/jcommon-1.0.16.jar
-7f076c09b000-7f076c0cc000 rw-p 00000000 00:00 0 
-7f076c0cc000-7f076c0cf000 ---p 00000000 00:00 0 
-7f076c0cf000-7f076c1cd000 rw-p 00000000 00:00 0 
-7f076c1cd000-7f076c1d0000 ---p 00000000 00:00 0 
-7f076c1d0000-7f076c2ce000 rw-p 00000000 00:00 0 
-7f076c2ce000-7f076c9b1000 r--p 00000000 08:06 4725192                    /usr/lib/locale/locale-archive
-7f076c9b1000-7f076c9b4000 ---p 00000000 00:00 0 
-7f076c9b4000-7f076cab2000 rw-p 00000000 00:00 0 
-7f076cab2000-7f076cab5000 ---p 00000000 00:00 0 
-7f076cab5000-7f076cbb3000 rw-p 00000000 00:00 0 
-7f076cbb3000-7f076cbb4000 ---p 00000000 00:00 0 
-7f076cbb4000-7f076d1ec000 rw-p 00000000 00:00 0 
-7f076d1ec000-7f076d37e000 r--s 037d2000 08:06 4860065                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/rt.jar
-7f076d37e000-7f076d3a6000 rw-p 00000000 00:00 0 
-7f076d3a6000-7f076d3a7000 ---p 00000000 00:00 0 
-7f076d3a7000-7f076d4a7000 rw-p 00000000 00:00 0 
-7f076d4a7000-7f076d4a8000 ---p 00000000 00:00 0 
-7f076d4a8000-7f076d5a8000 rw-p 00000000 00:00 0 
-7f076d5a8000-7f076d5a9000 ---p 00000000 00:00 0 
-7f076d5a9000-7f076d6a9000 rw-p 00000000 00:00 0 
-7f076d6a9000-7f076d6aa000 ---p 00000000 00:00 0 
-7f076d6aa000-7f076d7b5000 rw-p 00000000 00:00 0 
-7f076d7b5000-7f076d7fd000 rw-p 00000000 00:00 0 
-7f076d7fd000-7f076d812000 rw-p 00000000 00:00 0 
-7f076d812000-7f076d93e000 rw-p 00000000 00:00 0 
-7f076d93e000-7f076d949000 rw-p 00000000 00:00 0 
-7f076d949000-7f076d991000 rw-p 00000000 00:00 0 
-7f076d991000-7f076d9a6000 rw-p 00000000 00:00 0 
-7f076d9a6000-7f076dad1000 rw-p 00000000 00:00 0 
-7f076dad1000-7f076dadc000 rw-p 00000000 00:00 0 
-7f076dadc000-7f076db72000 rw-p 00000000 00:00 0 
-7f076db72000-7f076db73000 rw-p 00000000 00:00 0 
-7f076db73000-7f076db7a000 r-xp 00000000 08:06 4860089                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7f076db7a000-7f076dd79000 ---p 00007000 08:06 4860089                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7f076dd79000-7f076dd7a000 r--p 00006000 08:06 4860089                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7f076dd7a000-7f076dd7b000 rw-p 00007000 08:06 4860089                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7f076dd7b000-7f076dd87000 r-xp 00000000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7f076dd87000-7f076df86000 ---p 0000c000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7f076df86000-7f076df87000 r--p 0000b000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7f076df87000-7f076df88000 rw-p 0000c000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7f076df88000-7f076df92000 r-xp 00000000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7f076df92000-7f076e192000 ---p 0000a000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7f076e192000-7f076e193000 r--p 0000a000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7f076e193000-7f076e194000 rw-p 0000b000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7f076e194000-7f076e1ab000 r-xp 00000000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7f076e1ab000-7f076e3aa000 ---p 00017000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7f076e3aa000-7f076e3ab000 r--p 00016000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7f076e3ab000-7f076e3ac000 rw-p 00017000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7f076e3ac000-7f076e3ae000 rw-p 00000000 00:00 0 
-7f076e3ae000-7f076e3b6000 r-xp 00000000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7f076e3b6000-7f076e5b5000 ---p 00008000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7f076e5b5000-7f076e5b6000 r--p 00007000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7f076e5b6000-7f076e5b7000 rw-p 00008000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7f076e5b7000-7f076e5e3000 r-xp 00000000 08:06 4860081                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7f076e5e3000-7f076e7e2000 ---p 0002c000 08:06 4860081                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7f076e7e2000-7f076e7e3000 r--p 0002b000 08:06 4860081                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7f076e7e3000-7f076e7e6000 rw-p 0002c000 08:06 4860081                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7f076e7e6000-7f076e7f4000 r-xp 00000000 08:06 4860104                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7f076e7f4000-7f076e9f3000 ---p 0000e000 08:06 4860104                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7f076e9f3000-7f076e9f5000 r--p 0000d000 08:06 4860104                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7f076e9f5000-7f076e9f6000 rw-p 0000f000 08:06 4860104                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7f076e9f6000-7f076e9fd000 r-xp 00000000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7f076e9fd000-7f076ebfc000 ---p 00007000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7f076ebfc000-7f076ebfd000 r--p 00006000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7f076ebfd000-7f076ebfe000 rw-p 00007000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7f076ebfe000-7f076ec13000 r-xp 00000000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7f076ec13000-7f076ee12000 ---p 00015000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7f076ee12000-7f076ee13000 r--p 00014000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7f076ee13000-7f076ee14000 rw-p 00015000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7f076ee14000-7f076ef0f000 r-xp 00000000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7f076ef0f000-7f076f10e000 ---p 000fb000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7f076f10e000-7f076f10f000 r--p 000fa000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7f076f10f000-7f076f110000 rw-p 000fb000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7f076f110000-7f076f1f2000 r-xp 00000000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7f076f1f2000-7f076f3f1000 ---p 000e2000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7f076f3f1000-7f076f3f9000 r--p 000e1000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7f076f3f9000-7f076f3fb000 rw-p 000e9000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7f076f3fb000-7f076f410000 rw-p 00000000 00:00 0 
-7f076f410000-7f076fd15000 r-xp 00000000 08:06 4860068                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7f076fd15000-7f076ff15000 ---p 00905000 08:06 4860068                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7f076ff15000-7f076ff95000 r--p 00905000 08:06 4860068                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7f076ff95000-7f076ffb0000 rw-p 00985000 08:06 4860068                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7f076ffb0000-7f076ffd9000 rw-p 00000000 00:00 0 
-7f076ffd9000-7f076ffef000 r-xp 00000000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7f076ffef000-7f07701ee000 ---p 00016000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7f07701ee000-7f07701ef000 r--p 00015000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7f07701ef000-7f07701f0000 rw-p 00016000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7f07701f0000-7f07703a5000 r-xp 00000000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7f07703a5000-7f07705a4000 ---p 001b5000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7f07705a4000-7f07705a8000 r--p 001b4000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7f07705a8000-7f07705aa000 rw-p 001b8000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7f07705aa000-7f07705af000 rw-p 00000000 00:00 0 
-7f07705af000-7f07705b1000 r-xp 00000000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7f07705b1000-7f07707b1000 ---p 00002000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7f07707b1000-7f07707b2000 r--p 00002000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7f07707b2000-7f07707b3000 rw-p 00003000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7f07707b3000-7f07707b7000 r-xp 00000000 08:06 4860088                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7f07707b7000-7f07709b6000 ---p 00004000 08:06 4860088                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7f07709b6000-7f07709b7000 r--p 00003000 08:06 4860088                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7f07709b7000-7f07709b8000 rw-p 00004000 08:06 4860088                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7f07709b8000-7f07709d0000 r-xp 00000000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7f07709d0000-7f0770bcf000 ---p 00018000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7f0770bcf000-7f0770bd0000 r--p 00017000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7f0770bd0000-7f0770bd1000 rw-p 00018000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7f0770bd1000-7f0770bd5000 rw-p 00000000 00:00 0 
-7f0770bd5000-7f0770bf7000 r-xp 00000000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7f0770bf7000-7f0770bfb000 r--s 0000e000 08:06 8520683                    /home/daniel/svn/2013/src/DaisyCV/external_jars/networktables-desktop.jar
-7f0770bfb000-7f0770c01000 r--s 000fc000 08:06 4735950                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/resources.jar
-7f0770c01000-7f0770c0f000 r--s 00090000 08:06 8520407                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv.jar
-7f0770c0f000-7f0770c10000 r--s 00129000 08:06 8520417                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv-windows-x86.jar
-7f0770c10000-7f0770c1a000 rw-p 00000000 00:00 0 
-7f0770c1a000-7f0770cd0000 rw-p 00000000 00:00 0 
-7f0770cd0000-7f0770cd3000 ---p 00000000 00:00 0 
-7f0770cd3000-7f0770dd6000 rw-p 00000000 00:00 0 
-7f0770dd6000-7f0770dd7000 r--s 000b8000 08:06 8521064                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv-linux-x86_64.jar
-7f0770dd7000-7f0770dda000 r--s 0007e000 08:06 4735943                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/jsse.jar
-7f0770dda000-7f0770ddc000 r--s 0000f000 08:06 8520405                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacpp.jar
-7f0770ddc000-7f0770dde000 r--s 0000f000 08:06 4860874                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/pulse-java.jar
-7f0770dde000-7f0770de2000 r--s 00039000 08:06 4860877                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/sunpkcs11.jar
-7f0770de2000-7f0770de5000 r--s 00031000 08:06 4860876                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/sunjce_provider.jar
-7f0770de5000-7f0770de8000 r--s 00077000 08:06 4860875                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/localedata.jar
-7f0770de8000-7f0770de9000 r--s 00007000 08:06 5252192                    /usr/share/java/java-atk-wrapper.jar
-7f0770de9000-7f0770deb000 r--s 00001000 08:06 4860872                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/dnsns.jar
-7f0770deb000-7f0770df3000 rw-s 00000000 08:06 1320526                    /tmp/hsperfdata_daniel/26598
-7f0770df3000-7f0770df4000 rw-p 00000000 00:00 0 
-7f0770df4000-7f0770df5000 r--p 00000000 00:00 0 
-7f0770df5000-7f0770df7000 rw-p 00000000 00:00 0 
-7f0770df7000-7f0770df8000 r--p 00022000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7f0770df8000-7f0770dfa000 rw-p 00023000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7fffae1c5000-7fffae1e6000 rw-p 00000000 00:00 0                          [stack]
-7fffae1ff000-7fffae200000 r-xp 00000000 00:00 0                          [vdso]
-ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
-
-VM Arguments:
-jvm_args: -Dfile.encoding=UTF-8 
-java_command: org.frc971.DebugServerRun
-Launcher Type: SUN_STANDARD
-
-Environment Variables:
-PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
-LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk-amd64/jre/../lib/amd64
-SHELL=/bin/bash
-DISPLAY=:0.0
-
-Signal Handlers:
-SIGSEGV: [libjvm.so+0x785360], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGBUS: [libjvm.so+0x785360], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGFPE: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGPIPE: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGXFSZ: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGILL: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
-SIGUSR2: [libjvm.so+0x648f70], sa_mask[0]=0x00000004, sa_flags=0x10000004
-SIGHUP: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGINT: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGTERM: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGQUIT: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-
-
----------------  S Y S T E M  ---------------
-
-OS:Ubuntu 12.04 (precise)
-uname:Linux 3.2.0-38-lowlatency #39-Ubuntu SMP PREEMPT Thu Feb 14 10:19:44 UTC 2013 x86_64
-libc:glibc 2.15 NPTL 2.15 
-rlimit: STACK 8192k, CORE 0k, NPROC 30599, NOFILE 4096, AS infinity
-load average:1.18 1.04 0.74
-
-/proc/meminfo:
-MemTotal:        3934128 kB
-MemFree:          383592 kB
-Buffers:           40100 kB
-Cached:           648008 kB
-SwapCached:         4372 kB
-Active:          2169036 kB
-Inactive:         938172 kB
-Active(anon):    1854788 kB
-Inactive(anon):   782348 kB
-Active(file):     314248 kB
-Inactive(file):   155824 kB
-Unevictable:          16 kB
-Mlocked:              16 kB
-SwapTotal:       4077564 kB
-SwapFree:        3959324 kB
-Dirty:              1368 kB
-Writeback:             0 kB
-AnonPages:       2415268 kB
-Mapped:           123996 kB
-Shmem:            217968 kB
-Slab:             302596 kB
-SReclaimable:     265368 kB
-SUnreclaim:        37228 kB
-KernelStack:        5024 kB
-PageTables:        50696 kB
-NFS_Unstable:          0 kB
-Bounce:                0 kB
-WritebackTmp:          0 kB
-CommitLimit:     6044628 kB
-Committed_AS:    5905360 kB
-VmallocTotal:   34359738367 kB
-VmallocUsed:      362760 kB
-VmallocChunk:   34359341476 kB
-HardwareCorrupted:     0 kB
-AnonHugePages:         0 kB
-HugePages_Total:       0
-HugePages_Free:        0
-HugePages_Rsvd:        0
-HugePages_Surp:        0
-Hugepagesize:       2048 kB
-DirectMap4k:       67584 kB
-DirectMap2M:     4018176 kB
-
-
-CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
-
-Memory: 4k page, physical 3934128k(383592k free), swap 4077564k(3959324k free)
-
-vm_info: OpenJDK 64-Bit Server VM (20.0-b12) for linux-amd64 JRE (1.6.0_27-b27), built on Feb  8 2013 03:59:37 by "buildd" with gcc 4.6.3
-
-time: Thu Feb 21 16:20:40 2013
-elapsed time: 0 seconds
-
diff --git a/971cv/README.txt b/971cv/README.txt
deleted file mode 100644
index 1ad7627..0000000
--- a/971cv/README.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-This is a working computer vision target recognizer for the FRC 2013 game.

-

-Run it on 2013-test-images/*.jpg.

-

-TODO: Capture 640x480 images with the robot's camera (Logitech C210), green LED

-      light ring, and the shutter speed turned down as in 2012.

-      Also turn off auto whitebalance.

-

-    src/org/frc971/DebugCanvas.java     -- displays intermediate frames for tuning

-    src/org/frc971/Recognizer.java      -- the vision recognizer interface

-    src/org/frc971/Recognizer2013.java  -- the UI independent vision recognizer

-    src/org/frc971/VisionTuner.java     -- a Java UI for testing and tuning the recognizer

-

-TODO: Connect the recognizer to the robot camera (e.g. using ffmpeg).

-TODO: Get the relevant robot measurements: Camera height, setback, pitch,

-      horizontal FOV, and vertical FOV.

-TODO: Compute target distance, elevation, and azimuth, and send them to the

-      robot's control loops.

-TODO: Pass through a timestamp with each frame.

-TODO: Wean off of WPIJavaCV and its DaisyExtensions.

diff --git a/971cv/ds_vision.log b/971cv/ds_vision.log
deleted file mode 100644
index e69de29..0000000
--- a/971cv/ds_vision.log
+++ /dev/null
diff --git a/971cv/external_jars/JavaCV_README.txt b/971cv/external_jars/JavaCV_README.txt
deleted file mode 100644
index 7cae604..0000000
--- a/971cv/external_jars/JavaCV_README.txt
+++ /dev/null
@@ -1,415 +0,0 @@
-=JavaCV=

-

-==Introduction==

-JavaCV first provides wrappers to commonly used libraries by researchers in the field of computer vision: [http://opencv.willowgarage.com/ OpenCV], [http://www.ffmpeg.org/ FFmpeg], [http://damien.douxchamps.net/ieee1394/libdc1394/ libdc1394], [http://www.ptgrey.com/products/pgrflycapture/ PGR FlyCapture], [http://muonics.net/school/spring05/videoInput/ videoInput], and [http://studierstube.icg.tugraz.at/handheld_ar/artoolkitplus.php ARToolKitPlus]. The following classes, found under the `com.googlecode.javacv.cpp` package namespace, expose their complete APIs: `opencv_core`, `opencv_imgproc`, `opencv_video`, `opencv_features2d`, `opencv_calib3d`, `opencv_objdetect`, `opencv_highgui`, `opencv_legacy`, `avutil`, `avcodec`, `avformat`, `avdevice`, `avfilter`, `postprocess`, `swscale`, `dc1394`, `PGRFlyCapture`, `videoInputLib`, and `ARToolKitPlus`, respectively. Moreover, utility classes make it easy to use their functionality on the Java platform, including Android. 

-

-JavaCV also comes with hardware accelerated full-screen image display (`CanvasFrame`), easy-to-use methods to execute code in parallel on multiple cores (`Parallel`), user-friendly geometric and color calibration of cameras and projectors (`GeometricCalibrator`, `ProCamGeometricCalibrator`, `ProCamColorCalibrator`), detection and matching of feature points (`ObjectFinder`), a set of classes that implement direct image alignment of projector-camera systems (mainly `GNImageAligner`, `ProjectiveTransformer`, `ProjectiveGainBiasTransformer`, `ProCamTransformer`, and `ReflectanceInitializer`), as well as miscellaneous functionality in the `JavaCV` class.

-

-To learn how to use the API, since documentation currently lacks, please refer to the [#Quick_Start_for_OpenCV] section below as well as the 

-sample programs, including one for Android, found in the `samples` directory. You may also find it useful to refer to the source code of [http://code.google.com/p/javacv/source/browse/trunk/procamcalib/ ProCamCalib] and [http://code.google.com/p/javacv/source/browse/trunk/procamtracker/ ProCamTracker].

-

-I will continue to add all code that I am developing for my doctoral research as I go.

-

-

-==Required Software==

-To use JavaCV, you will need to download and install the following software:

- * An implementation of Java SE 6

-  * OpenJDK 6  http://openjdk.java.net/install/  or

-  * Sun JDK 6  http://www.oracle.com/technetwork/java/javase/downloads/  or

-  * IBM JDK 6  http://www.ibm.com/developerworks/java/jdk/  or

-  * Java SE 6 for Mac OS X  http://developer.apple.com/java/  etc.

- * OpenCV 2.2  http://sourceforge.net/projects/opencvlibrary/files/

-  * Precompiled for Android 2.2  http://code.google.com/p/javacv/downloads/list

-

-Further, although not always required, some functionality of JavaCV also relies on:

- * FFmpeg 0.6.x  http://ffmpeg.org/download.html

-  * Precompiled for Windows x86     http://hawkeye.arrozcru.org/builds/win32/shared/ (last build compatible with FFmpeg 0.6: 18-Apr-2011)

-  * Precompiled for Windows x86-64  http://hawkeye.arrozcru.org/builds/win64/shared/ (last build compatible with FFmpeg 0.6: 18-Apr-2011)

-  * Precompiled for Android 2.2  http://code.google.com/p/javacv/downloads/list

- * libdc1394 2.1.x (Linux and Mac OS X)  http://sourceforge.net/projects/libdc1394/files/

- * PGR FlyCapture 1.7~2.1 (Windows only)  http://www.ptgrey.com/products/pgrflycapture/

- * Android SDK API 8~11  http://developer.android.com/sdk/

-

-To modify the source code, note that the project files were created with:

- * NetBeans 6.9  http://www.netbeans.org/downloads/

-

-Please keep me informed of any updates or fixes you make to the code so that I may integrate them into the next release. Thank you!

-

-And feel free to ask questions on [http://groups.google.com/group/javacv the mailing list] if you encounter any problems with the software! I am sure it is far from perfect...

-

-

-==Quick Start for OpenCV==

-First, put `javacpp.jar`, `javacv.jar`, and `javacv-*.jar` somewhere in your classpath, and make sure that the library files of OpenCV can be found either in their default installation directory or in the system PATH, which includes the current directory under Windows. Here are some more specific instructions for common cases:

-

-NetBeans (Java SE 6):

- * In the Projects window, right-click the Libraries node of your project, and select "Add JAR/Folder...".

- * Locate the JAR files, select them, and click OK.

-

-Eclipse (Java SE 6):

- * Navigate to Project > Properties > Java Build Path > Libraries and click "Add External JARs..."

- * Locate the JAR files, select them, and click OK.

-

-Eclipse (Android 2.2 or newer):

- * Follow the instructions on this page: http://developer.android.com/guide/tutorials/hello-world.html

- * Go to File > New > Folder, select your project as parent folder, type "libs/armeabi" as Folder name, and click Finish.

- * Copy `javacpp.jar` and `javacv.jar` in the newly created "libs" folder.

- * Extract the `*.so` files from `javacv-android-arm.jar` *as well as* the `*.so` files of OpenCV in the newly created "libs/armeabi" folder.

- * Navigate to Project > Properties > Java Build Path > Libraries and click "Add JARs..."

- * Select both `javacpp.jar` and `javacv.jar` from the newly created "libs" folder.

-

-After that, the wrapper classes for OpenCV can automatically access all of its C API. The class definitions are basically ports to Java of the original include files in C, and I deliberately decided to keep as much of the original syntax as possible. For example, here is a method that tries to load an image file, smooth it, and save it back to disk:

-

-{{{

-import static com.googlecode.javacv.cpp.opencv_core.*;

-import static com.googlecode.javacv.cpp.opencv_imgproc.*;

-import static com.googlecode.javacv.cpp.opencv_highgui.*;

-

-public class Smoother {

-    public static void smooth(String filename) { 

-        IplImage image = cvLoadImage(filename);

-        if (image != null) {

-            cvSmooth(image, image, CV_GAUSSIAN, 3);

-            cvSaveImage(filename, image);

-        }

-    }

-}

-}}}

-

-JavaCV also comes with helper classes and methods on top of OpenCV to facilitate its integration to the Java platform. Here is a small demo program demonstrating the most frequently useful parts:

-

-{{{

-import com.googlecode.javacpp.Loader;

-import com.googlecode.javacv.*;

-import com.googlecode.javacv.cpp.*;

-import static com.googlecode.javacv.cpp.opencv_core.*;

-import static com.googlecode.javacv.cpp.opencv_imgproc.*;

-import static com.googlecode.javacv.cpp.opencv_calib3d.*;

-import static com.googlecode.javacv.cpp.opencv_objdetect.*;

-

-public class Demo {

-    public static void main(String[] args) throws Exception {

-        String classifierName = null;

-        if (args.length > 0) {

-            classifierName = args[0];

-        } else {

-            System.err.println("Please provide the path to \"haarcascade_frontalface_alt.xml\".");

-            System.exit(1);

-        }

-

-        // Preload the opencv_objdetect module to work around a known bug.

-        Loader.load(opencv_objdetect.class);

-

-        // We can "cast" Pointer objects by instantiating a new object of the desired class.

-        CvHaarClassifierCascade classifier = new CvHaarClassifierCascade(cvLoad(classifierName));

-        if (classifier.isNull()) {

-            System.err.println("Error loading classifier file \"" + classifierName + "\".");

-            System.exit(1);

-        }

-

-        // CanvasFrame is a JFrame containing a Canvas component, which is hardware accelerated.  

-        // It can also switch into full-screen mode when called with a screenNumber.

-        CanvasFrame frame = new CanvasFrame("Some Title");

-

-        // OpenCVFrameGrabber uses opencv_highgui, but other more versatile FrameGrabbers 

-        // include DC1394FrameGrabber, FlyCaptureFrameGrabber, VideoInputFrameGrabber and 

-        // FFmpegFrameGrabber.

-        FrameGrabber grabber = new OpenCVFrameGrabber(0);

-        grabber.start();

-

-        // FAQ about IplImage:

-        // - For custom raw processing of data, getByteBuffer() returns an NIO direct

-        //   buffer wrapped around the memory pointed by imageData.

-        // - To get a BufferedImage from an IplImage, you may call getBufferedImage().

-        // - The createFrom() factory method can construct an IplImage from a BufferedImage.

-        // - There are also a few copy*() methods for BufferedImage<->IplImage data transfers.

-        IplImage grabbedImage = grabber.grab();

-        int width  = grabbedImage.width();

-        int height = grabbedImage.height();

-        IplImage grayImage    = IplImage.create(width, height, IPL_DEPTH_8U, 1);

-        IplImage rotatedImage = grabbedImage.clone();

-

-        // Let's create some random 3D rotation...

-        CvMat randomR = CvMat.create(3, 3), randomAxis = CvMat.create(3, 1);

-        // We can easily and efficiently access the elements of CvMat objects

-        // with the set of get() and put() methods.

-        randomAxis.put((Math.random()-0.5)/4, (Math.random()-0.5)/4, (Math.random()-0.5)/4);

-        cvRodrigues2(randomAxis, randomR, null);

-        double f = (width + height)/2.0;        randomR.put(0, 2, randomR.get(0, 2)*f);

-                                                randomR.put(1, 2, randomR.get(1, 2)*f);

-        randomR.put(2, 0, randomR.get(2, 0)/f); randomR.put(2, 1, randomR.get(2, 1)/f);

-        System.out.println(randomR);

-

-        // Objects allocated with a create*() or clone() factory method are automatically released

-        // by the garbage collector, but may still be explicitly released by calling release().

-        CvMemStorage storage = CvMemStorage.create();

-

-        // We can allocate native arrays using constructors taking an integer as argument.

-        CvPoint hatPoints = new CvPoint(3);

-

-        // Again, FFmpegFrameRecorder also exists as a more versatile alternative.

-        FrameRecorder recorder = new OpenCVFrameRecorder("output.avi", width, height);

-        recorder.start();

-

-        while (frame.isVisible() && (grabbedImage = grabber.grab()) != null) {

-            // Let's try to detect some faces! but we need a grayscale image...

-            cvCvtColor(grabbedImage, grayImage, CV_BGR2GRAY);

-            CvSeq faces = cvHaarDetectObjects(grayImage, classifier, storage, 

-                1.1, 3, CV_HAAR_DO_CANNY_PRUNING);

-            int total = faces.total();

-            for (int i = 0; i < total; i++) {

-                CvRect r = new CvRect(cvGetSeqElem(faces, i));

-                int x = r.x(), y = r.y(), w = r.width(), h = r.height();

-                cvRectangle(grabbedImage, cvPoint(x, y), cvPoint(x+w, y+h), CvScalar.RED, 1, CV_AA, 0);

-

-                // To access the elements of a native array, use the position() method.

-                hatPoints.position(0).x(x-w/10)   .y(y-h/10);

-                hatPoints.position(1).x(x+w*11/10).y(y-h/10);

-                hatPoints.position(2).x(x+w/2)    .y(y-h/2);

-                cvFillConvexPoly(grabbedImage, hatPoints.position(0), 3, CvScalar.GREEN, CV_AA, 0);

-            }

-

-            // Let's find some contours! but first some thresholding...

-            cvThreshold(grayImage, grayImage, 64, 255, CV_THRESH_BINARY);

-

-            // To check if an output argument is null we may call either isNull() or equals(null).

-            CvSeq contour = new CvSeq(null);

-            cvFindContours(grayImage, storage, contour, Loader.sizeof(CvContour.class),

-                    CV_RETR_LIST, CV_CHAIN_APPROX_SIMPLE);

-            while (contour != null && !contour.isNull()) {

-                if (contour.elem_size() > 0) {

-                    CvSeq points = cvApproxPoly(contour, Loader.sizeof(CvContour.class),

-                            storage, CV_POLY_APPROX_DP, cvContourPerimeter(contour)*0.02, 0);

-                    cvDrawContours(grabbedImage, points, CvScalar.BLUE, CvScalar.BLUE, -1, 1, CV_AA);

-                }

-                contour = contour.h_next();

-            }

-

-            cvWarpPerspective(grabbedImage, rotatedImage, randomR);

-

-            frame.showImage(rotatedImage);

-            recorder.record(rotatedImage);

-

-            cvClearMemStorage(storage);

-        }

-        recorder.stop();

-        grabber.stop();

-        frame.dispose();

-    }

-}

-}}}

-

-

-==Acknowledgments==

-I am currently an active member of the Okutomi & Tanaka Laboratory, Tokyo Institute of Technology, supported by a scholarship from the Ministry of Education, Culture, Sports, Science and Technology (MEXT) of the Japanese Government.

-

-

-==Changes==

-===May 11, 2011===

- * Removed `CvMat` object pooling in favor of more efficient `ThreadLocal` objects created by `CvMat.createThreadLocal()`

- * Changed `Marker.getCenter()` back to the centroid, because it has better noise averaging properties and gives in practice more accurate results than the actual center

- * Added hack to `OpenCVFrameGrabber.start()` to wait for `cvRetrieveFrame()` to return something else than `null` under Mac OS X

- * FFmpeg now works properly on Windows and Android (issue #63) with newer binaries

- * New `videoInputLib` wrapper and corresponding `VideoInputFrameGrabber` to capture using DirectShow, useful under Windows 7 where OpenCV and FFmpeg can fail to capture using Video for Windows (issue #58)

- * `GeometricCalibrator` now reports the maximum errors in addition to the average (RMS) errors

-

-===April 7, 2011===

- * Added a `format` property to `CameraDevice`, `FrameGrabber`, and `FrameRecorder`, mostly useful for `FFmpegFrameGrabber`, where interesting values include "dv1394", "mjpeg", "video4linux2", "vfwcap", and "x11grab"

- * `OpenCVFrameRecorder` now uses `CV_FOURCC_PROMPT` under Windows as default since `CV_FOURCC_DEFAULT` crashes (issue #49)

- * Added hack to make sure the temporarily extracted library files get properly deleted under Windows

- * JavaCPP now loads classes more lazily

- * Fixed most occurences of `UnsatisfiedLinkError` (issue #54), but some corner cases may require a call to `Loader.load()` on the class one wishes to use

- * Added (rudimentary) outlier detection and modified zero threshold handling in the image alignment framework

- * New `JavaCV.hysteresisThreshold()` feature

- * New `HandMouse` functionality, which depends on the image alignment framework

- * Fixed `ProjectiveDevice.distort()`, which mistakenly undistorted images instead

- * New `HoughLines` sample thanks to Jeremy Nicola

-

-===February 19, 2011===

- * Switched from JNA to JavaCPP, which has a lower overhead and supports C++, bringing hope that future versions of JavaCV will support features of OpenCV available only through the C++ API

- * Consequently, the syntax of various operations have changed a bit, but the transition should not be too painful

- * As a happier consequence, this also fixes the problem with SSE instructions on 32-bit x86 (issue #36)

- * Also, JavaCPP does not have any limitations or performance issues with large data structures (issue #10 and issue #14)

- * Added support for OpenCV 2.2 (issue #42), but dropped support for all previous versions

- * Added samples provided by users (issue #1, issue #45, and issue #46)

- * Added deinterlace setting to `FFmpegFrameGrabber` having it call `avpicture_deinterlace()` (issue #38)

- * Enhanced a few things of the image alignment algorithm

- * Tried to fix image format conversion inside `FlyCaptureFrameGrabber`, but this is going to require more careful debugging

- * Fixed and added various other things I forget

-

-===December 2, 2010===

- * Now works on Android with the Dalvik VM (for more details, please refer to the FacePreview sample available on the download page)

- * Added more hacks to `CanvasFrame` in the hope to make it behave better outside the EDT

- * Made clearer the error messages thrown from `FrameGrabber` objects, when `start()` may not have been called

- * Fixed version specific declarations of `CvStereoBMState` and related functions

- * Fixed conditions that could crash `cvkernels`

-

-===November 4, 2010===

- * Renamed the package namespace to `com.googlecode.javacv`, which makes more sense now that JavaCV has been well anchored at Google Code for more than a year, piggybacking on the unique and easy-to-remember domain name

- * Included new FFmpeg wrapper classes `avutil`, `avcodec`, `avformat`, `avdevice`, `avfilter`, `postprocess`, and `swscale`, eliminating the need of the separate FFmpeg-Java package

- * `CanvasFrame` now redraws its `Canvas` after the user resizes the `Frame`

- * Fixed the `Error` thrown when calling `CanvasFrame.showImage()` from the EDT

- * Added check to `DC1394FrameGrabber` so that a "Failed to initialize libdc1394" does not crash the JVM

- * `FFmpegFrameGrabber` does not crash anymore when forgetting to call `start()` before a `grab()` or `trigger()`

- * `FrameGrabber` now selects the default grabber a bit better

- * Made sweeping changes (for the better, but still not finalized) to `GNImageAligner`, `ProjectiveTransformer`, `ProjectiveGainBiasTransformer`, and `ProCamTransformer`...

- * Added to `JavaCV` more methods related to transformation of planes: `perspectiveTransform()`, `getPlaneParameters()`, `getPerspectiveTransform()`, and `HtoRt()`, as well as `ProjectiveDevice.getFrontoParallelH()`

- * Added a static `autoSynch` flag to all `Structure` classes of `cxcore`, `cv`, and `cvaux`, which you may set to `false` prior to the return of things like big and heavy `CvSeq` to make them load faster and to avoid stack overflows, but accessing fields will then require manual calls to `readField()` and `writeField()` (issue #10 and #14)

- * Added missing `ByValue` subclasses to `CvSeq`, `CvSet`, `CvContourTree`, and `CvChain`... Any others missing?

- * Fixed `Exception` thrown from `cvCreateHist()` under JNA 3.2.7 (issue #26)

- * Enhanced `CvMat.put()`, which now supports setting submatrices

- * Improved inside `IplImage` the support of `BufferedImage`, especially those using a `DirectColorModel` (issue #23)

- * Fixed crash in `cvkernels` when color transformation `X` is `null`

-

-===July 30, 2010===

- * Fixed crash that would occur in `CanvasFrame` for some video drivers

- * `FFmpegFrameGrabber` now supports other input formats (devices), such as `x11grab` that can be used for screencasting

- * Added `JavaCV.median()` function, and `JavaCV.fractalTriangleWave()` now respects image ROI

- * Fixed background subtraction in `cvaux`

- * Fixed crash inside the code for direct alignment caused by the ROI getting set outside the image plane

- * Added `deltaScale` and `tryToFixPlane` to `GNImageAligner.Settings` (the first used in `ImageTransformer.Parameters` as increment, randomly selected forward or backward, for finite difference), which sometimes help to jump over local minima

-

-===May 30, 2010===

- * Removed redundant `CvMemStorage.clearMem()` method, use `cvClearMemStorage()`

- * Fixed the sample `Test2` class that did not work under Windows

- * Fixed corruption by the `cvkernels` `transformer` at the borders

- * Modified `CanvasFrame` constructors and added a `gamma` argument used by `showImage(IplImage)`

- * `CanvasFrame` now lets users resize the frame, while displayed images are stretched to fit the new size

- * Renamed `CanvasFrame.acquireGraphics()` to `createGraphics()` for consistency

- * When `FlyCaptureFrameGrabber` cannot set fastest speed, it now safely fails by setting any supported speed

- * Added a new `Parallel.loop()` method that can use more threads than the number of CPU cores detected

- * Added new `numThreads` property to `GNImageAligner` and fixed a few minor inconsistencies as well

- * Fixed incorrect `Java.HnToRt()`, and added a few `norm()` and `randn()` methods

- * For functions with `float[]` and `double[]` arguments in `cvaux` and `cv`, added complementary `FloatBuffer` and `DoubleBuffer` declarations

- * Fixed loading problems with `cvaux`

- * Fixed and enhanced histogram, back projection, and other CAMSHIFT related functionality

- * Added code for `CvRNG`

- * Added "/opt/local/lib/" and "/opt/local/lib64/" (standard on Mac OS X) to the default list of search paths for OpenCV

- * Added `CvScalar.getVal()` and `CvIntScalar.getVal()`, which simply return the `val` field, convenient for Scala where `val` is a reserved word

- * Fixed the construction of `IplImage` from a `Pointer`

- * Removed incorrect cases when an `IplImage` gets converted to a `BufferedImage.TYPE_CUSTOM`

- * Made `CvArr.PointerByReference` a bit more consistent and general

-

-===April 16, 2010===

- * Modified `IplImage`, `FrameGrabber`, and `CanvasFrame` to get better default behavior of gamma correction

- * Fixed `cv.CvHistogram` and related histogram functions

- * `CameraDevice.Settings.triggerFlushSize` now defaults to 5 (only affects `OpenCVFrameGrabber` and `FFmpegFrameGrabber`)

- * Replaced `LMImageAligner` by `GNImageAligner`, a more appropriate name for Gauss-Newton with `lineSearch`

- * Fixed a few things related with `ProjectiveDevice.Settings`

-

-===April 8, 2010===

- * Added support for OpenCV 2.1

-

-===April 5, 2010===

- * Fixed up `clone()` methods to avoid the need to cast

- * Removed the `fullScreen` argument from `CanvasFrame` constructors, which will now switch to full-screen mode only when a `screenNumber` is explicitly passed

- * Renamed `FrameGrabber.ColorMode.GRAYSCALE` to `GRAY`

- * Replaced deprecated functions from `FFmpegFrameGrabber` and `FFmpegFrameRecorder`

- * `FFmpegFrameGrabber` can now resize images

-

-===March 21, 2010===

- * Added new classes and methods used by ProCamTracker: `cvkernels`, `JavaCV.fractalTriangleWave()`, `ImageAligner`, `LMImageAligner`, `ImageTransformer`, `ProjectiveTransformer`, `ProjectiveGainBiasTransformer`, `ProCamTransformer`, and `ReflectanceInitializer`

- * `CameraDevice.Settings` has a new `deviceFile` property (used by a `FrameGrabber`), which brings up a file dialog for some `PropertyEditor`s

- * Moved in `CameraSettings`, `ProjectorSettings`, and `FrameGrabber.PropertyEditor` from the `procamcalib` package

- * Added to `CameraDevice.Settings` and `FrameGrabber` a `triggerFlushSize` property to indicate the number of buffers to flush on `trigger()` to compensate for cheap cameras that keep old images in memory indefinitely

- * Changed the type of `CameraDevice.Settings.deviceNumber` to `Integer` so we may set it to `null`

- * Fixed and enhanced `CanvasFrame.showImage()` methods a bit

- * In `triggerMode` `DC1394FrameGrabber` now tries to use a real software trigger and only falls back to one-shot mode on error

- * Fixed array constructors of `IplImage.PointerByReference()` and `CvImgObsInfo.PointerByReference()`

- * Added `CvPoint.fillArray()` methods to reuse preallocated arrays and changed `createArray()` a bit as well

- * Fixed and enhanced all `IplImage.copy*()` methods, including new support for ROIs and subimages, which affects `create*()` and `getBufferedImage()` methods as well

- * Updated `Marker` to support different size and spacing in X and Y

- * Added `Settings` to `ObjectFinder`

- * Fixed distortion problem in `ProjectiveDevice` and `ProCamColorCalibrator` with OpenCV 1.1pre1

- * Split `ProjectiveDevice.Settings` into `ProjectiveDevice.CalibrationSettings` (for applications like ProCamCalib) and `ProjectiveDevice.CalibratedSettings` (for applications like ProCamTracker)

- * Renamed `gamma` to `responseGamma` in `ProjectiveDevice`, and moved previous `nominalDistance` parameter to `Settings`

- * Added `ProjectiveDevice.rescale()` to rescale calibration parameters when switching a device to a new image size

- * `ProjectiveDevice.undistort()` and `distort()` can now `useFixedPointMaps` of OpenCV

- * `ProjectiveDevice` and its subclasses now `throw new Exception()` if the `parameterFile` cannot be read

-

-===February 13, 2010===

- * Relicensed JavaCV under the GPLv2 with Classpath exception (see LICENSE.txt). Please note that if your application links with code that needs ARToolKitPlus, for example, it will become subject to the full GPL, without Classpath exception

- * Added `devicePath` setting to `CameraDevice` that works with `FFmpegFrameGrabber`, `OpenCVFrameGrabber`, and other `FrameGrabber` with a String constructor

- * Added "C:/OpenCV2.0/bin/release/" to the directory list to search for OpenCV DLLs

- * Moved `cvFindHomography()`, `cvFindExtrinsicCameraParams2()`, `cvReprojectImageTo3D()`, `cvSaveImage()`, and `cvRetrieveFrame()` to version specific classes since their number of arguments differ with the version of OpenCV

- * Enhanced `CvMat.put(CvMat mat)` to work better even when the matrices are not actually compatible

- * Added new `IplImage` factory methods `createCompatible(IplImage image)`, `createIfNotCompatible(IplImage image, IplImage template)`, and `createFrom(BufferedImage image)`

- * Fixed `distortionCoeffs` corruption that might occur in `ProjectiveDevice`

-

-===January 3, 2010===

- * Added wrapper for the `cvaux` module of OpenCV

- * Added abstract `FrameRecorder` class and a `OpenCVFrameRecorder` class

- * Fixed read() problem that might occur within Pointer constructors

- * Running `java -jar javacv.jar` now displays version information

-

-===December 22, 2009===

- * Fixed `CanvasFrame` from getting stuck in a maximized window

- * Removed all `setAutoWrite(false)` from `cxcore` now that the bug appears fixed in JNA

- * Added `FFmpegFrameGrabber` and `FFmpegFrameRecorder` to easily record live footage and grab back offline into JavaCV

-

-===November 24, 2009===

- * Added more convenient constructors and factory methods for `CvPoint*`, `CvSize*`, `CvRect`, `CvTermCriteria`, `CvSlice`, and `CvAttrList`

- * Added _R2_ correlation coefficient field to `ProjectiveDevice`

- * Enhanced and fixed color conversion spaghetti code in `FlyCaptureFrameGrabber`

- * Fixed the `CvHaarFeature` Structure 

- * Renamed `CvIntScalar` factory methods to match with `CvScalar`

- * Enhanced and fixed some problems with gamma correction in `IplImage`

- * Added a `highgui.CV_FOURCC()` method that takes chars as parameter

- * Moved `MarkedPlane.drawMarkers()` to `Marker.draw()` for better code reuse

- * Added `MarkedPlane.getTotalWarp()` with a "useCenters" parameter

- * Changed default values of `MarkerDetector.binarizationKWhiteMarkers` to 1.0 and `ProjectorDevice.brightnessBackground` to 0.0

- * Fixed issue with image width and memory alignment in `MarkerDetector`

- * `Marker.getCenter()` now computes the actual physical center instead of the centroid

- * `OpenCVFrameGrabber.getDeviceDescriptions()` now throws `UnsupportedOperationException`

- * Added support in `OpenCVFrameGrabber` to grab frames from video files

- * Added `ProjectiveDevice.getRectifyingHomography()` method

- * Added `JavaCvErrorCallback` to easily catch errors of OpenCV in Java

-

-===October 19, 2009===

- * Moved the functionality of `CvMatPool` to the `CvMat.take()` and `.pool()` methods

- * Added color calibration for projector-camera systems (`ProCamColorCalibrator`)

- * Updated `DC1394FrameGrabber` to handle more conversion use cases automatically

- * Fixed `CvIntScalar` to mirror `CvScalar`

-

-===October 14, 2009===

- * Change of plan: JavaCV now works with any of OpenCV 1.0, 1.1pre1, or 2.0! Version specific functionality is enclosed in subclasses, e.g., the class `cv.v20` can access everything from the `cv` module of OpenCV 2.0

- * Added a few missing functions and adjusted some mappings to make them closer to the C API

- * Added a few more helper methods to `CvPoint*`

- * Added temporary storage to `ObjectFinder` to plug the memory leak

-

-===October 2, 2009===

- * Fixed problem when loading distortion coefficients with `ProjectiveDevice`

- * Added automatic read and write for functions with arrays of `Structure` or `PointerByReference`

- * Added to `cv.java` a few missing functions related to calibration

- * Fixed up a bit helper methods for `CvPoint*`, `CvScalar`, `CvRect`, `CvBox2D`, `CvMat`, `IplImage`, `CvMemStorage`, `CvSeq`, and `CvSeqBlock`

- * Added `CvMatPool` to `MarkedPlane` and `Marker`

- * Added a few new `distort()` methods to `ProjectiveDevice`

- * Last version to support OpenCV 1.1pre1: Future version will require OpenCV 2.0

-

-===August 27, 2009===

- * `IplImage` now flips the buffer on copy if necessary

- * Added needed Pointer constructor for `CvSURFPoint` and `CvConvexityDefect`

- * Cleaned up a bit the messy Buffers in `CvMat`

-

-===August 26, 2009===

- * Added `get*Buffer()` functions to `IplImage`

- * Added more options for gamma correction in `IplImage` and `ProjectiveDevice`

- * Further cleaned up the namespace and constructors of `ProjectiveDevices`

- * `CanvasFrame.waitKey()` now only checks `KeyEvent.KEY_PRESSED`

- * Added `CvMatPool` to avoid recreating matrices

- * Moved `CvScalar` functions to `cxcore`

-

-===August 19, 2009===

- * Switched to using `import static` for relief from namespace hell

- * Fixed color channel reversal of Bayer images in `DC1394FrameGrabber`

-

-===August 11, 2009===

-Initial release

-

-

-----

-Copyright (C) 2009,2010,2011 Samuel Audet <samuel.audet@gmail.com>

-Project site: http://code.google.com/p/javacv/

-

-Licensed under the GNU General Public License version 2 (GPLv2) with Classpath exception.

-Please refer to LICENSE.txt or http://www.gnu.org/licenses/ for details.

-

diff --git a/971cv/external_jars/WPIJavaCV.jar b/971cv/external_jars/WPIJavaCV.jar
deleted file mode 100644
index 8cfa590..0000000
--- a/971cv/external_jars/WPIJavaCV.jar
+++ /dev/null
Binary files differ
diff --git a/971cv/external_jars/javacpp.jar b/971cv/external_jars/javacpp.jar
deleted file mode 100644
index 31fefca..0000000
--- a/971cv/external_jars/javacpp.jar
+++ /dev/null
Binary files differ
diff --git a/971cv/external_jars/javacv-linux-x86_64.jar b/971cv/external_jars/javacv-linux-x86_64.jar
deleted file mode 100644
index a51b73e..0000000
--- a/971cv/external_jars/javacv-linux-x86_64.jar
+++ /dev/null
Binary files differ
diff --git a/971cv/external_jars/javacv-windows-x86.jar b/971cv/external_jars/javacv-windows-x86.jar
deleted file mode 100644
index ed77f93..0000000
--- a/971cv/external_jars/javacv-windows-x86.jar
+++ /dev/null
Binary files differ
diff --git a/971cv/external_jars/javacv.jar b/971cv/external_jars/javacv.jar
deleted file mode 100644
index 06d337a..0000000
--- a/971cv/external_jars/javacv.jar
+++ /dev/null
Binary files differ
diff --git a/971cv/hs_err_pid10067.log b/971cv/hs_err_pid10067.log
deleted file mode 100644
index b242351..0000000
--- a/971cv/hs_err_pid10067.log
+++ /dev/null
@@ -1,926 +0,0 @@
-#
-# A fatal error has been detected by the Java Runtime Environment:
-#
-#  SIGSEGV (0xb) at pc=0x00007fdf960abd19, pid=10067, tid=140598286821120
-#
-# JRE version: 6.0_27-b27
-# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
-# Derivative: IcedTea6 1.12.3
-# Distribution: Ubuntu 12.04 LTS, package 6b27-1.12.3-0ubuntu1~12.04
-# Problematic frame:
-# C  [libopencv_core.so.2.2+0x12bd19]  cvStartReadSeq+0x89
-#
-# If you would like to submit a bug report, please include
-# instructions how to reproduce the bug and visit:
-#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
-# The crash happened outside the Java Virtual Machine in native code.
-# See problematic frame for where to report the bug.
-#
-
----------------  T H R E A D  ---------------
-
-Current thread (0x00007fdfa016d800):  JavaThread "Test Client" [_thread_in_native, id=10086, stack(0x00007fdf96e12000,0x00007fdf96f13000)]
-
-siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000008042995020
-
-Registers:
-RAX=0x00007fdf3a110ae8, RBX=0x00007fdf96f110d0, RCX=0x0000000000000000, RDX=0x0000000000000000
-RSP=0x00007fdf96f0e800, RBP=0x00007fdf3a110468, RSI=0x00007fdf96f110d0, RDI=0x000000804299500c
-R8 =0x0000000000000008, R9 =0x0101010101010101, R10=0x0000000000000000, R11=0x00007fdfa6440cfe
-R12=0x0000000000000000, R13=0x00007fdf8fd23b90, R14=0x0000000000000001, R15=0x00007fdfa016d800
-RIP=0x00007fdf960abd19, EFLAGS=0x0000000000010206, CSGSFS=0x0100000000000033, ERR=0x0000000000000004
-  TRAPNO=0x000000000000000e
-
-Top of Stack: (sp=0x00007fdf96f0e800)
-0x00007fdf96f0e800:   00007fdfa016d800 00007fdf960abad9
-0x00007fdf96f0e810:   00007fdf96f11290 00007fdf960ab975
-0x00007fdf96f0e820:   00007fdfa016d800 00007fdfa6b8bd39
-0x00007fdf96f0e830:   0000000000000000 00007fdfa016d9d0
-0x00007fdf96f0e840:   000000000000099b 00007fdf96f0e8a0
-0x00007fdf96f0e850:   000000000000099b 00007fdf96f108f8
-0x00007fdf96f0e860:   ffffffff00000001 00007fdf6404e4f0
-0x00007fdf96f0e870:   00007fdf3a110468 00007fdf96f0e940
-0x00007fdf96f0e880:   00007fdf3a110468 0000000000000000
-0x00007fdf96f0e890:   00007fdf8fd23b90 00007fdf8fd249c5
-0x00007fdf96f0e8a0:   4cb96561ae8557cd eb14398023f49016
-0x00007fdf96f0e8b0:   2fbb3a33e096e578 ffffffff0000011d
-0x00007fdf96f0e8c0:   00007fdf3a1041d8 00000000ffffffff
-0x00007fdf96f0e8d0:   00007fdf3a1043c0 48e50bad0000000c
-0x00007fdf96f0e8e0:   000000f33cd3111c 00007fdf3a110468
-0x00007fdf96f0e8f0:   0000000000000001 00007fdf96f0e940
-0x00007fdf96f0e900:   00007fdf96f0f9a0 00007fdf3a14fb00
-0x00007fdf96f0e910:   0000000000000000 00007fdf8fd23b90
-0x00007fdf96f0e920:   4299500c00000001 00007fdf96f0e940
-0x00007fdf96f0e930:   00007fdf96f0e940 0000000000000208
-0x00007fdf96f0e940:   00007fdf3a101ea0 00007fdf3a102128
-0x00007fdf96f0e950:   00007fdf3a1022e0 00007fdf3a1022e8
-0x00007fdf96f0e960:   00007fdf3a102670 00007fdf3a102688
-0x00007fdf96f0e970:   00007fdf3a1026a0 00007fdf3a102690
-0x00007fdf96f0e980:   00007fdf3a102698 00007fdf3a103680
-0x00007fdf96f0e990:   00007fdf3a103678 00007fdf3a103670
-0x00007fdf96f0e9a0:   00007fdf3a1036f0 00007fdf3a1036e8
-0x00007fdf96f0e9b0:   00007fdf3a1036d8 00007fdf3a1036d0
-0x00007fdf96f0e9c0:   00007fdf3a1036e0 00007fdf3a1045a8
-0x00007fdf96f0e9d0:   00007fdf3a1044a8 00007fdf3a1044a0
-0x00007fdf96f0e9e0:   00007fdf3a1044b0 00007fdf3a1044c8
-0x00007fdf96f0e9f0:   00007fdf3a1044d0 00007fdf3a104510 
-
-Instructions: (pc=0x00007fdf960abd19)
-0x00007fdf960abcf9:   40 00 00 00 48 89 6b 08 48 85 c0 0f 84 6e 01 00
-0x00007fdf960abd09:   00 48 8b 38 44 8b 45 2c 48 8b 50 18 44 8b 50 10
-0x00007fdf960abd19:   8b 77 14 4c 8b 4f 18 48 89 53 18 44 89 53 30 8d
-0x00007fdf960abd29:   4e ff 41 0f af c8 48 63 c9 4c 01 c9 45 85 e4 48 
-
-Register to memory mapping:
-
-RAX=0x00007fdf3a110ae8 is an unknown value
-RBX=0x00007fdf96f110d0 is pointing into the stack for thread: 0x00007fdfa016d800
-RCX=0x0000000000000000 is an unknown value
-RDX=0x0000000000000000 is an unknown value
-RSP=0x00007fdf96f0e800 is pointing into the stack for thread: 0x00007fdfa016d800
-RBP=0x00007fdf3a110468 is an unknown value
-RSI=0x00007fdf96f110d0 is pointing into the stack for thread: 0x00007fdfa016d800
-RDI=0x000000804299500c is an unknown value
-R8 =0x0000000000000008 is an unknown value
-R9 =0x0101010101010101 is an unknown value
-R10=0x0000000000000000 is an unknown value
-R11=0x00007fdfa6440cfe: <offset 0x8bcfe> in /lib/x86_64-linux-gnu/libc.so.6 at 0x00007fdfa63b5000
-R12=0x0000000000000000 is an unknown value
-R13=0x00007fdf8fd23b90: <offset 0x156b90> in /usr/lib/libopencv_imgproc.so.2.2 at 0x00007fdf8fbcd000
-R14=0x0000000000000001 is an unknown value
-R15=0x00007fdfa016d800 is a thread
-
-
-Stack: [0x00007fdf96e12000,0x00007fdf96f13000],  sp=0x00007fdf96f0e800,  free space=1010k
-Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
-C  [libopencv_core.so.2.2+0x12bd19]  cvStartReadSeq+0x89
-
-Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
-J  com.googlecode.javacv.cpp.opencv_imgproc.cvConvexHull2(Lcom/googlecode/javacv/cpp/opencv_core$CvArr;Lcom/googlecode/javacpp/Pointer;II)Lcom/googlecode/javacv/cpp/opencv_core$CvSeq;
-J  edu.wpi.first.wpijavacv.DaisyExtensions.findConvexContours(Ledu/wpi/first/wpijavacv/WPIBinaryImage;)[Ledu/wpi/first/wpijavacv/WPIContour;
-J  org.frc971.Recognizer2013.processImage(Ledu/wpi/first/wpijavacv/WPIColorImage;)Ledu/wpi/first/wpijavacv/WPIImage;
-j  org.frc971.VisionTuner.processImage(Ledu/wpi/first/wpijavacv/WPIColorImage;)V+24
-j  org.frc971.VisionTuner.main([Ljava/lang/String;)V+98
-j  org.frc971.TestClient.run()V+6
-v  ~StubRoutines::call_stub
-
----------------  P R O C E S S  ---------------
-
-Java Threads: ( => current thread )
-  0x00007fdf540a8000 JavaThread "TimerQueue" daemon [_thread_blocked, id=10094, stack(0x00007fdf3d403000,0x00007fdf3d504000)]
-  0x00007fdf64141800 JavaThread "Accepter Thread" [_thread_in_native, id=10091, stack(0x00007fdf8ec7e000,0x00007fdf8ed7f000)]
-  0x00007fdf6413b000 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=10090, stack(0x00007fdf8ef88000,0x00007fdf8f089000)]
-  0x00007fdf64136800 JavaThread "AWT-Shutdown" [_thread_blocked, id=10089, stack(0x00007fdf8f089000,0x00007fdf8f18a000)]
-  0x00007fdf6410c800 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=10088, stack(0x00007fdf8f18a000,0x00007fdf8f28b000)]
-  0x00007fdf64083000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=10087, stack(0x00007fdf940f6000,0x00007fdf941f7000)]
-=>0x00007fdfa016d800 JavaThread "Test Client" [_thread_in_native, id=10086, stack(0x00007fdf96e12000,0x00007fdf96f13000)]
-  0x00007fdfa009e000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=10084, stack(0x00007fdf97014000,0x00007fdf97115000)]
-  0x00007fdfa009c000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=10083, stack(0x00007fdf97115000,0x00007fdf97216000)]
-  0x00007fdfa0099000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=10082, stack(0x00007fdf97216000,0x00007fdf97317000)]
-  0x00007fdfa008b000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10081, stack(0x00007fdf97317000,0x00007fdf97418000)]
-  0x00007fdfa0078800 JavaThread "Finalizer" daemon [_thread_blocked, id=10080, stack(0x00007fdf97afb000,0x00007fdf97bfc000)]
-  0x00007fdfa0076800 JavaThread "Reference Handler" daemon [_thread_blocked, id=10079, stack(0x00007fdf97bfc000,0x00007fdf97cfd000)]
-  0x00007fdfa0008000 JavaThread "main" [_thread_in_native, id=10073, stack(0x00007fdfa6e94000,0x00007fdfa6f95000)]
-
-Other Threads:
-  0x00007fdfa0071800 VMThread [stack: 0x00007fdf97cfd000,0x00007fdf97dfe000] [id=10078]
-  0x00007fdfa00a9000 WatcherThread [stack: 0x00007fdf96f13000,0x00007fdf97014000] [id=10085]
-
-VM state:not at safepoint (normal execution)
-
-VM Mutex/Monitor currently owned by a thread: None
-
-Heap
- PSYoungGen      total 222528K, used 200340K [0x00000000ebf60000, 0x00000000fcd20000, 0x0000000100000000)
-  eden space 186112K, 88% used [0x00000000ebf60000,0x00000000f5f8df98,0x00000000f7520000)
-  from space 36416K, 99% used [0x00000000f9e80000,0x00000000fc1f7270,0x00000000fc210000)
-  to   space 42368K, 0% used [0x00000000f7520000,0x00000000f7520000,0x00000000f9e80000)
- PSOldGen        total 271872K, used 192486K [0x00000000c3e00000, 0x00000000d4780000, 0x00000000ebf60000)
-  object space 271872K, 70% used [0x00000000c3e00000,0x00000000cf9f9a20,0x00000000d4780000)
- PSPermGen       total 31424K, used 16526K [0x00000000b9800000, 0x00000000bb6b0000, 0x00000000c3e00000)
-  object space 31424K, 52% used [0x00000000b9800000,0x00000000ba823a00,0x00000000bb6b0000)
-
-Code Cache  [0x00007fdf9cbeb000, 0x00007fdf9ce5b000, 0x00007fdf9fbeb000)
- total_blobs=699 nmethods=201 adapters=452 free_code_cache=49356864 largest_free_block=8896
-
-Dynamic libraries:
-00400000-00409000 r-xp 00000000 08:06 4850161                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00608000-00609000 r--p 00008000 08:06 4850161                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00609000-0060a000 rw-p 00009000 08:06 4850161                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-01cc6000-01ce7000 rw-p 00000000 00:00 0                                  [heap]
-b9800000-bb6b0000 rw-p 00000000 00:00 0 
-bb6b0000-bbaf0000 ---p 00000000 00:00 0 
-bbaf0000-c3e00000 rw-p 00000000 00:00 0 
-c3e00000-d4780000 rw-p 00000000 00:00 0 
-d4780000-ebf60000 rw-p 00000000 00:00 0 
-ebf60000-fcd20000 rw-p 00000000 00:00 0 
-fcd20000-100000000 rw-p 00000000 00:00 0 
-7fdf30000000-7fdf30021000 rw-p 00000000 00:00 0 
-7fdf30021000-7fdf34000000 ---p 00000000 00:00 0 
-7fdf38000000-7fdf3a15a000 rw-p 00000000 00:00 0 
-7fdf3a15a000-7fdf3c000000 ---p 00000000 00:00 0 
-7fdf3d403000-7fdf3d406000 ---p 00000000 00:00 0 
-7fdf3d406000-7fdf3d504000 rw-p 00000000 00:00 0 
-7fdf3d504000-7fdf3d630000 rw-s 00000000 00:04 5701643                    /SYSV00000000 (deleted)
-7fdf3d630000-7fdf3d7f4000 rw-p 00000000 00:00 0 
-7fdf3d8d6000-7fdf3d8e0000 r-xp 00000000 08:06 4860894                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so
-7fdf3d8e0000-7fdf3dadf000 ---p 0000a000 08:06 4860894                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so
-7fdf3dadf000-7fdf3dae0000 r--p 00009000 08:06 4860894                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so
-7fdf3dae0000-7fdf3dae1000 rw-p 0000a000 08:06 4860894                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so
-7fdf3dae1000-7fdf3db13000 r-xp 00000000 08:06 4860902                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/liblcms.so
-7fdf3db13000-7fdf3dd12000 ---p 00032000 08:06 4860902                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/liblcms.so
-7fdf3dd12000-7fdf3dd13000 r--p 00031000 08:06 4860902                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/liblcms.so
-7fdf3dd13000-7fdf3dd14000 rw-p 00032000 08:06 4860902                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/liblcms.so
-7fdf3dd14000-7fdf3ddf8000 rw-p 00000000 00:00 0 
-7fdf3ddf8000-7fdf3de8e000 rw-s 001c2000 00:05 8418                       /dev/video0
-7fdf3de8e000-7fdf3df24000 rw-s 0012c000 00:05 8418                       /dev/video0
-7fdf3df24000-7fdf3dfba000 rw-s 00096000 00:05 8418                       /dev/video0
-7fdf3dfba000-7fdf3e050000 rw-s 00000000 00:05 8418                       /dev/video0
-7fdf3e050000-7fdf43051000 rw-p 00000000 00:00 0 
-7fdf43051000-7fdf43054000 r-xp 00000000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7fdf43054000-7fdf43253000 ---p 00003000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7fdf43253000-7fdf43254000 r--p 00002000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7fdf43254000-7fdf43255000 rw-p 00003000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7fdf43255000-7fdf43266000 r-xp 00000000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7fdf43266000-7fdf43465000 ---p 00011000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7fdf43465000-7fdf43466000 r--p 00010000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7fdf43466000-7fdf43467000 rw-p 00011000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7fdf43467000-7fdf43477000 r-xp 00000000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7fdf43477000-7fdf43676000 ---p 00010000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7fdf43676000-7fdf43677000 r--p 0000f000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7fdf43677000-7fdf43678000 rw-p 00010000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7fdf43678000-7fdf43699000 r-xp 00000000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7fdf43699000-7fdf43898000 ---p 00021000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7fdf43898000-7fdf4389a000 r--p 00020000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7fdf4389a000-7fdf4389b000 rw-p 00022000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7fdf4389b000-7fdf438ed000 rw-p 00000000 00:00 0 
-7fdf438ed000-7fdf43967000 r-xp 00000000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7fdf43967000-7fdf43b67000 ---p 0007a000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7fdf43b67000-7fdf43b68000 r--p 0007a000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7fdf43b68000-7fdf43b6b000 rw-p 0007b000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7fdf43b6b000-7fdf43c1f000 r-xp 00000000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7fdf43c1f000-7fdf43e1f000 ---p 000b4000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7fdf43e1f000-7fdf43e25000 r--p 000b4000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7fdf43e25000-7fdf43e26000 rw-p 000ba000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7fdf43e26000-7fdf43e27000 rw-p 00000000 00:00 0 
-7fdf43e27000-7fdf43e9c000 r-xp 00000000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7fdf43e9c000-7fdf4409b000 ---p 00075000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7fdf4409b000-7fdf4409d000 r--p 00074000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7fdf4409d000-7fdf440a2000 rw-p 00076000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7fdf440a2000-7fdf440a8000 r-xp 00000000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7fdf440a8000-7fdf442a7000 ---p 00006000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7fdf442a7000-7fdf442a8000 r--p 00005000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7fdf442a8000-7fdf442a9000 rw-p 00006000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7fdf442a9000-7fdf442d0000 r-xp 00000000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7fdf442d0000-7fdf444d0000 ---p 00027000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7fdf444d0000-7fdf444d2000 r--p 00027000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7fdf444d2000-7fdf444d3000 rw-p 00029000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7fdf444d3000-7fdf444eb000 r-xp 00000000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7fdf444eb000-7fdf446eb000 ---p 00018000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7fdf446eb000-7fdf446ec000 r--p 00018000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7fdf446ec000-7fdf446ed000 rw-p 00019000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7fdf446ed000-7fdf446ef000 rw-p 00000000 00:00 0 
-7fdf446ef000-7fdf4470c000 r-xp 00000000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7fdf4470c000-7fdf4490b000 ---p 0001d000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7fdf4490b000-7fdf4490c000 r--p 0001c000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7fdf4490c000-7fdf4490d000 rw-p 0001d000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7fdf4490d000-7fdf4490e000 rw-p 00000000 00:00 0 
-7fdf4490e000-7fdf44911000 r-xp 00000000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7fdf44911000-7fdf44b10000 ---p 00003000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7fdf44b10000-7fdf44b11000 r--p 00002000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7fdf44b11000-7fdf44b12000 rw-p 00003000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7fdf44b12000-7fdf44b1a000 r-xp 00000000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7fdf44b1a000-7fdf44d1a000 ---p 00008000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7fdf44d1a000-7fdf44d1b000 r--p 00008000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7fdf44d1b000-7fdf44d1c000 rw-p 00009000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7fdf44d1c000-7fdf44d1e000 r-xp 00000000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7fdf44d1e000-7fdf44f1d000 ---p 00002000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7fdf44f1d000-7fdf44f1e000 r--p 00001000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7fdf44f1e000-7fdf44f1f000 rw-p 00002000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7fdf44f1f000-7fdf44fa0000 r-xp 00000000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7fdf44fa0000-7fdf4519f000 ---p 00081000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7fdf4519f000-7fdf451a5000 r--p 00080000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7fdf451a5000-7fdf451a6000 rw-p 00086000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7fdf451a6000-7fdf451ae000 r-xp 00000000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7fdf451ae000-7fdf453ad000 ---p 00008000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7fdf453ad000-7fdf453ae000 r--p 00007000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7fdf453ae000-7fdf453b2000 rw-p 00008000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7fdf453b2000-7fdf453c0000 r-xp 00000000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7fdf453c0000-7fdf455bf000 ---p 0000e000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7fdf455bf000-7fdf455c0000 r--p 0000d000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7fdf455c0000-7fdf455c1000 rw-p 0000e000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7fdf455c1000-7fdf455d0000 r-xp 00000000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7fdf455d0000-7fdf457cf000 ---p 0000f000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7fdf457cf000-7fdf457d0000 r--p 0000e000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7fdf457d0000-7fdf457d1000 rw-p 0000f000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7fdf457d1000-7fdf457e9000 r-xp 00000000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7fdf457e9000-7fdf459e9000 ---p 00018000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7fdf459e9000-7fdf459ea000 r--p 00018000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7fdf459ea000-7fdf459eb000 rw-p 00019000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7fdf459eb000-7fdf459fb000 r-xp 00000000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7fdf459fb000-7fdf45bfa000 ---p 00010000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7fdf45bfa000-7fdf45bfb000 r--p 0000f000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7fdf45bfb000-7fdf45bfc000 rw-p 00010000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7fdf45bfc000-7fdf45c01000 rw-p 00000000 00:00 0 
-7fdf45c01000-7fdf45c83000 r-xp 00000000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7fdf45c83000-7fdf45e82000 ---p 00082000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7fdf45e82000-7fdf45e85000 r--p 00081000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7fdf45e85000-7fdf45e86000 rw-p 00084000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7fdf45e86000-7fdf45e87000 rw-p 00000000 00:00 0 
-7fdf45e87000-7fdf45e96000 r-xp 00000000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7fdf45e96000-7fdf46095000 ---p 0000f000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7fdf46095000-7fdf46096000 r--p 0000e000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7fdf46096000-7fdf46099000 rw-p 0000f000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7fdf46099000-7fdf460a5000 r-xp 00000000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7fdf460a5000-7fdf462a5000 ---p 0000c000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7fdf462a5000-7fdf462a6000 r--p 0000c000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7fdf462a6000-7fdf462a7000 rw-p 0000d000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7fdf462a7000-7fdf462ff000 r-xp 00000000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7fdf462ff000-7fdf464ff000 ---p 00058000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7fdf464ff000-7fdf46500000 r--p 00058000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7fdf46500000-7fdf46501000 rw-p 00059000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7fdf46501000-7fdf46531000 rw-p 00000000 00:00 0 
-7fdf46531000-7fdf4656a000 r-xp 00000000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7fdf4656a000-7fdf46769000 ---p 00039000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7fdf46769000-7fdf4676a000 r--p 00038000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7fdf4676a000-7fdf4676b000 rw-p 00039000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7fdf4676b000-7fdf46786000 r-xp 00000000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7fdf46786000-7fdf46985000 ---p 0001b000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7fdf46985000-7fdf46986000 r--p 0001a000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7fdf46986000-7fdf46987000 rw-p 0001b000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7fdf46987000-7fdf469a5000 r-xp 00000000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7fdf469a5000-7fdf46ba5000 ---p 0001e000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7fdf46ba5000-7fdf46ba6000 r--p 0001e000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7fdf46ba6000-7fdf46ba7000 rw-p 0001f000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7fdf46ba7000-7fdf46c56000 r-xp 00000000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7fdf46c56000-7fdf46e56000 ---p 000af000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7fdf46e56000-7fdf46e58000 r--p 000af000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7fdf46e58000-7fdf46e59000 rw-p 000b1000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7fdf46e59000-7fdf46e5a000 rw-p 00000000 00:00 0 
-7fdf46e5a000-7fdf46e71000 r-xp 00000000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7fdf46e71000-7fdf47071000 ---p 00017000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7fdf47071000-7fdf47072000 r--p 00017000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7fdf47072000-7fdf47073000 rw-p 00018000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7fdf47073000-7fdf4708c000 r-xp 00000000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7fdf4708c000-7fdf4728c000 ---p 00019000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7fdf4728c000-7fdf4728d000 r--p 00019000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7fdf4728d000-7fdf4728e000 rw-p 0001a000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7fdf4728e000-7fdf472c9000 r-xp 00000000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7fdf472c9000-7fdf474c9000 ---p 0003b000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7fdf474c9000-7fdf474ca000 r--p 0003b000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7fdf474ca000-7fdf474cb000 rw-p 0003c000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7fdf474cb000-7fdf474e8000 r-xp 00000000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7fdf474e8000-7fdf476e8000 ---p 0001d000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7fdf476e8000-7fdf476e9000 r--p 0001d000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7fdf476e9000-7fdf476ea000 rw-p 0001e000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7fdf476ea000-7fdf476ff000 r-xp 00000000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7fdf476ff000-7fdf478fe000 ---p 00015000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7fdf478fe000-7fdf478ff000 r--p 00014000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7fdf478ff000-7fdf47905000 rw-p 00015000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7fdf47905000-7fdf47930000 r-xp 00000000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7fdf47930000-7fdf47b2f000 ---p 0002b000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7fdf47b2f000-7fdf47b30000 r--p 0002a000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7fdf47b30000-7fdf47b31000 rw-p 0002b000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7fdf47b31000-7fdf47de4000 r-xp 00000000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7fdf47de4000-7fdf47fe3000 ---p 002b3000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7fdf47fe3000-7fdf47fff000 r--p 002b2000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7fdf47fff000-7fdf48000000 rw-p 002ce000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7fdf48000000-7fdf48021000 rw-p 00000000 00:00 0 
-7fdf48021000-7fdf4c000000 ---p 00000000 00:00 0 
-7fdf4c08f000-7fdf4c128000 r-xp 00000000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7fdf4c128000-7fdf4c327000 ---p 00099000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7fdf4c327000-7fdf4c329000 r--p 00098000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7fdf4c329000-7fdf4c32a000 rw-p 0009a000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7fdf4c32a000-7fdf4c334000 rw-p 00000000 00:00 0 
-7fdf4c334000-7fdf4c43d000 r-xp 00000000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7fdf4c43d000-7fdf4c63c000 ---p 00109000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7fdf4c63c000-7fdf4c63e000 r--p 00108000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7fdf4c63e000-7fdf4c63f000 rw-p 0010a000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7fdf4c63f000-7fdf4c6ba000 rw-p 00000000 00:00 0 
-7fdf4c6ba000-7fdf4c77d000 r-xp 00000000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7fdf4c77d000-7fdf4c97d000 ---p 000c3000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7fdf4c97d000-7fdf4c97e000 r--p 000c3000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7fdf4c97e000-7fdf4c988000 rw-p 000c4000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7fdf4c988000-7fdf4c9f1000 rw-p 00000000 00:00 0 
-7fdf4c9f1000-7fdf4ca2d000 r-xp 00000000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7fdf4ca2d000-7fdf4cc2c000 ---p 0003c000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7fdf4cc2c000-7fdf4cc2d000 r--p 0003b000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7fdf4cc2d000-7fdf4cc2e000 rw-p 0003c000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7fdf4cc2e000-7fdf4cc35000 r-xp 00000000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7fdf4cc35000-7fdf4ce34000 ---p 00007000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7fdf4ce34000-7fdf4ce35000 r--p 00006000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7fdf4ce35000-7fdf4ce36000 rw-p 00007000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7fdf4ce36000-7fdf4ce38000 r-xp 00000000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7fdf4ce38000-7fdf4d037000 ---p 00002000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7fdf4d037000-7fdf4d038000 r--p 00001000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7fdf4d038000-7fdf4d039000 rw-p 00002000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7fdf4d039000-7fdf4d03b000 r-xp 00000000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7fdf4d03b000-7fdf4d23a000 ---p 00002000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7fdf4d23a000-7fdf4d23b000 r--p 00001000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7fdf4d23b000-7fdf4d23c000 rw-p 00002000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7fdf4d23c000-7fdf4d23e000 r-xp 00000000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7fdf4d23e000-7fdf4d43d000 ---p 00002000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7fdf4d43d000-7fdf4d43e000 r--p 00001000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7fdf4d43e000-7fdf4d43f000 rw-p 00002000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7fdf4d43f000-7fdf4d473000 r-xp 00000000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7fdf4d473000-7fdf4d673000 ---p 00034000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7fdf4d673000-7fdf4d674000 r--p 00034000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7fdf4d674000-7fdf4d675000 rw-p 00035000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7fdf4d675000-7fdf4d6bb000 r-xp 00000000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7fdf4d6bb000-7fdf4d8bb000 ---p 00046000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7fdf4d8bb000-7fdf4d8bd000 r--p 00046000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7fdf4d8bd000-7fdf4d8be000 rw-p 00048000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7fdf4d8be000-7fdf4d8e7000 r-xp 00000000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7fdf4d8e7000-7fdf4dae6000 ---p 00029000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7fdf4dae6000-7fdf4dae7000 r--p 00028000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7fdf4dae7000-7fdf4dae8000 rw-p 00029000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7fdf4dae8000-7fdf4dc30000 r-xp 00000000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7fdf4dc30000-7fdf4de2f000 ---p 00148000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7fdf4de2f000-7fdf4de33000 r--p 00147000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7fdf4de33000-7fdf4de35000 rw-p 0014b000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7fdf4de35000-7fdf4de37000 rw-p 00000000 00:00 0 
-7fdf4de37000-7fdf4de55000 r-xp 00000000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7fdf4de55000-7fdf4e055000 ---p 0001e000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7fdf4e055000-7fdf4e056000 r--p 0001e000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7fdf4e056000-7fdf4e057000 rw-p 0001f000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7fdf4e057000-7fdf4e110000 r-xp 00000000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7fdf4e110000-7fdf4e30f000 ---p 000b9000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7fdf4e30f000-7fdf4e311000 r--p 000b8000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7fdf4e311000-7fdf4e312000 rw-p 000ba000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7fdf4e312000-7fdf4e315000 rw-p 00000000 00:00 0 
-7fdf4e315000-7fdf4e334000 r-xp 00000000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7fdf4e334000-7fdf4e534000 ---p 0001f000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7fdf4e534000-7fdf4e536000 r--p 0001f000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7fdf4e536000-7fdf4e537000 rw-p 00021000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7fdf4e537000-7fdf4e542000 r-xp 00000000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7fdf4e542000-7fdf4e741000 ---p 0000b000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7fdf4e741000-7fdf4e742000 r--p 0000a000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7fdf4e742000-7fdf4e743000 rw-p 0000b000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7fdf4e743000-7fdf4e749000 r-xp 00000000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7fdf4e749000-7fdf4e948000 ---p 00006000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7fdf4e948000-7fdf4e949000 r--p 00005000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7fdf4e949000-7fdf4e94a000 rw-p 00006000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7fdf4e94a000-7fdf4e964000 r-xp 00000000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7fdf4e964000-7fdf4eb64000 ---p 0001a000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7fdf4eb64000-7fdf4eb68000 r--p 0001a000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7fdf4eb68000-7fdf4eb69000 rw-p 0001e000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7fdf4eb69000-7fdf4eb6d000 r-xp 00000000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7fdf4eb6d000-7fdf4ed6d000 ---p 00004000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7fdf4ed6d000-7fdf4ed6e000 r--p 00004000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7fdf4ed6e000-7fdf4ed6f000 rw-p 00005000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7fdf4ed6f000-7fdf4ed74000 r-xp 00000000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7fdf4ed74000-7fdf4ef73000 ---p 00005000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7fdf4ef73000-7fdf4ef74000 r--p 00004000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7fdf4ef74000-7fdf4ef75000 rw-p 00005000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7fdf4ef75000-7fdf4efa5000 r-xp 00000000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7fdf4efa5000-7fdf4f1a4000 ---p 00030000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7fdf4f1a4000-7fdf4f1a5000 r--p 0002f000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7fdf4f1a5000-7fdf4f1a6000 rw-p 00030000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7fdf4f1a6000-7fdf4f1e6000 rw-p 00000000 00:00 0 
-7fdf4f1e6000-7fdf4f866000 r-xp 00000000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7fdf4f866000-7fdf4fa65000 ---p 00680000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7fdf4fa65000-7fdf4fa78000 r--p 0067f000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7fdf4fa78000-7fdf4fa90000 rw-p 00692000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7fdf4fa90000-7fdf50000000 rw-p 00000000 00:00 0 
-7fdf50000000-7fdf50021000 rw-p 00000000 00:00 0 
-7fdf50021000-7fdf54000000 ---p 00000000 00:00 0 
-7fdf54000000-7fdf54346000 rw-p 00000000 00:00 0 
-7fdf54346000-7fdf58000000 ---p 00000000 00:00 0 
-7fdf58000000-7fdf58021000 rw-p 00000000 00:00 0 
-7fdf58021000-7fdf5c000000 ---p 00000000 00:00 0 
-7fdf5c000000-7fdf5c021000 rw-p 00000000 00:00 0 
-7fdf5c021000-7fdf60000000 ---p 00000000 00:00 0 
-7fdf60000000-7fdf60021000 rw-p 00000000 00:00 0 
-7fdf60021000-7fdf64000000 ---p 00000000 00:00 0 
-7fdf64000000-7fdf67fef000 rw-p 00000000 00:00 0 
-7fdf67fef000-7fdf68000000 ---p 00000000 00:00 0 
-7fdf68000000-7fdf687e4000 rw-p 00000000 00:00 0 
-7fdf687e4000-7fdf6c000000 ---p 00000000 00:00 0 
-7fdf6c000000-7fdf6c021000 rw-p 00000000 00:00 0 
-7fdf6c021000-7fdf70000000 ---p 00000000 00:00 0 
-7fdf70000000-7fdf70021000 rw-p 00000000 00:00 0 
-7fdf70021000-7fdf74000000 ---p 00000000 00:00 0 
-7fdf74000000-7fdf74755000 rw-p 00000000 00:00 0 
-7fdf74755000-7fdf78000000 ---p 00000000 00:00 0 
-7fdf78000000-7fdf78021000 rw-p 00000000 00:00 0 
-7fdf78021000-7fdf7c000000 ---p 00000000 00:00 0 
-7fdf7c000000-7fdf7c021000 rw-p 00000000 00:00 0 
-7fdf7c021000-7fdf80000000 ---p 00000000 00:00 0 
-7fdf80000000-7fdf80021000 rw-p 00000000 00:00 0 
-7fdf80021000-7fdf84000000 ---p 00000000 00:00 0 
-7fdf84000000-7fdf84021000 rw-p 00000000 00:00 0 
-7fdf84021000-7fdf88000000 ---p 00000000 00:00 0 
-7fdf88000000-7fdf88021000 rw-p 00000000 00:00 0 
-7fdf88021000-7fdf8c000000 ---p 00000000 00:00 0 
-7fdf8c01f000-7fdf8c063000 r-xp 00000000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7fdf8c063000-7fdf8c263000 ---p 00044000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7fdf8c263000-7fdf8c264000 r--p 00044000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7fdf8c264000-7fdf8c265000 rw-p 00045000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7fdf8c265000-7fdf8c27f000 r-xp 00000000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7fdf8c27f000-7fdf8c47e000 ---p 0001a000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7fdf8c47e000-7fdf8c480000 r--p 00019000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7fdf8c480000-7fdf8c481000 rw-p 0001b000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7fdf8c481000-7fdf8c485000 rw-p 00000000 00:00 0 
-7fdf8c485000-7fdf8c56e000 r-xp 00000000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7fdf8c56e000-7fdf8c76e000 ---p 000e9000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7fdf8c76e000-7fdf8c775000 r--p 000e9000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7fdf8c775000-7fdf8c782000 rw-p 000f0000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7fdf8c782000-7fdf8c874000 r-xp 00000000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7fdf8c874000-7fdf8ca74000 ---p 000f2000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7fdf8ca74000-7fdf8ca75000 r--p 000f2000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7fdf8ca75000-7fdf8ca76000 rw-p 000f3000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7fdf8ca76000-7fdf8ca77000 rw-p 00000000 00:00 0 
-7fdf8ca77000-7fdf8cac4000 r-xp 00000000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7fdf8cac4000-7fdf8ccc4000 ---p 0004d000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7fdf8ccc4000-7fdf8ccc5000 r--p 0004d000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7fdf8ccc5000-7fdf8ccc6000 rw-p 0004e000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7fdf8ccc6000-7fdf8cd73000 r-xp 00000000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7fdf8cd73000-7fdf8cf72000 ---p 000ad000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7fdf8cf72000-7fdf8cf76000 r--p 000ac000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7fdf8cf76000-7fdf8cf78000 rw-p 000b0000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7fdf8cf78000-7fdf8d3a5000 r-xp 00000000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7fdf8d3a5000-7fdf8d5a5000 ---p 0042d000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7fdf8d5a5000-7fdf8d5ac000 r--p 0042d000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7fdf8d5ac000-7fdf8d5b0000 rw-p 00434000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7fdf8d5b0000-7fdf8d5b2000 rw-p 00000000 00:00 0 
-7fdf8d5b2000-7fdf8d5f4000 r-xp 00000000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7fdf8d5f4000-7fdf8d7f3000 ---p 00042000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7fdf8d7f3000-7fdf8d7f4000 r--p 00041000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7fdf8d7f4000-7fdf8d7f5000 rw-p 00042000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7fdf8d7f5000-7fdf8d8b3000 r-xp 00000000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7fdf8d8b3000-7fdf8dab2000 ---p 000be000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7fdf8dab2000-7fdf8dab5000 r--p 000bd000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7fdf8dab5000-7fdf8dab6000 rw-p 000c0000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7fdf8dab6000-7fdf8db02000 r-xp 00000000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7fdf8db02000-7fdf8dd01000 ---p 0004c000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7fdf8dd01000-7fdf8dd02000 r--p 0004b000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7fdf8dd02000-7fdf8dd06000 rw-p 0004c000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7fdf8dd06000-7fdf8dd0d000 rw-p 00000000 00:00 0 
-7fdf8dd0d000-7fdf8dd6e000 r-xp 00000000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7fdf8dd6e000-7fdf8df6d000 ---p 00061000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7fdf8df6d000-7fdf8df6f000 r--p 00060000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7fdf8df6f000-7fdf8df70000 rw-p 00062000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7fdf8df70000-7fdf8df96000 r-xp 00000000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7fdf8df96000-7fdf8e196000 ---p 00026000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7fdf8e196000-7fdf8e197000 r--p 00026000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7fdf8e197000-7fdf8e198000 rw-p 00027000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7fdf8e198000-7fdf8e1d6000 r-xp 00000000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7fdf8e1d6000-7fdf8e3d6000 ---p 0003e000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7fdf8e3d6000-7fdf8e3d7000 r--p 0003e000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7fdf8e3d7000-7fdf8e3d8000 rw-p 0003f000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7fdf8e3d8000-7fdf8e3e8000 rw-p 00000000 00:00 0 
-7fdf8e3e8000-7fdf8e426000 r-xp 00000000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7fdf8e426000-7fdf8e625000 ---p 0003e000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7fdf8e625000-7fdf8e627000 r--p 0003d000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7fdf8e627000-7fdf8e628000 rw-p 0003f000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7fdf8e628000-7fdf8e629000 rw-p 00000000 00:00 0 
-7fdf8e629000-7fdf8e636000 r-xp 00000000 08:06 917524                     /tmp/libjniopencv_highgui2741011082628708311.so
-7fdf8e636000-7fdf8e835000 ---p 0000d000 08:06 917524                     /tmp/libjniopencv_highgui2741011082628708311.so
-7fdf8e835000-7fdf8e836000 rw-p 0000c000 08:06 917524                     /tmp/libjniopencv_highgui2741011082628708311.so
-7fdf8e836000-7fdf8ea66000 r-xp 00000000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7fdf8ea66000-7fdf8ec65000 ---p 00230000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7fdf8ec65000-7fdf8ec6d000 r--p 0022f000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7fdf8ec6d000-7fdf8ec76000 rw-p 00237000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7fdf8ec76000-7fdf8ec7e000 rw-p 00000000 00:00 0 
-7fdf8ec7e000-7fdf8ec81000 ---p 00000000 00:00 0 
-7fdf8ec81000-7fdf8ed7f000 rw-p 00000000 00:00 0 
-7fdf8ed7f000-7fdf8ed87000 r-xp 00000000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7fdf8ed87000-7fdf8ef86000 ---p 00008000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7fdf8ef86000-7fdf8ef87000 r--p 00007000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7fdf8ef87000-7fdf8ef88000 rw-p 00008000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7fdf8ef88000-7fdf8ef8b000 ---p 00000000 00:00 0 
-7fdf8ef8b000-7fdf8f089000 rw-p 00000000 00:00 0 
-7fdf8f089000-7fdf8f08c000 ---p 00000000 00:00 0 
-7fdf8f08c000-7fdf8f18a000 rw-p 00000000 00:00 0 
-7fdf8f18a000-7fdf8f18d000 ---p 00000000 00:00 0 
-7fdf8f18d000-7fdf8f28b000 rw-p 00000000 00:00 0 
-7fdf8f28b000-7fdf8f28c000 r--s 00000000 08:06 1181644                    /var/cache/fontconfig/c05880de57d1f5e948fdfacc138775d9-le64.cache-3
-7fdf8f28c000-7fdf8f295000 r--s 00000000 08:06 1179735                    /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-3
-7fdf8f2c5000-7fdf8f2ca000 r-xp 00000000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7fdf8f2ca000-7fdf8f4c9000 ---p 00005000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7fdf8f4c9000-7fdf8f4ca000 r--p 00004000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7fdf8f4ca000-7fdf8f4cb000 rw-p 00005000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7fdf8f4cb000-7fdf8f4d4000 r-xp 00000000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7fdf8f4d4000-7fdf8f6d3000 ---p 00009000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7fdf8f6d3000-7fdf8f6d4000 r--p 00008000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7fdf8f6d4000-7fdf8f6d5000 rw-p 00009000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7fdf8f6ee000-7fdf8f6f5000 r--s 00000000 08:06 5121993                    /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
-7fdf8f6f5000-7fdf8f78b000 r-xp 00000000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7fdf8f78b000-7fdf8f98a000 ---p 00096000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7fdf8f98a000-7fdf8f990000 r--p 00095000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7fdf8f990000-7fdf8f991000 rw-p 0009b000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7fdf8f991000-7fdf8f9cb000 r-xp 00000000 08:06 4860139                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libfontmanager.so
-7fdf8f9cb000-7fdf8fbca000 ---p 0003a000 08:06 4860139                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libfontmanager.so
-7fdf8fbca000-7fdf8fbcc000 r--p 00039000 08:06 4860139                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libfontmanager.so
-7fdf8fbcc000-7fdf8fbcd000 rw-p 0003b000 08:06 4860139                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libfontmanager.so
-7fdf8fbcd000-7fdf8fd67000 r-xp 00000000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7fdf8fd67000-7fdf8ff66000 ---p 0019a000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7fdf8ff66000-7fdf8ff6a000 r--p 00199000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7fdf8ff6a000-7fdf8ff6b000 rw-p 0019d000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7fdf8ff6b000-7fdf90000000 rw-p 00000000 00:00 0 
-7fdf90000000-7fdf90021000 rw-p 00000000 00:00 0 
-7fdf90021000-7fdf94000000 ---p 00000000 00:00 0 
-7fdf94003000-7fdf94004000 rw-p 00000000 00:00 0 
-7fdf94004000-7fdf94006000 r--s 00000000 08:06 1181629                    /var/cache/fontconfig/99e8ed0e538f840c565b6ed5dad60d56-le64.cache-3
-7fdf94006000-7fdf9400e000 r--s 00000000 08:06 1181626                    /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-3
-7fdf9400e000-7fdf94012000 r--s 00000000 08:06 1181625                    /var/cache/fontconfig/2cd17615ca594fa2959ae173292e504c-le64.cache-3
-7fdf94012000-7fdf94013000 r--s 00000000 08:06 1181624                    /var/cache/fontconfig/e7071f4a29fa870f4323321c154eba04-le64.cache-3
-7fdf94013000-7fdf94014000 r--s 00000000 08:06 1181587                    /var/cache/fontconfig/0d8c3b2ac0904cb8a57a757ad11a4a08-le64.cache-3
-7fdf94014000-7fdf9401a000 r--s 00000000 08:06 1181586                    /var/cache/fontconfig/a755afe4a08bf5b97852ceb7400b47bc-le64.cache-3
-7fdf9401a000-7fdf94023000 r--s 00000000 08:06 1182361                    /var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le64.cache-3
-7fdf94023000-7fdf94033000 r--s 00000000 08:06 1181583                    /var/cache/fontconfig/04aabc0a78ac019cf9454389977116d2-le64.cache-3
-7fdf94033000-7fdf94036000 r--s 00000000 08:06 1179717                    /var/cache/fontconfig/385c0604a188198f04d133e54aba7fe7-le64.cache-3
-7fdf94036000-7fdf94039000 r--s 00000000 08:06 1179714                    /var/cache/fontconfig/8801497958630a81b71ace7c5f9b32a8-le64.cache-3
-7fdf94039000-7fdf94067000 r--s 00000000 08:06 1180867                    /var/cache/fontconfig/365b55f210c0a22e9a19e35191240f32-le64.cache-3
-7fdf94067000-7fdf9406c000 r--s 00000000 08:06 1181580                    /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-3
-7fdf9406c000-7fdf94071000 r--s 00000000 08:06 1181571                    /var/cache/fontconfig/b47c4e1ecd0709278f4910c18777a504-le64.cache-3
-7fdf94071000-7fdf94079000 r--s 00000000 08:06 1181565                    /var/cache/fontconfig/52f7bdb7ce746bfd7eaa1985bd9cfa93-le64.cache-3
-7fdf94079000-7fdf94089000 r--s 00000000 08:06 1181506                    /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-3
-7fdf94089000-7fdf9408f000 r--s 00000000 08:06 1181505                    /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-3
-7fdf9408f000-7fdf94090000 r--s 00000000 08:06 1181644                    /var/cache/fontconfig/c05880de57d1f5e948fdfacc138775d9-le64.cache-3
-7fdf94090000-7fdf94099000 r--s 00000000 08:06 1179735                    /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-3
-7fdf94099000-7fdf9409b000 r--s 00000000 08:06 1181629                    /var/cache/fontconfig/99e8ed0e538f840c565b6ed5dad60d56-le64.cache-3
-7fdf9409b000-7fdf940a3000 r--s 00000000 08:06 1181626                    /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-3
-7fdf940a3000-7fdf940a7000 r--s 00000000 08:06 1181625                    /var/cache/fontconfig/2cd17615ca594fa2959ae173292e504c-le64.cache-3
-7fdf940a7000-7fdf940a8000 r--s 00000000 08:06 1181624                    /var/cache/fontconfig/e7071f4a29fa870f4323321c154eba04-le64.cache-3
-7fdf940a8000-7fdf940a9000 r--s 00000000 08:06 1181587                    /var/cache/fontconfig/0d8c3b2ac0904cb8a57a757ad11a4a08-le64.cache-3
-7fdf940a9000-7fdf940af000 r--s 00000000 08:06 1181586                    /var/cache/fontconfig/a755afe4a08bf5b97852ceb7400b47bc-le64.cache-3
-7fdf940af000-7fdf940b8000 r--s 00000000 08:06 1182361                    /var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le64.cache-3
-7fdf940b8000-7fdf940c8000 r--s 00000000 08:06 1181583                    /var/cache/fontconfig/04aabc0a78ac019cf9454389977116d2-le64.cache-3
-7fdf940c8000-7fdf940f6000 r--s 00000000 08:06 1180867                    /var/cache/fontconfig/365b55f210c0a22e9a19e35191240f32-le64.cache-3
-7fdf940f6000-7fdf940f9000 ---p 00000000 00:00 0 
-7fdf940f9000-7fdf941f7000 rw-p 00000000 00:00 0 
-7fdf941f7000-7fdf9421d000 r-xp 00000000 08:06 917516                     /tmp/libjniopencv_imgproc518233194741743637.so
-7fdf9421d000-7fdf9441c000 ---p 00026000 08:06 917516                     /tmp/libjniopencv_imgproc518233194741743637.so
-7fdf9441c000-7fdf9441d000 rw-p 00025000 08:06 917516                     /tmp/libjniopencv_imgproc518233194741743637.so
-7fdf9441d000-7fdf9462d000 r-xp 00000000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7fdf9462d000-7fdf9482c000 ---p 00210000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7fdf9482c000-7fdf94832000 r--p 0020f000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7fdf94832000-7fdf94834000 rw-p 00215000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7fdf94834000-7fdf948c9000 rw-p 00000000 00:00 0 
-7fdf948c9000-7fdf948ce000 r-xp 00000000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7fdf948ce000-7fdf94acd000 ---p 00005000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7fdf94acd000-7fdf94ace000 r--p 00004000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7fdf94ace000-7fdf94acf000 rw-p 00005000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7fdf94acf000-7fdf94ad1000 r-xp 00000000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7fdf94ad1000-7fdf94cd0000 ---p 00002000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7fdf94cd0000-7fdf94cd1000 r--p 00001000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7fdf94cd1000-7fdf94cd2000 rw-p 00002000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7fdf94cd2000-7fdf94cef000 r-xp 00000000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7fdf94cef000-7fdf94eee000 ---p 0001d000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7fdf94eee000-7fdf94eef000 r--p 0001c000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7fdf94eef000-7fdf94ef0000 rw-p 0001d000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7fdf94ef0000-7fdf94efe000 r-xp 00000000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7fdf94efe000-7fdf950fd000 ---p 0000e000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7fdf950fd000-7fdf950fe000 r--p 0000d000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7fdf950fe000-7fdf950ff000 rw-p 0000e000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7fdf950ff000-7fdf95104000 r-xp 00000000 08:06 4725855                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
-7fdf95104000-7fdf95303000 ---p 00005000 08:06 4725855                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
-7fdf95303000-7fdf95304000 r--p 00004000 08:06 4725855                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
-7fdf95304000-7fdf95305000 rw-p 00005000 08:06 4725855                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
-7fdf95305000-7fdf9530e000 r-xp 00000000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7fdf9530e000-7fdf9550d000 ---p 00009000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7fdf9550d000-7fdf9550e000 r--p 00008000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7fdf9550e000-7fdf9550f000 rw-p 00009000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7fdf9550f000-7fdf9563e000 r-xp 00000000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7fdf9563e000-7fdf9583e000 ---p 0012f000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7fdf9583e000-7fdf9583f000 r--p 0012f000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7fdf9583f000-7fdf95843000 rw-p 00130000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7fdf95843000-7fdf95853000 r-xp 00000000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7fdf95853000-7fdf95a52000 ---p 00010000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7fdf95a52000-7fdf95a53000 r--p 0000f000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7fdf95a53000-7fdf95a54000 rw-p 00010000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7fdf95a54000-7fdf95a9f000 r-xp 00000000 08:06 4862136                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/xawt/libmawt.so
-7fdf95a9f000-7fdf95c9f000 ---p 0004b000 08:06 4862136                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/xawt/libmawt.so
-7fdf95c9f000-7fdf95ca0000 r--p 0004b000 08:06 4862136                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/xawt/libmawt.so
-7fdf95ca0000-7fdf95ca3000 rw-p 0004c000 08:06 4862136                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/xawt/libmawt.so
-7fdf95ca3000-7fdf95ca4000 rw-p 00000000 00:00 0 
-7fdf95ca4000-7fdf95d50000 r-xp 00000000 08:06 4860151                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libawt.so
-7fdf95d50000-7fdf95f4f000 ---p 000ac000 08:06 4860151                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libawt.so
-7fdf95f4f000-7fdf95f50000 r--p 000ab000 08:06 4860151                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libawt.so
-7fdf95f50000-7fdf95f5b000 rw-p 000ac000 08:06 4860151                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libawt.so
-7fdf95f5b000-7fdf95f80000 rw-p 00000000 00:00 0 
-7fdf95f80000-7fdf9613d000 r-xp 00000000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7fdf9613d000-7fdf9633c000 ---p 001bd000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7fdf9633c000-7fdf9633f000 r--p 001bc000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7fdf9633f000-7fdf96347000 rw-p 001bf000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7fdf96347000-7fdf96348000 rw-p 00000000 00:00 0 
-7fdf96348000-7fdf96349000 r--s 00000000 08:06 1189802                    /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-3
-7fdf96349000-7fdf9634a000 r--s 00000000 08:06 1181579                    /var/cache/fontconfig/56cf4f4769d0f4abc89a4895d7bd3ae1-le64.cache-3
-7fdf9634a000-7fdf9634d000 r--s 00000000 08:06 1179732                    /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-3
-7fdf9634d000-7fdf96351000 r--s 00000000 08:06 1180929                    /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-3
-7fdf96351000-7fdf96354000 r--s 00000000 08:06 1179717                    /var/cache/fontconfig/385c0604a188198f04d133e54aba7fe7-le64.cache-3
-7fdf96354000-7fdf96359000 r--s 00000000 08:06 1181580                    /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-3
-7fdf96359000-7fdf9635a000 r--s 00000000 08:06 1181579                    /var/cache/fontconfig/56cf4f4769d0f4abc89a4895d7bd3ae1-le64.cache-3
-7fdf9635a000-7fdf9635b000 r--s 00000000 08:06 1181572                    /var/cache/fontconfig/b9d506c9ac06c20b433354fa67a72993-le64.cache-3
-7fdf9635b000-7fdf96360000 r--s 00000000 08:06 1181571                    /var/cache/fontconfig/b47c4e1ecd0709278f4910c18777a504-le64.cache-3
-7fdf96360000-7fdf96368000 r--s 00000000 08:06 1181565                    /var/cache/fontconfig/52f7bdb7ce746bfd7eaa1985bd9cfa93-le64.cache-3
-7fdf96368000-7fdf963d1000 r-xp 00000000 08:06 917514                     /tmp/libjniopencv_core8588413046343389626.so
-7fdf963d1000-7fdf965d0000 ---p 00069000 08:06 917514                     /tmp/libjniopencv_core8588413046343389626.so
-7fdf965d0000-7fdf965d2000 rw-p 00068000 08:06 917514                     /tmp/libjniopencv_core8588413046343389626.so
-7fdf965d2000-7fdf967e6000 r-xp 00000000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7fdf967e6000-7fdf969e6000 ---p 00214000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7fdf969e6000-7fdf969e9000 r--p 00214000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7fdf969e9000-7fdf969f2000 rw-p 00217000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7fdf969f2000-7fdf969f3000 rw-p 00000000 00:00 0 
-7fdf969f3000-7fdf969fb000 r-xp 00000000 08:06 4860903                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7fdf969fb000-7fdf96bfa000 ---p 00008000 08:06 4860903                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7fdf96bfa000-7fdf96bfb000 r--p 00007000 08:06 4860903                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7fdf96bfb000-7fdf96bfc000 rw-p 00008000 08:06 4860903                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7fdf96bfc000-7fdf96c11000 r-xp 00000000 08:06 4860168                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7fdf96c11000-7fdf96e10000 ---p 00015000 08:06 4860168                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7fdf96e10000-7fdf96e11000 r--p 00014000 08:06 4860168                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7fdf96e11000-7fdf96e12000 rw-p 00015000 08:06 4860168                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7fdf96e12000-7fdf96e15000 ---p 00000000 00:00 0 
-7fdf96e15000-7fdf96f13000 rw-p 00000000 00:00 0 
-7fdf96f13000-7fdf96f14000 ---p 00000000 00:00 0 
-7fdf96f14000-7fdf97014000 rw-p 00000000 00:00 0 
-7fdf97014000-7fdf97017000 ---p 00000000 00:00 0 
-7fdf97017000-7fdf97115000 rw-p 00000000 00:00 0 
-7fdf97115000-7fdf97118000 ---p 00000000 00:00 0 
-7fdf97118000-7fdf97216000 rw-p 00000000 00:00 0 
-7fdf97216000-7fdf97219000 ---p 00000000 00:00 0 
-7fdf97219000-7fdf97317000 rw-p 00000000 00:00 0 
-7fdf97317000-7fdf9731a000 ---p 00000000 00:00 0 
-7fdf9731a000-7fdf97418000 rw-p 00000000 00:00 0 
-7fdf97418000-7fdf97afb000 r--p 00000000 08:06 4725192                    /usr/lib/locale/locale-archive
-7fdf97afb000-7fdf97afe000 ---p 00000000 00:00 0 
-7fdf97afe000-7fdf97bfc000 rw-p 00000000 00:00 0 
-7fdf97bfc000-7fdf97bff000 ---p 00000000 00:00 0 
-7fdf97bff000-7fdf97cfd000 rw-p 00000000 00:00 0 
-7fdf97cfd000-7fdf97cfe000 ---p 00000000 00:00 0 
-7fdf97cfe000-7fdf98000000 rw-p 00000000 00:00 0 
-7fdf98000000-7fdf98021000 rw-p 00000000 00:00 0 
-7fdf98021000-7fdf9c000000 ---p 00000000 00:00 0 
-7fdf9c000000-7fdf9c003000 r--s 00000000 08:06 1179714                    /var/cache/fontconfig/8801497958630a81b71ace7c5f9b32a8-le64.cache-3
-7fdf9c003000-7fdf9c013000 r--s 00000000 08:06 1181506                    /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-3
-7fdf9c013000-7fdf9c019000 r--s 00000000 08:06 1181505                    /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-3
-7fdf9c019000-7fdf9c01c000 r--s 00000000 08:06 1179732                    /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-3
-7fdf9c01c000-7fdf9c04d000 rw-p 00000000 00:00 0 
-7fdf9c04d000-7fdf9c04e000 r--s 00005000 08:06 131641                     /home/daniel/svn/2013/src/971CV/src/org/frc971/private_aos_camera_jar.jar
-7fdf9c04e000-7fdf9c050000 r--s 00009000 08:06 8520418                    /home/daniel/svn/2013/src/DaisyCV/external_jars/WPIJavaCV.jar
-7fdf9c050000-7fdf9c051000 r--s 00005000 08:06 8520531                    /home/daniel/svn/2013/src/DaisyCV/external_jars/WPICameraExtension.jar
-7fdf9c051000-7fdf9c056000 r--s 00051000 08:06 8520629                    /home/daniel/svn/2013/src/DaisyCV/external_jars/SmartDashboard.jar
-7fdf9c056000-7fdf9c058000 r--s 00013000 08:06 2362244                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/NetworkTable_Client.jar
-7fdf9c058000-7fdf9c05e000 r--s 00034000 08:06 2362243                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/junit-4.8.2.jar
-7fdf9c05e000-7fdf9c06f000 r--s 0014c000 08:06 2362245                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/jfreechart-1.0.13.jar
-7fdf9c06f000-7fdf9c3a5000 rw-p 00000000 00:00 0 
-7fdf9c3a5000-7fdf9c537000 r--s 037d4000 08:06 4850179                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/rt.jar
-7fdf9c537000-7fdf9c55f000 rw-p 00000000 00:00 0 
-7fdf9c55f000-7fdf9c560000 ---p 00000000 00:00 0 
-7fdf9c560000-7fdf9c660000 rw-p 00000000 00:00 0 
-7fdf9c660000-7fdf9c661000 ---p 00000000 00:00 0 
-7fdf9c661000-7fdf9c761000 rw-p 00000000 00:00 0 
-7fdf9c761000-7fdf9c762000 ---p 00000000 00:00 0 
-7fdf9c762000-7fdf9c862000 rw-p 00000000 00:00 0 
-7fdf9c862000-7fdf9c863000 ---p 00000000 00:00 0 
-7fdf9c863000-7fdf9c973000 rw-p 00000000 00:00 0 
-7fdf9c973000-7fdf9c975000 ---p 00000000 00:00 0 
-7fdf9c975000-7fdf9c9b6000 rw-p 00000000 00:00 0 
-7fdf9c9b6000-7fdf9c9c6000 rw-p 00000000 00:00 0 
-7fdf9c9c6000-7fdf9c9c8000 ---p 00000000 00:00 0 
-7fdf9c9c8000-7fdf9ca09000 rw-p 00000000 00:00 0 
-7fdf9ca09000-7fdf9ca8e000 rw-p 00000000 00:00 0 
-7fdf9ca8e000-7fdf9cb49000 rw-p 00000000 00:00 0 
-7fdf9cb49000-7fdf9cbd1000 rw-p 00000000 00:00 0 
-7fdf9cbd1000-7fdf9cbea000 rw-p 00000000 00:00 0 
-7fdf9cbea000-7fdf9cbeb000 rw-p 00000000 00:00 0 
-7fdf9cbeb000-7fdf9ce5b000 rwxp 00000000 00:00 0 
-7fdf9ce5b000-7fdf9fbeb000 rw-p 00000000 00:00 0 
-7fdf9fbeb000-7fdf9fbf2000 r-xp 00000000 08:06 4860164                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7fdf9fbf2000-7fdf9fdf1000 ---p 00007000 08:06 4860164                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7fdf9fdf1000-7fdf9fdf2000 r--p 00006000 08:06 4860164                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7fdf9fdf2000-7fdf9fdf3000 rw-p 00007000 08:06 4860164                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7fdf9fdf3000-7fdf9fdff000 r-xp 00000000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7fdf9fdff000-7fdf9fffe000 ---p 0000c000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7fdf9fffe000-7fdf9ffff000 r--p 0000b000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7fdf9ffff000-7fdfa0000000 rw-p 0000c000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7fdfa0000000-7fdfa0390000 rw-p 00000000 00:00 0 
-7fdfa0390000-7fdfa4000000 ---p 00000000 00:00 0 
-7fdfa4000000-7fdfa4001000 r--s 00000000 08:06 1181572                    /var/cache/fontconfig/b9d506c9ac06c20b433354fa67a72993-le64.cache-3
-7fdfa4001000-7fdfa4002000 r--s 00000000 08:06 1189802                    /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-3
-7fdfa4002000-7fdfa4006000 r--s 00000000 08:06 1180929                    /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-3
-7fdfa4006000-7fdfa400c000 r--s 00046000 08:06 2362242                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/jcommon-1.0.16.jar
-7fdfa400c000-7fdfa4091000 rw-p 00000000 00:00 0 
-7fdfa4091000-7fdfa414d000 rw-p 00000000 00:00 0 
-7fdfa414d000-7fdfa4157000 r-xp 00000000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7fdfa4157000-7fdfa4357000 ---p 0000a000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7fdfa4357000-7fdfa4358000 r--p 0000a000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7fdfa4358000-7fdfa4359000 rw-p 0000b000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7fdfa4359000-7fdfa4370000 r-xp 00000000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7fdfa4370000-7fdfa456f000 ---p 00017000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7fdfa456f000-7fdfa4570000 r--p 00016000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7fdfa4570000-7fdfa4571000 rw-p 00017000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7fdfa4571000-7fdfa4573000 rw-p 00000000 00:00 0 
-7fdfa4573000-7fdfa457b000 r-xp 00000000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7fdfa457b000-7fdfa477a000 ---p 00008000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7fdfa477a000-7fdfa477b000 r--p 00007000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7fdfa477b000-7fdfa477c000 rw-p 00008000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7fdfa477c000-7fdfa47a8000 r-xp 00000000 08:06 4860145                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7fdfa47a8000-7fdfa49a7000 ---p 0002c000 08:06 4860145                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7fdfa49a7000-7fdfa49a8000 r--p 0002b000 08:06 4860145                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7fdfa49a8000-7fdfa49ab000 rw-p 0002c000 08:06 4860145                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7fdfa49ab000-7fdfa49b9000 r-xp 00000000 08:06 4860904                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7fdfa49b9000-7fdfa4bb8000 ---p 0000e000 08:06 4860904                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7fdfa4bb8000-7fdfa4bba000 r--p 0000d000 08:06 4860904                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7fdfa4bba000-7fdfa4bbb000 rw-p 0000f000 08:06 4860904                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7fdfa4bbb000-7fdfa4bc2000 r-xp 00000000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7fdfa4bc2000-7fdfa4dc1000 ---p 00007000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7fdfa4dc1000-7fdfa4dc2000 r--p 00006000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7fdfa4dc2000-7fdfa4dc3000 rw-p 00007000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7fdfa4dc3000-7fdfa4dd8000 r-xp 00000000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7fdfa4dd8000-7fdfa4fd7000 ---p 00015000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7fdfa4fd7000-7fdfa4fd8000 r--p 00014000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7fdfa4fd8000-7fdfa4fd9000 rw-p 00015000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7fdfa4fd9000-7fdfa50d4000 r-xp 00000000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7fdfa50d4000-7fdfa52d3000 ---p 000fb000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7fdfa52d3000-7fdfa52d4000 r--p 000fa000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7fdfa52d4000-7fdfa52d5000 rw-p 000fb000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7fdfa52d5000-7fdfa53b7000 r-xp 00000000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7fdfa53b7000-7fdfa55b6000 ---p 000e2000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7fdfa55b6000-7fdfa55be000 r--p 000e1000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7fdfa55be000-7fdfa55c0000 rw-p 000e9000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7fdfa55c0000-7fdfa55d5000 rw-p 00000000 00:00 0 
-7fdfa55d5000-7fdfa5eda000 r-xp 00000000 08:06 4860130                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7fdfa5eda000-7fdfa60da000 ---p 00905000 08:06 4860130                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7fdfa60da000-7fdfa615a000 r--p 00905000 08:06 4860130                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7fdfa615a000-7fdfa6175000 rw-p 00985000 08:06 4860130                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7fdfa6175000-7fdfa619e000 rw-p 00000000 00:00 0 
-7fdfa619e000-7fdfa61b4000 r-xp 00000000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7fdfa61b4000-7fdfa63b3000 ---p 00016000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7fdfa63b3000-7fdfa63b4000 r--p 00015000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7fdfa63b4000-7fdfa63b5000 rw-p 00016000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7fdfa63b5000-7fdfa656a000 r-xp 00000000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7fdfa656a000-7fdfa6769000 ---p 001b5000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7fdfa6769000-7fdfa676d000 r--p 001b4000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7fdfa676d000-7fdfa676f000 rw-p 001b8000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7fdfa676f000-7fdfa6774000 rw-p 00000000 00:00 0 
-7fdfa6774000-7fdfa6776000 r-xp 00000000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7fdfa6776000-7fdfa6976000 ---p 00002000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7fdfa6976000-7fdfa6977000 r--p 00002000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7fdfa6977000-7fdfa6978000 rw-p 00003000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7fdfa6978000-7fdfa697c000 r-xp 00000000 08:06 4860161                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7fdfa697c000-7fdfa6b7b000 ---p 00004000 08:06 4860161                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7fdfa6b7b000-7fdfa6b7c000 r--p 00003000 08:06 4860161                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7fdfa6b7c000-7fdfa6b7d000 rw-p 00004000 08:06 4860161                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7fdfa6b7d000-7fdfa6b95000 r-xp 00000000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7fdfa6b95000-7fdfa6d94000 ---p 00018000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7fdfa6d94000-7fdfa6d95000 r--p 00017000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7fdfa6d95000-7fdfa6d96000 rw-p 00018000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7fdfa6d96000-7fdfa6d9a000 rw-p 00000000 00:00 0 
-7fdfa6d9a000-7fdfa6dbc000 r-xp 00000000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7fdfa6dbc000-7fdfa6dc0000 r--s 0000e000 08:06 8520683                    /home/daniel/svn/2013/src/DaisyCV/external_jars/networktables-desktop.jar
-7fdfa6dc0000-7fdfa6dc6000 r--s 000fc000 08:06 4720987                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/resources.jar
-7fdfa6dc6000-7fdfa6dd4000 r--s 00090000 08:06 8520407                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv.jar
-7fdfa6dd4000-7fdfa6dde000 rw-p 00000000 00:00 0 
-7fdfa6dde000-7fdfa6e94000 rw-p 00000000 00:00 0 
-7fdfa6e94000-7fdfa6e97000 ---p 00000000 00:00 0 
-7fdfa6e97000-7fdfa6f9a000 rw-p 00000000 00:00 0 
-7fdfa6f9a000-7fdfa6f9d000 r--s 0007f000 08:06 4732629                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/jsse.jar
-7fdfa6f9d000-7fdfa6f9e000 r--s 00129000 08:06 8520417                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv-windows-x86.jar
-7fdfa6f9e000-7fdfa6f9f000 r--s 000b8000 08:06 8521064                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv-linux-x86_64.jar
-7fdfa6f9f000-7fdfa6fa1000 r--s 0000f000 08:06 8520405                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacpp.jar
-7fdfa6fa1000-7fdfa6fa3000 r--s 0000f000 08:06 4860045                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/pulse-java.jar
-7fdfa6fa3000-7fdfa6fa7000 r--s 00039000 08:06 4860049                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/sunpkcs11.jar
-7fdfa6fa7000-7fdfa6faa000 r--s 00031000 08:06 4860046                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/sunjce_provider.jar
-7fdfa6faa000-7fdfa6fad000 r--s 00077000 08:06 4860048                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/localedata.jar
-7fdfa6fad000-7fdfa6fae000 r--s 00007000 08:06 5252192                    /usr/share/java/java-atk-wrapper.jar
-7fdfa6fae000-7fdfa6fb0000 r--s 00001000 08:06 4860052                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/dnsns.jar
-7fdfa6fb0000-7fdfa6fb8000 rw-s 00000000 08:06 1446217                    /tmp/hsperfdata_daniel/10067
-7fdfa6fb8000-7fdfa6fb9000 rw-p 00000000 00:00 0 
-7fdfa6fb9000-7fdfa6fba000 r--p 00000000 00:00 0 
-7fdfa6fba000-7fdfa6fbc000 rw-p 00000000 00:00 0 
-7fdfa6fbc000-7fdfa6fbd000 r--p 00022000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7fdfa6fbd000-7fdfa6fbf000 rw-p 00023000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7fff0555a000-7fff0557c000 rw-p 00000000 00:00 0                          [stack]
-7fff055ff000-7fff05600000 r-xp 00000000 00:00 0                          [vdso]
-ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
-
-VM Arguments:
-jvm_args: -Dfile.encoding=UTF-8 
-java_command: org.frc971.DebugServerRun -vision
-Launcher Type: SUN_STANDARD
-
-Environment Variables:
-PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
-LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk-amd64/jre/../lib/amd64
-SHELL=/bin/bash
-DISPLAY=:0
-
-Signal Handlers:
-SIGSEGV: [libjvm.so+0x785360], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGBUS: [libjvm.so+0x785360], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGFPE: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGPIPE: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGXFSZ: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGILL: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
-SIGUSR2: [libjvm.so+0x648f70], sa_mask[0]=0x00000004, sa_flags=0x10000004
-SIGHUP: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGINT: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGTERM: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGQUIT: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-
-
----------------  S Y S T E M  ---------------
-
-OS:Ubuntu 12.04 (precise)
-uname:Linux 3.2.0-38-lowlatency #40-Ubuntu SMP PREEMPT Wed Feb 20 23:42:32 UTC 2013 x86_64
-libc:glibc 2.15 NPTL 2.15 
-rlimit: STACK 8192k, CORE 0k, NPROC 30598, NOFILE 4096, AS infinity
-load average:1.17 0.88 0.69
-
-/proc/meminfo:
-MemTotal:        3934128 kB
-MemFree:          362440 kB
-Buffers:           30256 kB
-Cached:           725408 kB
-SwapCached:          440 kB
-Active:          2124816 kB
-Inactive:        1017144 kB
-Active(anon):    1862196 kB
-Inactive(anon):   793196 kB
-Active(file):     262620 kB
-Inactive(file):   223948 kB
-Unevictable:          16 kB
-Mlocked:              16 kB
-SwapTotal:       4077564 kB
-SwapFree:        4007604 kB
-Dirty:               568 kB
-Writeback:             0 kB
-AnonPages:       2385780 kB
-Mapped:           134776 kB
-Shmem:            268928 kB
-Slab:             298696 kB
-SReclaimable:     263016 kB
-SUnreclaim:        35680 kB
-KernelStack:        4992 kB
-PageTables:        43932 kB
-NFS_Unstable:          0 kB
-Bounce:                0 kB
-WritebackTmp:          0 kB
-CommitLimit:     6044628 kB
-Committed_AS:    5260068 kB
-VmallocTotal:   34359738367 kB
-VmallocUsed:      362692 kB
-VmallocChunk:   34359369216 kB
-HardwareCorrupted:     0 kB
-AnonHugePages:         0 kB
-HugePages_Total:       0
-HugePages_Free:        0
-HugePages_Rsvd:        0
-HugePages_Surp:        0
-Hugepagesize:       2048 kB
-DirectMap4k:       71680 kB
-DirectMap2M:     4014080 kB
-
-
-CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
-
-Memory: 4k page, physical 3934128k(362440k free), swap 4077564k(4007604k free)
-
-vm_info: OpenJDK 64-Bit Server VM (20.0-b12) for linux-amd64 JRE (1.6.0_27-b27), built on Feb 20 2013 00:23:58 by "buildd" with gcc 4.6.3
-
-time: Fri Feb 22 21:52:03 2013
-elapsed time: 45 seconds
-
diff --git a/971cv/hs_err_pid10240.log b/971cv/hs_err_pid10240.log
deleted file mode 100644
index 4c123d3..0000000
--- a/971cv/hs_err_pid10240.log
+++ /dev/null
@@ -1,960 +0,0 @@
-#
-# A fatal error has been detected by the Java Runtime Environment:
-#
-#  SIGSEGV (0xb) at pc=0x00007f74ce0e2860, pid=10240, tid=140139321976576
-#
-# JRE version: 6.0_27-b27
-# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
-# Derivative: IcedTea6 1.12.3
-# Distribution: Ubuntu 12.04 LTS, package 6b27-1.12.3-0ubuntu1~12.04
-# Problematic frame:
-# C  [libopencv_core.so.2.2+0x12b860]  cvFlushSeqWriter+0x40
-#
-# If you would like to submit a bug report, please include
-# instructions how to reproduce the bug and visit:
-#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
-# The crash happened outside the Java Virtual Machine in native code.
-# See problematic frame for where to report the bug.
-#
-
----------------  T H R E A D  ---------------
-
-Current thread (0x00007f7498163000):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=10262, stack(0x00007f74ba716000,0x00007f74ba817000)]
-
-siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000014
-
-Registers:
-RAX=0x0000000000000000, RBX=0x00007f74ba813890, RCX=0x00007f749843a620, RDX=0x00000000930874d0
-RSP=0x00007f74ba810da0, RBP=0xfffffffffffffffc, RSI=0x00007f749843a5a0, RDI=0x00007f749843a620
-R8 =0x0000000000000008, R9 =0x0000000000000000, R10=0x0000000000000003, R11=0x00000000ffffffff
-R12=0x00007f74ba811fa4, R13=0x00007f74ba811fa0, R14=0xfffffffffffffffc, R15=0x000000000000000c
-RIP=0x00007f74ce0e2860, EFLAGS=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
-  TRAPNO=0x000000000000000e
-
-Top of Stack: (sp=0x00007f74ba810da0)
-0x00007f74ba810da0:   00007f7400000000 00007f74ce0ffee1
-0x00007f74ba810db0:   00007f7400000000 00007f7400000000
-0x00007f74ba810dc0:   0000000000000000 0000000000000000
-0x00007f74ba810dd0:   0000000000000000 00007f74ba813890
-0x00007f74ba810de0:   00007f749843a5a0 0000000000000004
-0x00007f74ba810df0:   0000000000000004 00007f74ba811fb0
-0x00007f74ba810e00:   00007f74ba811fa0 00007f74ce0e2ad9
-0x00007f74ba810e10:   00007f74ba813890 00007f74ce0e2975
-0x00007f74ba810e20:   00007f7400000000 00000000000002c0
-0x00007f74ba810e30:   00007f7400000000 00007f7400000000
-0x00007f74ba810e40:   00007f7400000b88 0000000100000000
-0x00007f74ba810e50:   0000000000000b88 0000000000000000
-0x00007f74ba810e60:   ffffffff00000001 00007f74ba810f40
-0x00007f74ba810e70:   0000000000000002 0000000000000004
-0x00007f74ba810e80:   00007f74ba811fa8 00007f74ba811fa0
-0x00007f74ba810e90:   00007f74ba810f40 00007f74bb4594ca
-0x00007f74ba810ea0:   00007f7400000000 00007f7400000000
-0x00007f74ba810eb0:   00007f7400000000 ffffffff0000014d
-0x00007f74ba810ec0:   00007f74981ce828 ffffffff00000003
-0x00007f74ba810ed0:   00007f74981ce7a0 00007f740000000c
-0x00007f74ba810ee0:   0000017600000000 00007f74981ce440
-0x00007f74ba810ef0:   fffffffffffffffc 00007f74ba811fb4
-0x00007f74ba810f00:   00007f74ba811fa0 00007f749843a5a0
-0x00007f74ba810f10:   0000000000000000 00007f74bb457b90
-0x00007f74ba810f20:   4299500c00000001 00007f74ba810f40
-0x00007f74ba810f30:   00007f74ba810f40 0000000000000208
-0x00007f74ba810f40:   00007f74981ce570 00007f74981ce578
-0x00007f74ba810f50:   00007f74981ce568 00007f74981ce580
-0x00007f74ba810f60:   00007f74981ce560 00007f74981ce5b0
-0x00007f74ba810f70:   00007f74981ce588 00007f74981ce590
-0x00007f74ba810f80:   00007f74981ce598 00007f74981ce5a8
-0x00007f74ba810f90:   00007f74981ce5a0 00007f74981ceac8 
-
-Instructions: (pc=0x00007f74ce0e2860)
-0x00007f74ce0e2840:   74 2d 48 2b 47 18 4c 63 46 2c 48 8b 4e 58 48 89
-0x00007f74ce0e2850:   c2 48 c1 fa 3f 49 f7 f8 31 d2 89 47 14 48 89 c8
-0x00007f74ce0e2860:   03 50 14 48 8b 40 08 48 39 c1 75 f4 89 56 28 48
-0x00007f74ce0e2870:   83 c4 70 5b c3 0f 1f 00 48 8d 54 24 6f 48 8d 35 
-
-Register to memory mapping:
-
-RAX=0x0000000000000000 is an unknown value
-RBX=0x00007f74ba813890 is pointing into the stack for thread: 0x00007f7498163000
-RCX=0x00007f749843a620 is an unknown value
-RDX=0x00000000930874d0 is an unknown value
-RSP=0x00007f74ba810da0 is pointing into the stack for thread: 0x00007f7498163000
-RBP=0xfffffffffffffffc is an unknown value
-RSI=0x00007f749843a5a0 is an unknown value
-RDI=0x00007f749843a620 is an unknown value
-R8 =0x0000000000000008 is an unknown value
-R9 =0x0000000000000000 is an unknown value
-R10=0x0000000000000003 is an unknown value
-R11=0x00000000ffffffff is an unallocated location in the heap
-R12=0x00007f74ba811fa4 is pointing into the stack for thread: 0x00007f7498163000
-R13=0x00007f74ba811fa0 is pointing into the stack for thread: 0x00007f7498163000
-R14=0xfffffffffffffffc is an unknown value
-R15=0x000000000000000c is an unknown value
-
-
-Stack: [0x00007f74ba716000,0x00007f74ba817000],  sp=0x00007f74ba810da0,  free space=1003k
-Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
-C  [libopencv_core.so.2.2+0x12b860]  cvFlushSeqWriter+0x40
-
-Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
-J  com.googlecode.javacv.cpp.opencv_imgproc.cvConvexHull2(Lcom/googlecode/javacv/cpp/opencv_core$CvArr;Lcom/googlecode/javacpp/Pointer;II)Lcom/googlecode/javacv/cpp/opencv_core$CvSeq;
-J  edu.wpi.first.wpijavacv.DaisyExtensions.findConvexContours(Ledu/wpi/first/wpijavacv/WPIBinaryImage;)[Ledu/wpi/first/wpijavacv/WPIContour;
-J  org.frc971.Recognizer2013.processImage(Ledu/wpi/first/wpijavacv/WPIColorImage;)Ledu/wpi/first/wpijavacv/WPIImage;
-j  org.frc971.VisionTuner.processImage(Ledu/wpi/first/wpijavacv/WPIColorImage;)V+24
-j  org.frc971.VisionTuner.access$7(Lorg/frc971/VisionTuner;Ledu/wpi/first/wpijavacv/WPIColorImage;)V+2
-j  org.frc971.VisionTuner$1.stateChanged(Ljavax/swing/event/ChangeEvent;)V+153
-j  javax.swing.JSlider.fireStateChanged()V+57
-j  javax.swing.JSlider$ModelListener.stateChanged(Ljavax/swing/event/ChangeEvent;)V+4
-j  javax.swing.DefaultBoundedRangeModel.fireStateChanged()V+57
-j  javax.swing.DefaultBoundedRangeModel.setRangeProperties(IIIIZ)V+130
-j  javax.swing.DefaultBoundedRangeModel.setValue(I)V+62
-j  javax.swing.JSlider.setValue(I)V+20
-j  javax.swing.plaf.basic.BasicSliderUI$TrackListener.mouseDragged(Ljava/awt/event/MouseEvent;)V+448
-j  java.awt.AWTEventMulticaster.mouseDragged(Ljava/awt/event/MouseEvent;)V+8
-j  java.awt.Component.processMouseMotionEvent(Ljava/awt/event/MouseEvent;)V+52
-j  javax.swing.JComponent.processMouseMotionEvent(Ljava/awt/event/MouseEvent;)V+42
-j  java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+92
-j  java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
-j  java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+589
-j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
-j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
-j  java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V+320
-j  java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+191
-j  java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
-j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12
-j  java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
-j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
-j  java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+41
-j  java.awt.EventQueue.access$300(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
-j  java.awt.EventQueue$2.run()Ljava/lang/Void;+12
-j  java.awt.EventQueue$2.run()Ljava/lang/Object;+1
-v  ~StubRoutines::call_stub
-j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
-j  java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
-j  java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+6
-j  java.awt.EventQueue$3.run()Ljava/lang/Void;+11
-j  java.awt.EventQueue$3.run()Ljava/lang/Object;+1
-v  ~StubRoutines::call_stub
-j  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
-j  java.security.AccessControlContext$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
-j  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+73
-j  java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+192
-j  java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
-j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
-j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
-j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
-j  java.awt.EventDispatchThread.run()V+9
-v  ~StubRoutines::call_stub
-
----------------  P R O C E S S  ---------------
-
-Java Threads: ( => current thread )
-  0x00007f7488020000 JavaThread "TimerQueue" daemon [_thread_blocked, id=10265, stack(0x00007f748009b000,0x00007f748019c000)]
-  0x00007f7498168800 JavaThread "Accepter Thread" [_thread_in_native, id=10263, stack(0x00007f74ba40c000,0x00007f74ba50d000)]
-=>0x00007f7498163000 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=10262, stack(0x00007f74ba716000,0x00007f74ba817000)]
-  0x00007f749815e800 JavaThread "AWT-Shutdown" [_thread_blocked, id=10261, stack(0x00007f74ba817000,0x00007f74ba918000)]
-  0x00007f7498134800 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=10260, stack(0x00007f74ba918000,0x00007f74baa19000)]
-  0x00007f7498085800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=10259, stack(0x00007f74cc12d000,0x00007f74cc22e000)]
-  0x00007f74d4155800 JavaThread "Test Client" [_thread_in_native, id=10258, stack(0x00007f74cee29000,0x00007f74cef2a000)]
-  0x00007f74d409e000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=10256, stack(0x00007f74cf02b000,0x00007f74cf12c000)]
-  0x00007f74d409c000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=10255, stack(0x00007f74cf12c000,0x00007f74cf22d000)]
-  0x00007f74d4099000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=10254, stack(0x00007f74cf22d000,0x00007f74cf32e000)]
-  0x00007f74d408b000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10253, stack(0x00007f74cf32e000,0x00007f74cf42f000)]
-  0x00007f74d4078800 JavaThread "Finalizer" daemon [_thread_blocked, id=10252, stack(0x00007f74cfb12000,0x00007f74cfc13000)]
-  0x00007f74d4076800 JavaThread "Reference Handler" daemon [_thread_blocked, id=10251, stack(0x00007f74bb734000,0x00007f74bb835000)]
-  0x00007f74d4008000 JavaThread "main" [_thread_in_native, id=10245, stack(0x00007f74da5ef000,0x00007f74da6f0000)]
-
-Other Threads:
-  0x00007f74d4071800 VMThread [stack: 0x00007f74bb835000,0x00007f74bb936000] [id=10250]
-  0x00007f74d40a1000 WatcherThread [stack: 0x00007f74cef2a000,0x00007f74cf02b000] [id=10257]
-
-VM state:not at safepoint (normal execution)
-
-VM Mutex/Monitor currently owned by a thread: None
-
-Heap
- PSYoungGen      total 101824K, used 55479K [0x00000000ebf60000, 0x00000000f48c0000, 0x0000000100000000)
-  eden space 80128K, 69% used [0x00000000ebf60000,0x00000000ef58dd90,0x00000000f0da0000)
-  from space 21696K, 0% used [0x00000000f2580000,0x00000000f2580000,0x00000000f3ab0000)
-  to   space 24448K, 0% used [0x00000000f0da0000,0x00000000f0da0000,0x00000000f2580000)
- PSOldGen        total 113024K, used 61372K [0x00000000c3e00000, 0x00000000cac60000, 0x00000000ebf60000)
-  object space 113024K, 54% used [0x00000000c3e00000,0x00000000c79ef078,0x00000000cac60000)
- PSPermGen       total 35904K, used 15962K [0x00000000b9800000, 0x00000000bbb10000, 0x00000000c3e00000)
-  object space 35904K, 44% used [0x00000000b9800000,0x00000000ba796938,0x00000000bbb10000)
-
-Code Cache  [0x00007f74d038d000, 0x00007f74d05fd000, 0x00007f74d338d000)
- total_blobs=652 nmethods=160 adapters=446 free_code_cache=49404160 largest_free_block=14336
-
-Dynamic libraries:
-00400000-00409000 r-xp 00000000 08:06 4850161                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00608000-00609000 r--p 00008000 08:06 4850161                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00609000-0060a000 rw-p 00009000 08:06 4850161                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-02011000-02032000 rw-p 00000000 00:00 0                                  [heap]
-b9800000-bbb10000 rw-p 00000000 00:00 0 
-bbb10000-c3e00000 rw-p 00000000 00:00 0 
-c3e00000-cac60000 rw-p 00000000 00:00 0 
-cac60000-ebf60000 rw-p 00000000 00:00 0 
-ebf60000-f48c0000 rw-p 00000000 00:00 0 
-f48c0000-100000000 rw-p 00000000 00:00 0 
-7f746c000000-7f746c021000 rw-p 00000000 00:00 0 
-7f746c021000-7f7470000000 ---p 00000000 00:00 0 
-7f7470c84000-7f7470db0000 rw-s 00000000 00:04 5865483                    /SYSV00000000 (deleted)
-7f7470db0000-7f7470f74000 rw-p 00000000 00:00 0 
-7f7470f74000-7f7470f7e000 r-xp 00000000 08:06 4860894                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so
-7f7470f7e000-7f747117d000 ---p 0000a000 08:06 4860894                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so
-7f747117d000-7f747117e000 r--p 00009000 08:06 4860894                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so
-7f747117e000-7f747117f000 rw-p 0000a000 08:06 4860894                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so
-7f747117f000-7f74711b1000 r-xp 00000000 08:06 4860902                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/liblcms.so
-7f74711b1000-7f74713b0000 ---p 00032000 08:06 4860902                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/liblcms.so
-7f74713b0000-7f74713b1000 r--p 00031000 08:06 4860902                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/liblcms.so
-7f74713b1000-7f74713b2000 rw-p 00032000 08:06 4860902                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/liblcms.so
-7f74713b2000-7f7471496000 rw-p 00000000 00:00 0 
-7f7471496000-7f747152c000 rw-s 001c2000 00:05 8418                       /dev/video0
-7f747152c000-7f74715c2000 rw-s 0012c000 00:05 8418                       /dev/video0
-7f74715c2000-7f7471658000 rw-s 00096000 00:05 8418                       /dev/video0
-7f7471658000-7f74716ee000 rw-s 00000000 00:05 8418                       /dev/video0
-7f74716ee000-7f74766ef000 rw-p 00000000 00:00 0 
-7f74766ef000-7f74766f2000 r-xp 00000000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7f74766f2000-7f74768f1000 ---p 00003000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7f74768f1000-7f74768f2000 r--p 00002000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7f74768f2000-7f74768f3000 rw-p 00003000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7f74768f3000-7f7476904000 r-xp 00000000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7f7476904000-7f7476b03000 ---p 00011000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7f7476b03000-7f7476b04000 r--p 00010000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7f7476b04000-7f7476b05000 rw-p 00011000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7f7476b05000-7f7476b15000 r-xp 00000000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7f7476b15000-7f7476d14000 ---p 00010000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7f7476d14000-7f7476d15000 r--p 0000f000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7f7476d15000-7f7476d16000 rw-p 00010000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7f7476d16000-7f7476d37000 r-xp 00000000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7f7476d37000-7f7476f36000 ---p 00021000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7f7476f36000-7f7476f38000 r--p 00020000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7f7476f38000-7f7476f39000 rw-p 00022000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7f7476f39000-7f7476f8b000 rw-p 00000000 00:00 0 
-7f7476f8b000-7f7477005000 r-xp 00000000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7f7477005000-7f7477205000 ---p 0007a000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7f7477205000-7f7477206000 r--p 0007a000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7f7477206000-7f7477209000 rw-p 0007b000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7f7477209000-7f74772bd000 r-xp 00000000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7f74772bd000-7f74774bd000 ---p 000b4000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7f74774bd000-7f74774c3000 r--p 000b4000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7f74774c3000-7f74774c4000 rw-p 000ba000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7f74774c4000-7f74774c5000 rw-p 00000000 00:00 0 
-7f74774c5000-7f747753a000 r-xp 00000000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7f747753a000-7f7477739000 ---p 00075000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7f7477739000-7f747773b000 r--p 00074000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7f747773b000-7f7477740000 rw-p 00076000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7f7477740000-7f7477746000 r-xp 00000000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7f7477746000-7f7477945000 ---p 00006000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7f7477945000-7f7477946000 r--p 00005000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7f7477946000-7f7477947000 rw-p 00006000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7f7477947000-7f747796e000 r-xp 00000000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7f747796e000-7f7477b6e000 ---p 00027000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7f7477b6e000-7f7477b70000 r--p 00027000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7f7477b70000-7f7477b71000 rw-p 00029000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7f7477b71000-7f7477b89000 r-xp 00000000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7f7477b89000-7f7477d89000 ---p 00018000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7f7477d89000-7f7477d8a000 r--p 00018000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7f7477d8a000-7f7477d8b000 rw-p 00019000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7f7477d8b000-7f7477d8d000 rw-p 00000000 00:00 0 
-7f7477d8d000-7f7477daa000 r-xp 00000000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7f7477daa000-7f7477fa9000 ---p 0001d000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7f7477fa9000-7f7477faa000 r--p 0001c000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7f7477faa000-7f7477fab000 rw-p 0001d000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7f7477fab000-7f7477fac000 rw-p 00000000 00:00 0 
-7f7477fac000-7f7477faf000 r-xp 00000000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7f7477faf000-7f74781ae000 ---p 00003000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7f74781ae000-7f74781af000 r--p 00002000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7f74781af000-7f74781b0000 rw-p 00003000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7f74781b0000-7f74781b8000 r-xp 00000000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7f74781b8000-7f74783b8000 ---p 00008000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7f74783b8000-7f74783b9000 r--p 00008000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7f74783b9000-7f74783ba000 rw-p 00009000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7f74783ba000-7f74783bc000 r-xp 00000000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7f74783bc000-7f74785bb000 ---p 00002000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7f74785bb000-7f74785bc000 r--p 00001000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7f74785bc000-7f74785bd000 rw-p 00002000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7f74785bd000-7f747863e000 r-xp 00000000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7f747863e000-7f747883d000 ---p 00081000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7f747883d000-7f7478843000 r--p 00080000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7f7478843000-7f7478844000 rw-p 00086000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7f7478844000-7f747884c000 r-xp 00000000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7f747884c000-7f7478a4b000 ---p 00008000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7f7478a4b000-7f7478a4c000 r--p 00007000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7f7478a4c000-7f7478a50000 rw-p 00008000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7f7478a50000-7f7478a5e000 r-xp 00000000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7f7478a5e000-7f7478c5d000 ---p 0000e000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7f7478c5d000-7f7478c5e000 r--p 0000d000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7f7478c5e000-7f7478c5f000 rw-p 0000e000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7f7478c5f000-7f7478c6e000 r-xp 00000000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7f7478c6e000-7f7478e6d000 ---p 0000f000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7f7478e6d000-7f7478e6e000 r--p 0000e000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7f7478e6e000-7f7478e6f000 rw-p 0000f000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7f7478e6f000-7f7478e87000 r-xp 00000000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7f7478e87000-7f7479087000 ---p 00018000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7f7479087000-7f7479088000 r--p 00018000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7f7479088000-7f7479089000 rw-p 00019000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7f7479089000-7f7479099000 r-xp 00000000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7f7479099000-7f7479298000 ---p 00010000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7f7479298000-7f7479299000 r--p 0000f000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7f7479299000-7f747929a000 rw-p 00010000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7f747929a000-7f747929f000 rw-p 00000000 00:00 0 
-7f747929f000-7f7479321000 r-xp 00000000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7f7479321000-7f7479520000 ---p 00082000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7f7479520000-7f7479523000 r--p 00081000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7f7479523000-7f7479524000 rw-p 00084000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7f7479524000-7f7479525000 rw-p 00000000 00:00 0 
-7f7479525000-7f7479534000 r-xp 00000000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7f7479534000-7f7479733000 ---p 0000f000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7f7479733000-7f7479734000 r--p 0000e000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7f7479734000-7f7479737000 rw-p 0000f000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7f7479737000-7f7479743000 r-xp 00000000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7f7479743000-7f7479943000 ---p 0000c000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7f7479943000-7f7479944000 r--p 0000c000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7f7479944000-7f7479945000 rw-p 0000d000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7f7479945000-7f747999d000 r-xp 00000000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7f747999d000-7f7479b9d000 ---p 00058000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7f7479b9d000-7f7479b9e000 r--p 00058000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7f7479b9e000-7f7479b9f000 rw-p 00059000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7f7479b9f000-7f7479bcf000 rw-p 00000000 00:00 0 
-7f7479bcf000-7f7479c08000 r-xp 00000000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7f7479c08000-7f7479e07000 ---p 00039000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7f7479e07000-7f7479e08000 r--p 00038000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7f7479e08000-7f7479e09000 rw-p 00039000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7f7479e09000-7f7479e24000 r-xp 00000000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7f7479e24000-7f747a023000 ---p 0001b000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7f747a023000-7f747a024000 r--p 0001a000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7f747a024000-7f747a025000 rw-p 0001b000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7f747a025000-7f747a043000 r-xp 00000000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7f747a043000-7f747a243000 ---p 0001e000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7f747a243000-7f747a244000 r--p 0001e000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7f747a244000-7f747a245000 rw-p 0001f000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7f747a245000-7f747a2f4000 r-xp 00000000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7f747a2f4000-7f747a4f4000 ---p 000af000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7f747a4f4000-7f747a4f6000 r--p 000af000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7f747a4f6000-7f747a4f7000 rw-p 000b1000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7f747a4f7000-7f747a4f8000 rw-p 00000000 00:00 0 
-7f747a4f8000-7f747a50f000 r-xp 00000000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7f747a50f000-7f747a70f000 ---p 00017000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7f747a70f000-7f747a710000 r--p 00017000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7f747a710000-7f747a711000 rw-p 00018000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7f747a711000-7f747a72a000 r-xp 00000000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7f747a72a000-7f747a92a000 ---p 00019000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7f747a92a000-7f747a92b000 r--p 00019000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7f747a92b000-7f747a92c000 rw-p 0001a000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7f747a92c000-7f747a967000 r-xp 00000000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7f747a967000-7f747ab67000 ---p 0003b000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7f747ab67000-7f747ab68000 r--p 0003b000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7f747ab68000-7f747ab69000 rw-p 0003c000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7f747ab69000-7f747ab86000 r-xp 00000000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7f747ab86000-7f747ad86000 ---p 0001d000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7f747ad86000-7f747ad87000 r--p 0001d000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7f747ad87000-7f747ad88000 rw-p 0001e000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7f747ad88000-7f747ad9d000 r-xp 00000000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7f747ad9d000-7f747af9c000 ---p 00015000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7f747af9c000-7f747af9d000 r--p 00014000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7f747af9d000-7f747afa3000 rw-p 00015000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7f747afa3000-7f747afce000 r-xp 00000000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7f747afce000-7f747b1cd000 ---p 0002b000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7f747b1cd000-7f747b1ce000 r--p 0002a000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7f747b1ce000-7f747b1cf000 rw-p 0002b000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7f747b1cf000-7f747b482000 r-xp 00000000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7f747b482000-7f747b681000 ---p 002b3000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7f747b681000-7f747b69d000 r--p 002b2000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7f747b69d000-7f747b69e000 rw-p 002ce000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7f747b69e000-7f747b737000 r-xp 00000000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7f747b737000-7f747b936000 ---p 00099000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7f747b936000-7f747b938000 r--p 00098000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7f747b938000-7f747b939000 rw-p 0009a000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7f747b939000-7f747b943000 rw-p 00000000 00:00 0 
-7f747b943000-7f747ba4c000 r-xp 00000000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7f747ba4c000-7f747bc4b000 ---p 00109000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7f747bc4b000-7f747bc4d000 r--p 00108000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7f747bc4d000-7f747bc4e000 rw-p 0010a000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7f747bc4e000-7f747bcc9000 rw-p 00000000 00:00 0 
-7f747bcc9000-7f747bd8c000 r-xp 00000000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7f747bd8c000-7f747bf8c000 ---p 000c3000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7f747bf8c000-7f747bf8d000 r--p 000c3000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7f747bf8d000-7f747bf97000 rw-p 000c4000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7f747bf97000-7f747c000000 rw-p 00000000 00:00 0 
-7f747c000000-7f747c021000 rw-p 00000000 00:00 0 
-7f747c021000-7f7480000000 ---p 00000000 00:00 0 
-7f748009b000-7f748009e000 ---p 00000000 00:00 0 
-7f748009e000-7f748019c000 rw-p 00000000 00:00 0 
-7f748019c000-7f74801d8000 r-xp 00000000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7f74801d8000-7f74803d7000 ---p 0003c000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7f74803d7000-7f74803d8000 r--p 0003b000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7f74803d8000-7f74803d9000 rw-p 0003c000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7f74803d9000-7f74803e0000 r-xp 00000000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7f74803e0000-7f74805df000 ---p 00007000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7f74805df000-7f74805e0000 r--p 00006000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7f74805e0000-7f74805e1000 rw-p 00007000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7f74805e1000-7f74805e3000 r-xp 00000000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7f74805e3000-7f74807e2000 ---p 00002000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7f74807e2000-7f74807e3000 r--p 00001000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7f74807e3000-7f74807e4000 rw-p 00002000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7f74807e4000-7f74807e6000 r-xp 00000000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7f74807e6000-7f74809e5000 ---p 00002000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7f74809e5000-7f74809e6000 r--p 00001000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7f74809e6000-7f74809e7000 rw-p 00002000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7f74809e7000-7f7480a1b000 r-xp 00000000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7f7480a1b000-7f7480c1b000 ---p 00034000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7f7480c1b000-7f7480c1c000 r--p 00034000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7f7480c1c000-7f7480c1d000 rw-p 00035000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7f7480c1d000-7f7480c63000 r-xp 00000000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7f7480c63000-7f7480e63000 ---p 00046000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7f7480e63000-7f7480e65000 r--p 00046000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7f7480e65000-7f7480e66000 rw-p 00048000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7f7480e66000-7f7480e8f000 r-xp 00000000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7f7480e8f000-7f748108e000 ---p 00029000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7f748108e000-7f748108f000 r--p 00028000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7f748108f000-7f7481090000 rw-p 00029000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7f7481090000-7f74811d8000 r-xp 00000000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7f74811d8000-7f74813d7000 ---p 00148000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7f74813d7000-7f74813db000 r--p 00147000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7f74813db000-7f74813dd000 rw-p 0014b000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7f74813dd000-7f74813df000 rw-p 00000000 00:00 0 
-7f74813df000-7f74813fd000 r-xp 00000000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7f74813fd000-7f74815fd000 ---p 0001e000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7f74815fd000-7f74815fe000 r--p 0001e000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7f74815fe000-7f74815ff000 rw-p 0001f000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7f74815ff000-7f74816b8000 r-xp 00000000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7f74816b8000-7f74818b7000 ---p 000b9000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7f74818b7000-7f74818b9000 r--p 000b8000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7f74818b9000-7f74818ba000 rw-p 000ba000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7f74818ba000-7f74818bd000 rw-p 00000000 00:00 0 
-7f74818bd000-7f74818dc000 r-xp 00000000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7f74818dc000-7f7481adc000 ---p 0001f000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7f7481adc000-7f7481ade000 r--p 0001f000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7f7481ade000-7f7481adf000 rw-p 00021000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7f7481adf000-7f7481aea000 r-xp 00000000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7f7481aea000-7f7481ce9000 ---p 0000b000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7f7481ce9000-7f7481cea000 r--p 0000a000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7f7481cea000-7f7481ceb000 rw-p 0000b000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7f7481ceb000-7f7481cf1000 r-xp 00000000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7f7481cf1000-7f7481ef0000 ---p 00006000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7f7481ef0000-7f7481ef1000 r--p 00005000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7f7481ef1000-7f7481ef2000 rw-p 00006000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7f7481ef2000-7f7481f0c000 r-xp 00000000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7f7481f0c000-7f748210c000 ---p 0001a000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7f748210c000-7f7482110000 r--p 0001a000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7f7482110000-7f7482111000 rw-p 0001e000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7f7482111000-7f7482115000 r-xp 00000000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7f7482115000-7f7482315000 ---p 00004000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7f7482315000-7f7482316000 r--p 00004000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7f7482316000-7f7482317000 rw-p 00005000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7f7482317000-7f748231c000 r-xp 00000000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7f748231c000-7f748251b000 ---p 00005000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7f748251b000-7f748251c000 r--p 00004000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7f748251c000-7f748251d000 rw-p 00005000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7f748251d000-7f748254d000 r-xp 00000000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7f748254d000-7f748274c000 ---p 00030000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7f748274c000-7f748274d000 r--p 0002f000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7f748274d000-7f748274e000 rw-p 00030000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7f748274e000-7f748278e000 rw-p 00000000 00:00 0 
-7f748278e000-7f74827d2000 r-xp 00000000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7f74827d2000-7f74829d2000 ---p 00044000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7f74829d2000-7f74829d3000 r--p 00044000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7f74829d3000-7f74829d4000 rw-p 00045000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7f74829d4000-7f74829ee000 r-xp 00000000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7f74829ee000-7f7482bed000 ---p 0001a000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7f7482bed000-7f7482bef000 r--p 00019000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7f7482bef000-7f7482bf0000 rw-p 0001b000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7f7482bf0000-7f7482bf4000 rw-p 00000000 00:00 0 
-7f7482bf4000-7f7482cdd000 r-xp 00000000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7f7482cdd000-7f7482edd000 ---p 000e9000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7f7482edd000-7f7482ee4000 r--p 000e9000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7f7482ee4000-7f7482ef1000 rw-p 000f0000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7f7482ef1000-7f7483571000 r-xp 00000000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7f7483571000-7f7483770000 ---p 00680000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7f7483770000-7f7483783000 r--p 0067f000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7f7483783000-7f748379b000 rw-p 00692000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7f748379b000-7f7483d0b000 rw-p 00000000 00:00 0 
-7f7483d0b000-7f7483dfd000 r-xp 00000000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7f7483dfd000-7f7483ffd000 ---p 000f2000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7f7483ffd000-7f7483ffe000 r--p 000f2000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7f7483ffe000-7f7483fff000 rw-p 000f3000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7f7483fff000-7f7484000000 rw-p 00000000 00:00 0 
-7f7484000000-7f7484021000 rw-p 00000000 00:00 0 
-7f7484021000-7f7488000000 ---p 00000000 00:00 0 
-7f7488000000-7f7488ce6000 rw-p 00000000 00:00 0 
-7f7488ce6000-7f748c000000 ---p 00000000 00:00 0 
-7f748c000000-7f748c021000 rw-p 00000000 00:00 0 
-7f748c021000-7f7490000000 ---p 00000000 00:00 0 
-7f7490000000-7f7490021000 rw-p 00000000 00:00 0 
-7f7490021000-7f7494000000 ---p 00000000 00:00 0 
-7f7494000000-7f7494021000 rw-p 00000000 00:00 0 
-7f7494021000-7f7498000000 ---p 00000000 00:00 0 
-7f7498000000-7f749a629000 rw-p 00000000 00:00 0 
-7f749a629000-7f749c000000 ---p 00000000 00:00 0 
-7f749c000000-7f749c7a5000 rw-p 00000000 00:00 0 
-7f749c7a5000-7f74a0000000 ---p 00000000 00:00 0 
-7f74a0000000-7f74a0021000 rw-p 00000000 00:00 0 
-7f74a0021000-7f74a4000000 ---p 00000000 00:00 0 
-7f74a4000000-7f74a4021000 rw-p 00000000 00:00 0 
-7f74a4021000-7f74a8000000 ---p 00000000 00:00 0 
-7f74a8000000-7f74a8732000 rw-p 00000000 00:00 0 
-7f74a8732000-7f74ac000000 ---p 00000000 00:00 0 
-7f74ac000000-7f74ac021000 rw-p 00000000 00:00 0 
-7f74ac021000-7f74b0000000 ---p 00000000 00:00 0 
-7f74b0000000-7f74b0021000 rw-p 00000000 00:00 0 
-7f74b0021000-7f74b4000000 ---p 00000000 00:00 0 
-7f74b4000000-7f74b4021000 rw-p 00000000 00:00 0 
-7f74b4021000-7f74b8000000 ---p 00000000 00:00 0 
-7f74b8001000-7f74b8002000 rw-p 00000000 00:00 0 
-7f74b8002000-7f74b8004000 r-xp 00000000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7f74b8004000-7f74b8203000 ---p 00002000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7f74b8203000-7f74b8204000 r--p 00001000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7f74b8204000-7f74b8205000 rw-p 00002000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7f74b8205000-7f74b8252000 r-xp 00000000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7f74b8252000-7f74b8452000 ---p 0004d000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7f74b8452000-7f74b8453000 r--p 0004d000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7f74b8453000-7f74b8454000 rw-p 0004e000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7f74b8454000-7f74b8501000 r-xp 00000000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7f74b8501000-7f74b8700000 ---p 000ad000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7f74b8700000-7f74b8704000 r--p 000ac000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7f74b8704000-7f74b8706000 rw-p 000b0000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7f74b8706000-7f74b8b33000 r-xp 00000000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7f74b8b33000-7f74b8d33000 ---p 0042d000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7f74b8d33000-7f74b8d3a000 r--p 0042d000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7f74b8d3a000-7f74b8d3e000 rw-p 00434000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7f74b8d3e000-7f74b8d40000 rw-p 00000000 00:00 0 
-7f74b8d40000-7f74b8d82000 r-xp 00000000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7f74b8d82000-7f74b8f81000 ---p 00042000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7f74b8f81000-7f74b8f82000 r--p 00041000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7f74b8f82000-7f74b8f83000 rw-p 00042000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7f74b8f83000-7f74b9041000 r-xp 00000000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7f74b9041000-7f74b9240000 ---p 000be000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7f74b9240000-7f74b9243000 r--p 000bd000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7f74b9243000-7f74b9244000 rw-p 000c0000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7f74b9244000-7f74b9290000 r-xp 00000000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7f74b9290000-7f74b948f000 ---p 0004c000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7f74b948f000-7f74b9490000 r--p 0004b000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7f74b9490000-7f74b9494000 rw-p 0004c000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7f74b9494000-7f74b949b000 rw-p 00000000 00:00 0 
-7f74b949b000-7f74b94fc000 r-xp 00000000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7f74b94fc000-7f74b96fb000 ---p 00061000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7f74b96fb000-7f74b96fd000 r--p 00060000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7f74b96fd000-7f74b96fe000 rw-p 00062000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7f74b96fe000-7f74b9724000 r-xp 00000000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7f74b9724000-7f74b9924000 ---p 00026000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7f74b9924000-7f74b9925000 r--p 00026000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7f74b9925000-7f74b9926000 rw-p 00027000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7f74b9926000-7f74b9964000 r-xp 00000000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7f74b9964000-7f74b9b64000 ---p 0003e000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7f74b9b64000-7f74b9b65000 r--p 0003e000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7f74b9b65000-7f74b9b66000 rw-p 0003f000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7f74b9b66000-7f74b9b76000 rw-p 00000000 00:00 0 
-7f74b9b76000-7f74b9bb4000 r-xp 00000000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7f74b9bb4000-7f74b9db3000 ---p 0003e000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7f74b9db3000-7f74b9db5000 r--p 0003d000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7f74b9db5000-7f74b9db6000 rw-p 0003f000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7f74b9db6000-7f74b9db7000 rw-p 00000000 00:00 0 
-7f74b9db7000-7f74b9dc4000 r-xp 00000000 08:06 917528                     /tmp/libjniopencv_highgui8480526884910325627.so
-7f74b9dc4000-7f74b9fc3000 ---p 0000d000 08:06 917528                     /tmp/libjniopencv_highgui8480526884910325627.so
-7f74b9fc3000-7f74b9fc4000 rw-p 0000c000 08:06 917528                     /tmp/libjniopencv_highgui8480526884910325627.so
-7f74b9fc4000-7f74ba1f4000 r-xp 00000000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7f74ba1f4000-7f74ba3f3000 ---p 00230000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7f74ba3f3000-7f74ba3fb000 r--p 0022f000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7f74ba3fb000-7f74ba404000 rw-p 00237000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7f74ba404000-7f74ba40c000 rw-p 00000000 00:00 0 
-7f74ba40c000-7f74ba40f000 ---p 00000000 00:00 0 
-7f74ba40f000-7f74ba50d000 rw-p 00000000 00:00 0 
-7f74ba50d000-7f74ba515000 r-xp 00000000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7f74ba515000-7f74ba714000 ---p 00008000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7f74ba714000-7f74ba715000 r--p 00007000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7f74ba715000-7f74ba716000 rw-p 00008000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7f74ba716000-7f74ba719000 ---p 00000000 00:00 0 
-7f74ba719000-7f74ba817000 rw-p 00000000 00:00 0 
-7f74ba817000-7f74ba81a000 ---p 00000000 00:00 0 
-7f74ba81a000-7f74ba918000 rw-p 00000000 00:00 0 
-7f74ba918000-7f74ba91b000 ---p 00000000 00:00 0 
-7f74ba91b000-7f74baa19000 rw-p 00000000 00:00 0 
-7f74baa19000-7f74baa1e000 r-xp 00000000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7f74baa1e000-7f74bac1d000 ---p 00005000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7f74bac1d000-7f74bac1e000 r--p 00004000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7f74bac1e000-7f74bac1f000 rw-p 00005000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7f74bac1f000-7f74bac28000 r-xp 00000000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7f74bac28000-7f74bae27000 ---p 00009000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7f74bae27000-7f74bae28000 r--p 00008000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7f74bae28000-7f74bae29000 rw-p 00009000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7f74bae29000-7f74baebf000 r-xp 00000000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7f74baebf000-7f74bb0be000 ---p 00096000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7f74bb0be000-7f74bb0c4000 r--p 00095000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7f74bb0c4000-7f74bb0c5000 rw-p 0009b000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7f74bb0c5000-7f74bb0ff000 r-xp 00000000 08:06 4860139                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libfontmanager.so
-7f74bb0ff000-7f74bb2fe000 ---p 0003a000 08:06 4860139                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libfontmanager.so
-7f74bb2fe000-7f74bb300000 r--p 00039000 08:06 4860139                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libfontmanager.so
-7f74bb300000-7f74bb301000 rw-p 0003b000 08:06 4860139                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libfontmanager.so
-7f74bb301000-7f74bb49b000 r-xp 00000000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7f74bb49b000-7f74bb69a000 ---p 0019a000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7f74bb69a000-7f74bb69e000 r--p 00199000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7f74bb69e000-7f74bb69f000 rw-p 0019d000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7f74bb69f000-7f74bb734000 rw-p 00000000 00:00 0 
-7f74bb734000-7f74bb737000 ---p 00000000 00:00 0 
-7f74bb737000-7f74bb835000 rw-p 00000000 00:00 0 
-7f74bb835000-7f74bb836000 ---p 00000000 00:00 0 
-7f74bb836000-7f74bbe6e000 rw-p 00000000 00:00 0 
-7f74bbe6e000-7f74bc000000 r--s 037d4000 08:06 4850179                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/rt.jar
-7f74bc000000-7f74bc021000 rw-p 00000000 00:00 0 
-7f74bc021000-7f74c0000000 ---p 00000000 00:00 0 
-7f74c0000000-7f74c0021000 rw-p 00000000 00:00 0 
-7f74c0021000-7f74c4000000 ---p 00000000 00:00 0 
-7f74c4000000-7f74c4021000 rw-p 00000000 00:00 0 
-7f74c4021000-7f74c8000000 ---p 00000000 00:00 0 
-7f74c8000000-7f74c8021000 rw-p 00000000 00:00 0 
-7f74c8021000-7f74cc000000 ---p 00000000 00:00 0 
-7f74cc019000-7f74cc020000 r--s 00000000 08:06 5121993                    /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
-7f74cc020000-7f74cc021000 r--s 00000000 08:06 1181644                    /var/cache/fontconfig/c05880de57d1f5e948fdfacc138775d9-le64.cache-3
-7f74cc021000-7f74cc02a000 r--s 00000000 08:06 1179735                    /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-3
-7f74cc02a000-7f74cc02c000 r--s 00000000 08:06 1181629                    /var/cache/fontconfig/99e8ed0e538f840c565b6ed5dad60d56-le64.cache-3
-7f74cc02c000-7f74cc034000 r--s 00000000 08:06 1181626                    /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-3
-7f74cc034000-7f74cc038000 r--s 00000000 08:06 1181625                    /var/cache/fontconfig/2cd17615ca594fa2959ae173292e504c-le64.cache-3
-7f74cc038000-7f74cc039000 r--s 00000000 08:06 1181624                    /var/cache/fontconfig/e7071f4a29fa870f4323321c154eba04-le64.cache-3
-7f74cc039000-7f74cc03a000 r--s 00000000 08:06 1181587                    /var/cache/fontconfig/0d8c3b2ac0904cb8a57a757ad11a4a08-le64.cache-3
-7f74cc03a000-7f74cc040000 r--s 00000000 08:06 1181586                    /var/cache/fontconfig/a755afe4a08bf5b97852ceb7400b47bc-le64.cache-3
-7f74cc040000-7f74cc049000 r--s 00000000 08:06 1182361                    /var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le64.cache-3
-7f74cc049000-7f74cc059000 r--s 00000000 08:06 1181583                    /var/cache/fontconfig/04aabc0a78ac019cf9454389977116d2-le64.cache-3
-7f74cc059000-7f74cc05c000 r--s 00000000 08:06 1179717                    /var/cache/fontconfig/385c0604a188198f04d133e54aba7fe7-le64.cache-3
-7f74cc05c000-7f74cc05d000 r--s 00000000 08:06 1189802                    /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-3
-7f74cc05d000-7f74cc060000 r--s 00000000 08:06 1179714                    /var/cache/fontconfig/8801497958630a81b71ace7c5f9b32a8-le64.cache-3
-7f74cc060000-7f74cc08e000 r--s 00000000 08:06 1180867                    /var/cache/fontconfig/365b55f210c0a22e9a19e35191240f32-le64.cache-3
-7f74cc08e000-7f74cc093000 r--s 00000000 08:06 1181580                    /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-3
-7f74cc093000-7f74cc094000 r--s 00000000 08:06 1181579                    /var/cache/fontconfig/56cf4f4769d0f4abc89a4895d7bd3ae1-le64.cache-3
-7f74cc094000-7f74cc095000 r--s 00000000 08:06 1181572                    /var/cache/fontconfig/b9d506c9ac06c20b433354fa67a72993-le64.cache-3
-7f74cc095000-7f74cc09a000 r--s 00000000 08:06 1181571                    /var/cache/fontconfig/b47c4e1ecd0709278f4910c18777a504-le64.cache-3
-7f74cc09a000-7f74cc0a2000 r--s 00000000 08:06 1181565                    /var/cache/fontconfig/52f7bdb7ce746bfd7eaa1985bd9cfa93-le64.cache-3
-7f74cc0a2000-7f74cc0b2000 r--s 00000000 08:06 1181506                    /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-3
-7f74cc0b2000-7f74cc0b8000 r--s 00000000 08:06 1181505                    /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-3
-7f74cc0b8000-7f74cc0bb000 r--s 00000000 08:06 1179732                    /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-3
-7f74cc0bb000-7f74cc0bf000 r--s 00000000 08:06 1180929                    /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-3
-7f74cc0bf000-7f74cc0c0000 r--s 00000000 08:06 1181644                    /var/cache/fontconfig/c05880de57d1f5e948fdfacc138775d9-le64.cache-3
-7f74cc0c0000-7f74cc0c9000 r--s 00000000 08:06 1179735                    /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-3
-7f74cc0c9000-7f74cc0cb000 r--s 00000000 08:06 1181629                    /var/cache/fontconfig/99e8ed0e538f840c565b6ed5dad60d56-le64.cache-3
-7f74cc0cb000-7f74cc0d3000 r--s 00000000 08:06 1181626                    /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-3
-7f74cc0d3000-7f74cc0d7000 r--s 00000000 08:06 1181625                    /var/cache/fontconfig/2cd17615ca594fa2959ae173292e504c-le64.cache-3
-7f74cc0d7000-7f74cc0d8000 r--s 00000000 08:06 1181624                    /var/cache/fontconfig/e7071f4a29fa870f4323321c154eba04-le64.cache-3
-7f74cc0d8000-7f74cc0d9000 r--s 00000000 08:06 1181587                    /var/cache/fontconfig/0d8c3b2ac0904cb8a57a757ad11a4a08-le64.cache-3
-7f74cc0d9000-7f74cc0df000 r--s 00000000 08:06 1181586                    /var/cache/fontconfig/a755afe4a08bf5b97852ceb7400b47bc-le64.cache-3
-7f74cc0df000-7f74cc0e8000 r--s 00000000 08:06 1182361                    /var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le64.cache-3
-7f74cc0e8000-7f74cc0f8000 r--s 00000000 08:06 1181583                    /var/cache/fontconfig/04aabc0a78ac019cf9454389977116d2-le64.cache-3
-7f74cc0f8000-7f74cc0fb000 r--s 00000000 08:06 1179717                    /var/cache/fontconfig/385c0604a188198f04d133e54aba7fe7-le64.cache-3
-7f74cc0fb000-7f74cc0fc000 r--s 00000000 08:06 1189802                    /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-3
-7f74cc0fc000-7f74cc0ff000 r--s 00000000 08:06 1179714                    /var/cache/fontconfig/8801497958630a81b71ace7c5f9b32a8-le64.cache-3
-7f74cc0ff000-7f74cc12d000 r--s 00000000 08:06 1180867                    /var/cache/fontconfig/365b55f210c0a22e9a19e35191240f32-le64.cache-3
-7f74cc12d000-7f74cc130000 ---p 00000000 00:00 0 
-7f74cc130000-7f74cc22e000 rw-p 00000000 00:00 0 
-7f74cc22e000-7f74cc254000 r-xp 00000000 08:06 917526                     /tmp/libjniopencv_imgproc507258775669001786.so
-7f74cc254000-7f74cc453000 ---p 00026000 08:06 917526                     /tmp/libjniopencv_imgproc507258775669001786.so
-7f74cc453000-7f74cc454000 rw-p 00025000 08:06 917526                     /tmp/libjniopencv_imgproc507258775669001786.so
-7f74cc454000-7f74cc664000 r-xp 00000000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7f74cc664000-7f74cc863000 ---p 00210000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7f74cc863000-7f74cc869000 r--p 0020f000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7f74cc869000-7f74cc86b000 rw-p 00215000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7f74cc86b000-7f74cc900000 rw-p 00000000 00:00 0 
-7f74cc900000-7f74cc905000 r-xp 00000000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7f74cc905000-7f74ccb04000 ---p 00005000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7f74ccb04000-7f74ccb05000 r--p 00004000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7f74ccb05000-7f74ccb06000 rw-p 00005000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7f74ccb06000-7f74ccb08000 r-xp 00000000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7f74ccb08000-7f74ccd07000 ---p 00002000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7f74ccd07000-7f74ccd08000 r--p 00001000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7f74ccd08000-7f74ccd09000 rw-p 00002000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7f74ccd09000-7f74ccd26000 r-xp 00000000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7f74ccd26000-7f74ccf25000 ---p 0001d000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7f74ccf25000-7f74ccf26000 r--p 0001c000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7f74ccf26000-7f74ccf27000 rw-p 0001d000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7f74ccf27000-7f74ccf35000 r-xp 00000000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7f74ccf35000-7f74cd134000 ---p 0000e000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7f74cd134000-7f74cd135000 r--p 0000d000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7f74cd135000-7f74cd136000 rw-p 0000e000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7f74cd136000-7f74cd13b000 r-xp 00000000 08:06 4725855                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
-7f74cd13b000-7f74cd33a000 ---p 00005000 08:06 4725855                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
-7f74cd33a000-7f74cd33b000 r--p 00004000 08:06 4725855                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
-7f74cd33b000-7f74cd33c000 rw-p 00005000 08:06 4725855                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
-7f74cd33c000-7f74cd345000 r-xp 00000000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7f74cd345000-7f74cd544000 ---p 00009000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7f74cd544000-7f74cd545000 r--p 00008000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7f74cd545000-7f74cd546000 rw-p 00009000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7f74cd546000-7f74cd675000 r-xp 00000000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7f74cd675000-7f74cd875000 ---p 0012f000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7f74cd875000-7f74cd876000 r--p 0012f000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7f74cd876000-7f74cd87a000 rw-p 00130000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7f74cd87a000-7f74cd88a000 r-xp 00000000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7f74cd88a000-7f74cda89000 ---p 00010000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7f74cda89000-7f74cda8a000 r--p 0000f000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7f74cda8a000-7f74cda8b000 rw-p 00010000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7f74cda8b000-7f74cdad6000 r-xp 00000000 08:06 4862136                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/xawt/libmawt.so
-7f74cdad6000-7f74cdcd6000 ---p 0004b000 08:06 4862136                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/xawt/libmawt.so
-7f74cdcd6000-7f74cdcd7000 r--p 0004b000 08:06 4862136                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/xawt/libmawt.so
-7f74cdcd7000-7f74cdcda000 rw-p 0004c000 08:06 4862136                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/xawt/libmawt.so
-7f74cdcda000-7f74cdcdb000 rw-p 00000000 00:00 0 
-7f74cdcdb000-7f74cdd87000 r-xp 00000000 08:06 4860151                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libawt.so
-7f74cdd87000-7f74cdf86000 ---p 000ac000 08:06 4860151                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libawt.so
-7f74cdf86000-7f74cdf87000 r--p 000ab000 08:06 4860151                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libawt.so
-7f74cdf87000-7f74cdf92000 rw-p 000ac000 08:06 4860151                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libawt.so
-7f74cdf92000-7f74cdfb7000 rw-p 00000000 00:00 0 
-7f74cdfb7000-7f74ce174000 r-xp 00000000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7f74ce174000-7f74ce373000 ---p 001bd000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7f74ce373000-7f74ce376000 r--p 001bc000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7f74ce376000-7f74ce37e000 rw-p 001bf000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7f74ce37e000-7f74ce37f000 rw-p 00000000 00:00 0 
-7f74ce37f000-7f74ce3e8000 r-xp 00000000 08:06 917522                     /tmp/libjniopencv_core8904422166015715437.so
-7f74ce3e8000-7f74ce5e7000 ---p 00069000 08:06 917522                     /tmp/libjniopencv_core8904422166015715437.so
-7f74ce5e7000-7f74ce5e9000 rw-p 00068000 08:06 917522                     /tmp/libjniopencv_core8904422166015715437.so
-7f74ce5e9000-7f74ce7fd000 r-xp 00000000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7f74ce7fd000-7f74ce9fd000 ---p 00214000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7f74ce9fd000-7f74cea00000 r--p 00214000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7f74cea00000-7f74cea09000 rw-p 00217000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7f74cea09000-7f74cea0a000 rw-p 00000000 00:00 0 
-7f74cea0a000-7f74cea12000 r-xp 00000000 08:06 4860903                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7f74cea12000-7f74cec11000 ---p 00008000 08:06 4860903                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7f74cec11000-7f74cec12000 r--p 00007000 08:06 4860903                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7f74cec12000-7f74cec13000 rw-p 00008000 08:06 4860903                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7f74cec13000-7f74cec28000 r-xp 00000000 08:06 4860168                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7f74cec28000-7f74cee27000 ---p 00015000 08:06 4860168                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7f74cee27000-7f74cee28000 r--p 00014000 08:06 4860168                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7f74cee28000-7f74cee29000 rw-p 00015000 08:06 4860168                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7f74cee29000-7f74cee2c000 ---p 00000000 00:00 0 
-7f74cee2c000-7f74cef2a000 rw-p 00000000 00:00 0 
-7f74cef2a000-7f74cef2b000 ---p 00000000 00:00 0 
-7f74cef2b000-7f74cf02b000 rw-p 00000000 00:00 0 
-7f74cf02b000-7f74cf02e000 ---p 00000000 00:00 0 
-7f74cf02e000-7f74cf12c000 rw-p 00000000 00:00 0 
-7f74cf12c000-7f74cf12f000 ---p 00000000 00:00 0 
-7f74cf12f000-7f74cf22d000 rw-p 00000000 00:00 0 
-7f74cf22d000-7f74cf230000 ---p 00000000 00:00 0 
-7f74cf230000-7f74cf32e000 rw-p 00000000 00:00 0 
-7f74cf32e000-7f74cf331000 ---p 00000000 00:00 0 
-7f74cf331000-7f74cf42f000 rw-p 00000000 00:00 0 
-7f74cf42f000-7f74cfb12000 r--p 00000000 08:06 4725192                    /usr/lib/locale/locale-archive
-7f74cfb12000-7f74cfb15000 ---p 00000000 00:00 0 
-7f74cfb15000-7f74cfc13000 rw-p 00000000 00:00 0 
-7f74cfc13000-7f74cfc14000 ---p 00000000 00:00 0 
-7f74cfc14000-7f74cfd14000 rw-p 00000000 00:00 0 
-7f74cfd14000-7f74cfd15000 ---p 00000000 00:00 0 
-7f74cfd15000-7f74cfe15000 rw-p 00000000 00:00 0 
-7f74cfe15000-7f74cfe16000 ---p 00000000 00:00 0 
-7f74cfe16000-7f74cff16000 rw-p 00000000 00:00 0 
-7f74cff16000-7f74cff17000 ---p 00000000 00:00 0 
-7f74cff17000-7f74d004f000 rw-p 00000000 00:00 0 
-7f74d004f000-7f74d0158000 rw-p 00000000 00:00 0 
-7f74d0158000-7f74d016a000 rw-p 00000000 00:00 0 
-7f74d016a000-7f74d01ab000 rw-p 00000000 00:00 0 
-7f74d01ab000-7f74d01e3000 rw-p 00000000 00:00 0 
-7f74d01e3000-7f74d02eb000 rw-p 00000000 00:00 0 
-7f74d02eb000-7f74d0331000 rw-p 00000000 00:00 0 
-7f74d0331000-7f74d038c000 rw-p 00000000 00:00 0 
-7f74d038c000-7f74d038d000 rw-p 00000000 00:00 0 
-7f74d038d000-7f74d05fd000 rwxp 00000000 00:00 0 
-7f74d05fd000-7f74d338d000 rw-p 00000000 00:00 0 
-7f74d338d000-7f74d3394000 r-xp 00000000 08:06 4860164                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7f74d3394000-7f74d3593000 ---p 00007000 08:06 4860164                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7f74d3593000-7f74d3594000 r--p 00006000 08:06 4860164                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7f74d3594000-7f74d3595000 rw-p 00007000 08:06 4860164                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7f74d3595000-7f74d35a1000 r-xp 00000000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7f74d35a1000-7f74d37a0000 ---p 0000c000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7f74d37a0000-7f74d37a1000 r--p 0000b000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7f74d37a1000-7f74d37a2000 rw-p 0000c000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7f74d37a2000-7f74d37ac000 r-xp 00000000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7f74d37ac000-7f74d39ac000 ---p 0000a000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7f74d39ac000-7f74d39ad000 r--p 0000a000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7f74d39ad000-7f74d39ae000 rw-p 0000b000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7f74d39ae000-7f74d39c5000 r-xp 00000000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7f74d39c5000-7f74d3bc4000 ---p 00017000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7f74d3bc4000-7f74d3bc5000 r--p 00016000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7f74d3bc5000-7f74d3bc6000 rw-p 00017000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7f74d3bc6000-7f74d3bc8000 rw-p 00000000 00:00 0 
-7f74d3bc8000-7f74d3bd0000 r-xp 00000000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7f74d3bd0000-7f74d3dcf000 ---p 00008000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7f74d3dcf000-7f74d3dd0000 r--p 00007000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7f74d3dd0000-7f74d3dd1000 rw-p 00008000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7f74d3dd1000-7f74d3dfd000 r-xp 00000000 08:06 4860145                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7f74d3dfd000-7f74d3ffc000 ---p 0002c000 08:06 4860145                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7f74d3ffc000-7f74d3ffd000 r--p 0002b000 08:06 4860145                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7f74d3ffd000-7f74d4000000 rw-p 0002c000 08:06 4860145                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7f74d4000000-7f74d4234000 rw-p 00000000 00:00 0 
-7f74d4234000-7f74d8000000 ---p 00000000 00:00 0 
-7f74d8001000-7f74d8006000 r--s 00000000 08:06 1181580                    /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-3
-7f74d8006000-7f74d8007000 r--s 00000000 08:06 1181579                    /var/cache/fontconfig/56cf4f4769d0f4abc89a4895d7bd3ae1-le64.cache-3
-7f74d8007000-7f74d8008000 r--s 00000000 08:06 1181572                    /var/cache/fontconfig/b9d506c9ac06c20b433354fa67a72993-le64.cache-3
-7f74d8008000-7f74d800d000 r--s 00000000 08:06 1181571                    /var/cache/fontconfig/b47c4e1ecd0709278f4910c18777a504-le64.cache-3
-7f74d800d000-7f74d8015000 r--s 00000000 08:06 1181565                    /var/cache/fontconfig/52f7bdb7ce746bfd7eaa1985bd9cfa93-le64.cache-3
-7f74d8015000-7f74d8025000 r--s 00000000 08:06 1181506                    /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-3
-7f74d8025000-7f74d802b000 r--s 00000000 08:06 1181505                    /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-3
-7f74d802b000-7f74d802e000 r--s 00000000 08:06 1179732                    /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-3
-7f74d802e000-7f74d8032000 r--s 00000000 08:06 1180929                    /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-3
-7f74d8032000-7f74d8063000 rw-p 00000000 00:00 0 
-7f74d8063000-7f74d8064000 r--s 00005000 08:06 131641                     /home/daniel/svn/2013/src/971CV/src/org/frc971/private_aos_camera_jar.jar
-7f74d8064000-7f74d8066000 r--s 00009000 08:06 8520418                    /home/daniel/svn/2013/src/DaisyCV/external_jars/WPIJavaCV.jar
-7f74d8066000-7f74d8067000 r--s 00005000 08:06 8520531                    /home/daniel/svn/2013/src/DaisyCV/external_jars/WPICameraExtension.jar
-7f74d8067000-7f74d806c000 r--s 00051000 08:06 8520629                    /home/daniel/svn/2013/src/DaisyCV/external_jars/SmartDashboard.jar
-7f74d806c000-7f74d806e000 r--s 00013000 08:06 2362244                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/NetworkTable_Client.jar
-7f74d806e000-7f74d8074000 r--s 00034000 08:06 2362243                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/junit-4.8.2.jar
-7f74d8074000-7f74d8085000 r--s 0014c000 08:06 2362245                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/jfreechart-1.0.13.jar
-7f74d8085000-7f74d808b000 r--s 00046000 08:06 2362242                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/jcommon-1.0.16.jar
-7f74d808b000-7f74d80c5000 rw-p 00000000 00:00 0 
-7f74d80c5000-7f74d8106000 rw-p 00000000 00:00 0 
-7f74d8106000-7f74d8114000 r-xp 00000000 08:06 4860904                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7f74d8114000-7f74d8313000 ---p 0000e000 08:06 4860904                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7f74d8313000-7f74d8315000 r--p 0000d000 08:06 4860904                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7f74d8315000-7f74d8316000 rw-p 0000f000 08:06 4860904                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7f74d8316000-7f74d831d000 r-xp 00000000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7f74d831d000-7f74d851c000 ---p 00007000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7f74d851c000-7f74d851d000 r--p 00006000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7f74d851d000-7f74d851e000 rw-p 00007000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7f74d851e000-7f74d8533000 r-xp 00000000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7f74d8533000-7f74d8732000 ---p 00015000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7f74d8732000-7f74d8733000 r--p 00014000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7f74d8733000-7f74d8734000 rw-p 00015000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7f74d8734000-7f74d882f000 r-xp 00000000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7f74d882f000-7f74d8a2e000 ---p 000fb000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7f74d8a2e000-7f74d8a2f000 r--p 000fa000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7f74d8a2f000-7f74d8a30000 rw-p 000fb000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7f74d8a30000-7f74d8b12000 r-xp 00000000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7f74d8b12000-7f74d8d11000 ---p 000e2000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7f74d8d11000-7f74d8d19000 r--p 000e1000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7f74d8d19000-7f74d8d1b000 rw-p 000e9000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7f74d8d1b000-7f74d8d30000 rw-p 00000000 00:00 0 
-7f74d8d30000-7f74d9635000 r-xp 00000000 08:06 4860130                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7f74d9635000-7f74d9835000 ---p 00905000 08:06 4860130                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7f74d9835000-7f74d98b5000 r--p 00905000 08:06 4860130                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7f74d98b5000-7f74d98d0000 rw-p 00985000 08:06 4860130                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7f74d98d0000-7f74d98f9000 rw-p 00000000 00:00 0 
-7f74d98f9000-7f74d990f000 r-xp 00000000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7f74d990f000-7f74d9b0e000 ---p 00016000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7f74d9b0e000-7f74d9b0f000 r--p 00015000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7f74d9b0f000-7f74d9b10000 rw-p 00016000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7f74d9b10000-7f74d9cc5000 r-xp 00000000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7f74d9cc5000-7f74d9ec4000 ---p 001b5000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7f74d9ec4000-7f74d9ec8000 r--p 001b4000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7f74d9ec8000-7f74d9eca000 rw-p 001b8000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7f74d9eca000-7f74d9ecf000 rw-p 00000000 00:00 0 
-7f74d9ecf000-7f74d9ed1000 r-xp 00000000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7f74d9ed1000-7f74da0d1000 ---p 00002000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7f74da0d1000-7f74da0d2000 r--p 00002000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7f74da0d2000-7f74da0d3000 rw-p 00003000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7f74da0d3000-7f74da0d7000 r-xp 00000000 08:06 4860161                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7f74da0d7000-7f74da2d6000 ---p 00004000 08:06 4860161                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7f74da2d6000-7f74da2d7000 r--p 00003000 08:06 4860161                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7f74da2d7000-7f74da2d8000 rw-p 00004000 08:06 4860161                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7f74da2d8000-7f74da2f0000 r-xp 00000000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7f74da2f0000-7f74da4ef000 ---p 00018000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7f74da4ef000-7f74da4f0000 r--p 00017000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7f74da4f0000-7f74da4f1000 rw-p 00018000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7f74da4f1000-7f74da4f5000 rw-p 00000000 00:00 0 
-7f74da4f5000-7f74da517000 r-xp 00000000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7f74da517000-7f74da51b000 r--s 0000e000 08:06 8520683                    /home/daniel/svn/2013/src/DaisyCV/external_jars/networktables-desktop.jar
-7f74da51b000-7f74da521000 r--s 000fc000 08:06 4720987                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/resources.jar
-7f74da521000-7f74da52f000 r--s 00090000 08:06 8520407                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv.jar
-7f74da52f000-7f74da539000 rw-p 00000000 00:00 0 
-7f74da539000-7f74da5ef000 rw-p 00000000 00:00 0 
-7f74da5ef000-7f74da5f2000 ---p 00000000 00:00 0 
-7f74da5f2000-7f74da6f5000 rw-p 00000000 00:00 0 
-7f74da6f5000-7f74da6f8000 r--s 0007f000 08:06 4732629                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/jsse.jar
-7f74da6f8000-7f74da6f9000 r--s 00129000 08:06 8520417                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv-windows-x86.jar
-7f74da6f9000-7f74da6fa000 r--s 000b8000 08:06 8521064                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv-linux-x86_64.jar
-7f74da6fa000-7f74da6fc000 r--s 0000f000 08:06 8520405                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacpp.jar
-7f74da6fc000-7f74da6fe000 r--s 0000f000 08:06 4860045                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/pulse-java.jar
-7f74da6fe000-7f74da702000 r--s 00039000 08:06 4860049                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/sunpkcs11.jar
-7f74da702000-7f74da705000 r--s 00031000 08:06 4860046                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/sunjce_provider.jar
-7f74da705000-7f74da708000 r--s 00077000 08:06 4860048                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/localedata.jar
-7f74da708000-7f74da709000 r--s 00007000 08:06 5252192                    /usr/share/java/java-atk-wrapper.jar
-7f74da709000-7f74da70b000 r--s 00001000 08:06 4860052                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/dnsns.jar
-7f74da70b000-7f74da713000 rw-s 00000000 08:06 1446217                    /tmp/hsperfdata_daniel/10240
-7f74da713000-7f74da714000 rw-p 00000000 00:00 0 
-7f74da714000-7f74da715000 r--p 00000000 00:00 0 
-7f74da715000-7f74da717000 rw-p 00000000 00:00 0 
-7f74da717000-7f74da718000 r--p 00022000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7f74da718000-7f74da71a000 rw-p 00023000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7fff89649000-7fff8966b000 rw-p 00000000 00:00 0                          [stack]
-7fff897ff000-7fff89800000 r-xp 00000000 00:00 0                          [vdso]
-ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
-
-VM Arguments:
-jvm_args: -Dfile.encoding=UTF-8 
-java_command: org.frc971.DebugServerRun -vision
-Launcher Type: SUN_STANDARD
-
-Environment Variables:
-PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
-LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk-amd64/jre/../lib/amd64
-SHELL=/bin/bash
-DISPLAY=:0
-
-Signal Handlers:
-SIGSEGV: [libjvm.so+0x785360], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGBUS: [libjvm.so+0x785360], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGFPE: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGPIPE: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGXFSZ: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGILL: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
-SIGUSR2: [libjvm.so+0x648f70], sa_mask[0]=0x00000004, sa_flags=0x10000004
-SIGHUP: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGINT: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGTERM: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGQUIT: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-
-
----------------  S Y S T E M  ---------------
-
-OS:Ubuntu 12.04 (precise)
-uname:Linux 3.2.0-38-lowlatency #40-Ubuntu SMP PREEMPT Wed Feb 20 23:42:32 UTC 2013 x86_64
-libc:glibc 2.15 NPTL 2.15 
-rlimit: STACK 8192k, CORE 0k, NPROC 30598, NOFILE 4096, AS infinity
-load average:3.66 3.33 1.75
-
-/proc/meminfo:
-MemTotal:        3934128 kB
-MemFree:          876352 kB
-Buffers:           30168 kB
-Cached:           582000 kB
-SwapCached:          716 kB
-Active:          1812720 kB
-Inactive:         851244 kB
-Active(anon):    1542568 kB
-Inactive(anon):   777916 kB
-Active(file):     270152 kB
-Inactive(file):    73328 kB
-Unevictable:          16 kB
-Mlocked:              16 kB
-SwapTotal:       4077564 kB
-SwapFree:        4004312 kB
-Dirty:              4112 kB
-Writeback:             0 kB
-AnonPages:       2051548 kB
-Mapped:           113216 kB
-Shmem:            268688 kB
-Slab:             263212 kB
-SReclaimable:     227304 kB
-SUnreclaim:        35908 kB
-KernelStack:        5000 kB
-PageTables:        43160 kB
-NFS_Unstable:          0 kB
-Bounce:                0 kB
-WritebackTmp:          0 kB
-CommitLimit:     6044628 kB
-Committed_AS:    4967436 kB
-VmallocTotal:   34359738367 kB
-VmallocUsed:      362704 kB
-VmallocChunk:   34359363120 kB
-HardwareCorrupted:     0 kB
-AnonHugePages:         0 kB
-HugePages_Total:       0
-HugePages_Free:        0
-HugePages_Rsvd:        0
-HugePages_Surp:        0
-Hugepagesize:       2048 kB
-DirectMap4k:       71680 kB
-DirectMap2M:     4014080 kB
-
-
-CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
-
-Memory: 4k page, physical 3934128k(876352k free), swap 4077564k(4004312k free)
-
-vm_info: OpenJDK 64-Bit Server VM (20.0-b12) for linux-amd64 JRE (1.6.0_27-b27), built on Feb 20 2013 00:23:58 by "buildd" with gcc 4.6.3
-
-time: Fri Feb 22 21:54:34 2013
-elapsed time: 10 seconds
-
diff --git a/971cv/hs_err_pid10433.log b/971cv/hs_err_pid10433.log
deleted file mode 100644
index e24c0e0..0000000
--- a/971cv/hs_err_pid10433.log
+++ /dev/null
@@ -1,928 +0,0 @@
-#
-# A fatal error has been detected by the Java Runtime Environment:
-#
-#  SIGSEGV (0xb) at pc=0x00007f9b18e25022, pid=10433, tid=140304165365504
-#
-# JRE version: 6.0_27-b27
-# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
-# Derivative: IcedTea6 1.12.3
-# Distribution: Ubuntu 12.04 LTS, package 6b27-1.12.3-0ubuntu1~12.04
-# Problematic frame:
-# C  [libopencv_imgproc.so.2.2+0x55022]  icvApproximateChainTC89(CvChain*, int, CvMemStorage*, int)+0x982
-#
-# If you would like to submit a bug report, please include
-# instructions how to reproduce the bug and visit:
-#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
-# The crash happened outside the Java Virtual Machine in native code.
-# See problematic frame for where to report the bug.
-#
-
----------------  T H R E A D  ---------------
-
-Current thread (0x00007f9b24165000):  JavaThread "Test Client" [_thread_in_native, id=10451, stack(0x00007f9b1bdfe000,0x00007f9b1beff000)]
-
-siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000000
-
-Registers:
-RAX=0x0000000000000000, RBX=0x00007f9b1befbb80, RCX=0x00000000000024a8, RDX=0x0000000300000004
-RSP=0x00007f9b1befbb10, RBP=0x00007f9b1befbb50, RSI=0x00000000000020a8, RDI=0x00007f9ae81c1260
-R8 =0x00007f9ae81cf138, R9 =0xaaaaaaaaaaaaaaab, R10=0x0000000000000005, R11=0x00007f9b1befbbb0
-R12=0x0000000000000000, R13=0x0000000000000001, R14=0x00000000ffffffff, R15=0x0000000000000005
-RIP=0x00007f9b18e25022, EFLAGS=0x0000000000010202, CSGSFS=0x376d000000000033, ERR=0x0000000000000006
-  TRAPNO=0x000000000000000e
-
-Top of Stack: (sp=0x00007f9b1befbb10)
-0x00007f9b1befbb10:   15e6133212262806 000000013f8ccccd
-0x00007f9b1befbb20:   0000000000000000 0000000400000004
-0x00007f9b1befbb30:   00007f9b1befcd30 00007f9b1befbb50
-0x00007f9b1befbb40:   00007f9b1befbb50 00000000000000b2
-0x00007f9b1befbb50:   0000000100000004 0000000000000001
-0x00007f9b1befbb60:   00007f9b1befbb80 0000000200000004
-0x00007f9b1befbb70:   00000000557ea39d 9258151269bba5ad
-0x00007f9b1befbb80:   0000000300000004 3fe74f4600000001
-0x00007f9b1befbb90:   00007f9b1befbbb0 0000000200000005
-0x00007f9b1befbba0:   0000000000000001 00007f9b1befbbb0
-0x00007f9b1befbbb0:   0000000100000005 3f8ccccd00000001
-0x00007f9b1befbbc0:   0000000000000000 00000153ba825038
-0x00007f9b1befbbd0:   00000000ba824cc8 00000000ba81e7b0
-0x00007f9b1befbbe0:   0000015300000019 0000000000000001
-0x00007f9b1befbbf0:   00007f9b1befbc40 000001530000001a
-0x00007f9b1befbc00:   0000000000000001 00007f9b1befbc10
-0x00007f9b1befbc10:   000001530000001b 00000000ba84b300
-0x00007f9b1befbc20:   00007f9b1befbc28 0000015400000000
-0x00007f9b1befbc30:   3ec9294dba824998 00007f9b1befbca0
-0x00007f9b1befbc40:   000001550000001c 0000000000000000
-0x00007f9b1befbc50:   00007f9b1befbc58 000001560000001c
-0x00007f9b1befbc60:   0000000000000001 00007f9b1befbd00
-0x00007f9b1befbc70:   000001570000001c 00000000ba791478
-0x00007f9b1befbc80:   00007f9b1befbc88 00007f9b1b0d371f
-0x00007f9b1befbc90:   0000000000000000 00007f9bba84b300
-0x00007f9b1befbca0:   000001580000001d 0000000000000280
-0x00007f9b1befbcb0:   00007f9b1befbd48 0000000000000000
-0x00007f9b1befbcc0:   00007f9b1befd500 00007f9b1befd4e0
-0x00007f9b1befbcd0:   00007f9b1befd520 00007f9b1befd288
-0x00007f9b1befbce0:   0000000000010000 00007f9b1b0a2c46
-0x00007f9b1befbcf0:   00007f9b1befbd00 00007f9b1befd500
-0x00007f9b1befbd00:   ffffffff0004b000 00007f9b1befd520 
-
-Instructions: (pc=0x00007f9b18e25022)
-0x00007f9b18e25002:   84 24 18 12 00 00 77 15 48 8d bc 24 f0 11 00 00
-0x00007f9b18e25012:   e8 c9 2b fd ff 48 8b 84 24 08 12 00 00 48 8b 13
-0x00007f9b18e25022:   48 89 10 48 8b 84 24 08 12 00 00 48 8b 5b 10 48
-0x00007f9b18e25032:   83 c0 08 48 85 db 48 89 84 24 08 12 00 00 75 be 
-
-Register to memory mapping:
-
-RAX=0x0000000000000000 is an unknown value
-RBX=0x00007f9b1befbb80 is pointing into the stack for thread: 0x00007f9b24165000
-RCX=0x00000000000024a8 is an unknown value
-RDX=0x0000000300000004 is an unknown value
-RSP=0x00007f9b1befbb10 is pointing into the stack for thread: 0x00007f9b24165000
-RBP=0x00007f9b1befbb50 is pointing into the stack for thread: 0x00007f9b24165000
-RSI=0x00000000000020a8 is an unknown value
-RDI=0x00007f9ae81c1260 is an unknown value
-R8 =0x00007f9ae81cf138 is an unknown value
-R9 =0xaaaaaaaaaaaaaaab is an unknown value
-R10=0x0000000000000005 is an unknown value
-R11=0x00007f9b1befbbb0 is pointing into the stack for thread: 0x00007f9b24165000
-R12=0x0000000000000000 is an unknown value
-R13=0x0000000000000001 is an unknown value
-R14=0x00000000ffffffff is an unknown value
-R15=0x0000000000000005 is an unknown value
-
-
-Stack: [0x00007f9b1bdfe000,0x00007f9b1beff000],  sp=0x00007f9b1befbb10,  free space=1014k
-Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
-C  [libopencv_imgproc.so.2.2+0x55022]  icvApproximateChainTC89(CvChain*, int, CvMemStorage*, int)+0x982
-
-Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
-j  com.googlecode.javacv.cpp.opencv_imgproc.cvFindContours(Lcom/googlecode/javacv/cpp/opencv_core$CvArr;Lcom/googlecode/javacv/cpp/opencv_core$CvMemStorage;Lcom/googlecode/javacv/cpp/opencv_core$CvSeq;IIILcom/googlecode/javacv/cpp/opencv_core$CvPoint;)I+0
-J  edu.wpi.first.wpijavacv.DaisyExtensions.findConvexContours(Ledu/wpi/first/wpijavacv/WPIBinaryImage;)[Ledu/wpi/first/wpijavacv/WPIContour;
-J  org.frc971.Recognizer2013.processImage(Ledu/wpi/first/wpijavacv/WPIColorImage;)Ledu/wpi/first/wpijavacv/WPIImage;
-j  org.frc971.VisionTuner.processImage(Ledu/wpi/first/wpijavacv/WPIColorImage;)V+24
-j  org.frc971.VisionTuner.main([Ljava/lang/String;)V+98
-j  org.frc971.TestClient.run()V+6
-v  ~StubRoutines::call_stub
-
----------------  P R O C E S S  ---------------
-
-Java Threads: ( => current thread )
-  0x00007f9ad93a8800 JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=10459, stack(0x00007f9ac2339000,0x00007f9ac243a000)]
-  0x00007f9ad80c2000 JavaThread "TimerQueue" daemon [_thread_blocked, id=10457, stack(0x00007f9b1007b000,0x00007f9b1017c000)]
-  0x00007f9ae8159000 JavaThread "Accepter Thread" [_thread_in_native, id=10456, stack(0x00007f9b13bf5000,0x00007f9b13cf6000)]
-  0x00007f9ae814e800 JavaThread "AWT-Shutdown" [_thread_blocked, id=10454, stack(0x00007f9b18039000,0x00007f9b1813a000)]
-  0x00007f9ae8124800 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=10453, stack(0x00007f9b18420000,0x00007f9b18521000)]
-  0x00007f9ae80a5000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=10452, stack(0x00007f9b187f7000,0x00007f9b188f8000)]
-=>0x00007f9b24165000 JavaThread "Test Client" [_thread_in_native, id=10451, stack(0x00007f9b1bdfe000,0x00007f9b1beff000)]
-  0x00007f9b2409e000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=10449, stack(0x00007f9b20014000,0x00007f9b20115000)]
-  0x00007f9b2409c000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=10448, stack(0x00007f9b20115000,0x00007f9b20216000)]
-  0x00007f9b24099000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=10447, stack(0x00007f9b20216000,0x00007f9b20317000)]
-  0x00007f9b2408b000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10446, stack(0x00007f9b20317000,0x00007f9b20418000)]
-  0x00007f9b24078800 JavaThread "Finalizer" daemon [_thread_blocked, id=10445, stack(0x00007f9b20afb000,0x00007f9b20bfc000)]
-  0x00007f9b24076800 JavaThread "Reference Handler" daemon [_thread_blocked, id=10444, stack(0x00007f9b20bfc000,0x00007f9b20cfd000)]
-  0x00007f9b24008000 JavaThread "main" [_thread_in_native, id=10438, stack(0x00007f9b2bea7000,0x00007f9b2bfa8000)]
-
-Other Threads:
-  0x00007f9b24071800 VMThread [stack: 0x00007f9b20cfd000,0x00007f9b20dfe000] [id=10443]
-  0x00007f9b240a0800 WatcherThread [stack: 0x00007f9b1beff000,0x00007f9b1c000000] [id=10450]
-
-VM state:not at safepoint (normal execution)
-
-VM Mutex/Monitor currently owned by a thread: None
-
-Heap
- PSYoungGen      total 218880K, used 100627K [0x00000000ebf60000, 0x0000000100000000, 0x0000000100000000)
-  eden space 109440K, 5% used [0x00000000ebf60000,0x00000000ec50a720,0x00000000f2a40000)
-  from space 109440K, 86% used [0x00000000f2a40000,0x00000000f86da558,0x00000000f9520000)
-  to   space 109440K, 0% used [0x00000000f9520000,0x00000000f9520000,0x0000000100000000)
- PSOldGen        total 178304K, used 146243K [0x00000000c3e00000, 0x00000000cec20000, 0x00000000ebf60000)
-  object space 178304K, 82% used [0x00000000c3e00000,0x00000000cccd0ee0,0x00000000cec20000)
- PSPermGen       total 33408K, used 16685K [0x00000000b9800000, 0x00000000bb8a0000, 0x00000000c3e00000)
-  object space 33408K, 49% used [0x00000000b9800000,0x00000000ba84b640,0x00000000bb8a0000)
-
-Code Cache  [0x00007f9b21000000, 0x00007f9b21270000, 0x00007f9b24000000)
- total_blobs=765 nmethods=267 adapters=452 free_code_cache=49103936 largest_free_block=20160
-
-Dynamic libraries:
-00400000-00409000 r-xp 00000000 08:06 4850161                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00608000-00609000 r--p 00008000 08:06 4850161                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00609000-0060a000 rw-p 00009000 08:06 4850161                            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
-00b7c000-00b9d000 rw-p 00000000 00:00 0                                  [heap]
-b9800000-bb8a0000 rw-p 00000000 00:00 0 
-bb8a0000-bbaf0000 ---p 00000000 00:00 0 
-bbaf0000-c3e00000 rw-p 00000000 00:00 0 
-c3e00000-cec20000 rw-p 00000000 00:00 0 
-cec20000-ebf60000 rw-p 00000000 00:00 0 
-ebf60000-100000000 rw-p 00000000 00:00 0 
-7f9ab4000000-7f9ab531f000 rw-p 00000000 00:00 0 
-7f9ab531f000-7f9ab8000000 ---p 00000000 00:00 0 
-7f9ab8000000-7f9ab8a40000 rw-p 00000000 00:00 0 
-7f9ab8a40000-7f9abc000000 ---p 00000000 00:00 0 
-7f9abc000000-7f9abc021000 rw-p 00000000 00:00 0 
-7f9abc021000-7f9ac0000000 ---p 00000000 00:00 0 
-7f9ac2339000-7f9ac233c000 ---p 00000000 00:00 0 
-7f9ac233c000-7f9ac243a000 rw-p 00000000 00:00 0 
-7f9ac243a000-7f9ac2566000 rw-s 00000000 00:04 5996555                    /SYSV00000000 (deleted)
-7f9ac2566000-7f9ac2648000 rw-p 00000000 00:00 0 
-7f9ac2648000-7f9ac2652000 r-xp 00000000 08:06 4860894                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so
-7f9ac2652000-7f9ac2851000 ---p 0000a000 08:06 4860894                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so
-7f9ac2851000-7f9ac2852000 r--p 00009000 08:06 4860894                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so
-7f9ac2852000-7f9ac2853000 rw-p 0000a000 08:06 4860894                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjpeg.so
-7f9ac2853000-7f9ac2885000 r-xp 00000000 08:06 4860902                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/liblcms.so
-7f9ac2885000-7f9ac2a84000 ---p 00032000 08:06 4860902                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/liblcms.so
-7f9ac2a84000-7f9ac2a85000 r--p 00031000 08:06 4860902                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/liblcms.so
-7f9ac2a85000-7f9ac2a86000 rw-p 00032000 08:06 4860902                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/liblcms.so
-7f9ac2a86000-7f9ac2b6a000 rw-p 00000000 00:00 0 
-7f9ac2b6a000-7f9ac2c00000 rw-s 001c2000 00:05 8418                       /dev/video0
-7f9ac2c00000-7f9ac2c96000 rw-s 0012c000 00:05 8418                       /dev/video0
-7f9ac2c96000-7f9ac2d2c000 rw-s 00096000 00:05 8418                       /dev/video0
-7f9ac2d2c000-7f9ac2dc2000 rw-s 00000000 00:05 8418                       /dev/video0
-7f9ac2dc2000-7f9ac7dc3000 rw-p 00000000 00:00 0 
-7f9ac7dc3000-7f9ac7dc6000 r-xp 00000000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7f9ac7dc6000-7f9ac7fc5000 ---p 00003000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7f9ac7fc5000-7f9ac7fc6000 r--p 00002000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7f9ac7fc6000-7f9ac7fc7000 rw-p 00003000 08:06 4853292                    /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0
-7f9ac7fc7000-7f9ac7fd8000 r-xp 00000000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7f9ac7fd8000-7f9ac81d7000 ---p 00011000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7f9ac81d7000-7f9ac81d8000 r--p 00010000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7f9ac81d8000-7f9ac81d9000 rw-p 00011000 08:06 4726234                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
-7f9ac81d9000-7f9ac81e9000 r-xp 00000000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7f9ac81e9000-7f9ac83e8000 ---p 00010000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7f9ac83e8000-7f9ac83e9000 r--p 0000f000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7f9ac83e9000-7f9ac83ea000 rw-p 00010000 08:06 4721043                    /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.12
-7f9ac83ea000-7f9ac840b000 r-xp 00000000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7f9ac840b000-7f9ac860a000 ---p 00021000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7f9ac860a000-7f9ac860c000 r--p 00020000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7f9ac860c000-7f9ac860d000 rw-p 00022000 08:06 4730861                    /usr/lib/x86_64-linux-gnu/libv4lconvert.so.0
-7f9ac860d000-7f9ac865f000 rw-p 00000000 00:00 0 
-7f9ac865f000-7f9ac86d9000 r-xp 00000000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7f9ac86d9000-7f9ac88d9000 ---p 0007a000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7f9ac88d9000-7f9ac88da000 r--p 0007a000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7f9ac88da000-7f9ac88dd000 rw-p 0007b000 08:06 4856594                    /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0
-7f9ac88dd000-7f9ac8991000 r-xp 00000000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7f9ac8991000-7f9ac8b91000 ---p 000b4000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7f9ac8b91000-7f9ac8b97000 r--p 000b4000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7f9ac8b97000-7f9ac8b98000 rw-p 000ba000 08:06 4721045                    /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8
-7f9ac8b98000-7f9ac8b99000 rw-p 00000000 00:00 0 
-7f9ac8b99000-7f9ac8c0e000 r-xp 00000000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7f9ac8c0e000-7f9ac8e0d000 ---p 00075000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7f9ac8e0d000-7f9ac8e0f000 r--p 00074000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7f9ac8e0f000-7f9ac8e14000 rw-p 00076000 08:06 4726230                    /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.16.0
-7f9ac8e14000-7f9ac8e1a000 r-xp 00000000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7f9ac8e1a000-7f9ac9019000 ---p 00006000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7f9ac9019000-7f9ac901a000 r--p 00005000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7f9ac901a000-7f9ac901b000 rw-p 00006000 08:06 4726228                    /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
-7f9ac901b000-7f9ac9042000 r-xp 00000000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7f9ac9042000-7f9ac9242000 ---p 00027000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7f9ac9242000-7f9ac9244000 r--p 00027000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7f9ac9244000-7f9ac9245000 rw-p 00029000 08:06 4856601                    /lib/x86_64-linux-gnu/libexpat.so.1.5.2
-7f9ac9245000-7f9ac925d000 r-xp 00000000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7f9ac925d000-7f9ac945d000 ---p 00018000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7f9ac945d000-7f9ac945e000 r--p 00018000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7f9ac945e000-7f9ac945f000 rw-p 00019000 08:06 4856514                    /lib/x86_64-linux-gnu/libresolv-2.15.so
-7f9ac945f000-7f9ac9461000 rw-p 00000000 00:00 0 
-7f9ac9461000-7f9ac947e000 r-xp 00000000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7f9ac947e000-7f9ac967d000 ---p 0001d000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7f9ac967d000-7f9ac967e000 r--p 0001c000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7f9ac967e000-7f9ac967f000 rw-p 0001d000 08:06 4853353                    /lib/x86_64-linux-gnu/libselinux.so.1
-7f9ac967f000-7f9ac9680000 rw-p 00000000 00:00 0 
-7f9ac9680000-7f9ac9683000 r-xp 00000000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7f9ac9683000-7f9ac9882000 ---p 00003000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7f9ac9882000-7f9ac9883000 r--p 00002000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7f9ac9883000-7f9ac9884000 rw-p 00003000 08:06 4718958                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.3
-7f9ac9884000-7f9ac988c000 r-xp 00000000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7f9ac988c000-7f9ac9a8c000 ---p 00008000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7f9ac9a8c000-7f9ac9a8d000 r--p 00008000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7f9ac9a8d000-7f9ac9a8e000 rw-p 00009000 08:06 4719656                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
-7f9ac9a8e000-7f9ac9a90000 r-xp 00000000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7f9ac9a90000-7f9ac9c8f000 ---p 00002000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7f9ac9c8f000-7f9ac9c90000 r--p 00001000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7f9ac9c90000-7f9ac9c91000 rw-p 00002000 08:06 4719666                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
-7f9ac9c91000-7f9ac9d12000 r-xp 00000000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7f9ac9d12000-7f9ac9f11000 ---p 00081000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7f9ac9f11000-7f9ac9f17000 r--p 00080000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7f9ac9f17000-7f9ac9f18000 rw-p 00086000 08:06 4726260                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
-7f9ac9f18000-7f9ac9f20000 r-xp 00000000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7f9ac9f20000-7f9aca11f000 ---p 00008000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7f9aca11f000-7f9aca120000 r--p 00007000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7f9aca120000-7f9aca124000 rw-p 00008000 08:06 4730860                    /usr/lib/x86_64-linux-gnu/libv4l2.so.0
-7f9aca124000-7f9aca132000 r-xp 00000000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7f9aca132000-7f9aca331000 ---p 0000e000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7f9aca331000-7f9aca332000 r--p 0000d000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7f9aca332000-7f9aca333000 rw-p 0000e000 08:06 4853368                    /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0
-7f9aca333000-7f9aca342000 r-xp 00000000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7f9aca342000-7f9aca541000 ---p 0000f000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7f9aca541000-7f9aca542000 r--p 0000e000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7f9aca542000-7f9aca543000 rw-p 0000f000 08:06 4853264                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
-7f9aca543000-7f9aca55b000 r-xp 00000000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7f9aca55b000-7f9aca75b000 ---p 00018000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7f9aca75b000-7f9aca75c000 r--p 00018000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7f9aca75c000-7f9aca75d000 rw-p 00019000 08:06 4726305                    /usr/lib/x86_64-linux-gnu/librtmp.so.0
-7f9aca75d000-7f9aca76d000 r-xp 00000000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7f9aca76d000-7f9aca96c000 ---p 00010000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7f9aca96c000-7f9aca96d000 r--p 0000f000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7f9aca96d000-7f9aca96e000 rw-p 00010000 08:06 4722395                    /usr/lib/x86_64-linux-gnu/libva.so.1.3200.0
-7f9aca96e000-7f9aca973000 rw-p 00000000 00:00 0 
-7f9aca973000-7f9aca9f5000 r-xp 00000000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7f9aca9f5000-7f9acabf4000 ---p 00082000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7f9acabf4000-7f9acabf7000 r--p 00081000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7f9acabf7000-7f9acabf8000 rw-p 00084000 08:06 4721380                    /usr/lib/libdirac_encoder.so.0.1.0
-7f9acabf8000-7f9acabf9000 rw-p 00000000 00:00 0 
-7f9acabf9000-7f9acac08000 r-xp 00000000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7f9acac08000-7f9acae07000 ---p 0000f000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7f9acae07000-7f9acae08000 r--p 0000e000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7f9acae08000-7f9acae0b000 rw-p 0000f000 08:06 4721382                    /usr/lib/libfaac.so.0.0.0
-7f9acae0b000-7f9acae17000 r-xp 00000000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7f9acae17000-7f9acb017000 ---p 0000c000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7f9acb017000-7f9acb018000 r--p 0000c000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7f9acb018000-7f9acb019000 rw-p 0000d000 08:06 4721402                    /usr/lib/libgsm.so.1.0.12
-7f9acb019000-7f9acb071000 r-xp 00000000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7f9acb071000-7f9acb271000 ---p 00058000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7f9acb271000-7f9acb272000 r--p 00058000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7f9acb272000-7f9acb273000 rw-p 00059000 08:06 4721741                    /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
-7f9acb273000-7f9acb2a3000 rw-p 00000000 00:00 0 
-7f9acb2a3000-7f9acb2dc000 r-xp 00000000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7f9acb2dc000-7f9acb4db000 ---p 00039000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7f9acb4db000-7f9acb4dc000 r--p 00038000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7f9acb4dc000-7f9acb4dd000 rw-p 00039000 08:06 4721743                    /usr/lib/libopencore-amrnb.so.0.0.2
-7f9acb4dd000-7f9acb4f8000 r-xp 00000000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7f9acb4f8000-7f9acb6f7000 ---p 0001b000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7f9acb6f7000-7f9acb6f8000 r--p 0001a000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7f9acb6f8000-7f9acb6f9000 rw-p 0001b000 08:06 4721745                    /usr/lib/libopencore-amrwb.so.0.0.2
-7f9acb6f9000-7f9acb717000 r-xp 00000000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7f9acb717000-7f9acb917000 ---p 0001e000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7f9acb917000-7f9acb918000 r--p 0001e000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7f9acb918000-7f9acb919000 rw-p 0001f000 08:06 4721747                    /usr/lib/libopenjpeg-2.1.3.0.so
-7f9acb919000-7f9acb9c8000 r-xp 00000000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7f9acb9c8000-7f9acbbc8000 ---p 000af000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7f9acbbc8000-7f9acbbca000 r--p 000af000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7f9acbbca000-7f9acbbcb000 rw-p 000b1000 08:06 4722260                    /usr/lib/libschroedinger-1.0.so.0.11.0
-7f9acbbcb000-7f9acbbcc000 rw-p 00000000 00:00 0 
-7f9acbbcc000-7f9acbbe3000 r-xp 00000000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7f9acbbe3000-7f9acbde3000 ---p 00017000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7f9acbde3000-7f9acbde4000 r--p 00017000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7f9acbde4000-7f9acbde5000 rw-p 00018000 08:06 4726331                    /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
-7f9acbde5000-7f9acbdfe000 r-xp 00000000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7f9acbdfe000-7f9acbffe000 ---p 00019000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7f9acbffe000-7f9acbfff000 r--p 00019000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7f9acbfff000-7f9acc000000 rw-p 0001a000 08:06 4726361                    /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
-7f9acc000000-7f9acc021000 rw-p 00000000 00:00 0 
-7f9acc021000-7f9ad0000000 ---p 00000000 00:00 0 
-7f9ad0055000-7f9ad0137000 rw-p 00000000 00:00 0 
-7f9ad0137000-7f9ad0172000 r-xp 00000000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7f9ad0172000-7f9ad0372000 ---p 0003b000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7f9ad0372000-7f9ad0373000 r--p 0003b000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7f9ad0373000-7f9ad0374000 rw-p 0003c000 08:06 4726363                    /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
-7f9ad0374000-7f9ad0391000 r-xp 00000000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7f9ad0391000-7f9ad0591000 ---p 0001d000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7f9ad0591000-7f9ad0592000 r--p 0001d000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7f9ad0592000-7f9ad0593000 rw-p 0001e000 08:06 4722397                    /usr/lib/x86_64-linux-gnu/libvo-aacenc.so.0.0.2
-7f9ad0593000-7f9ad05a8000 r-xp 00000000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7f9ad05a8000-7f9ad07a7000 ---p 00015000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7f9ad07a7000-7f9ad07a8000 r--p 00014000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7f9ad07a8000-7f9ad07ae000 rw-p 00015000 08:06 4722399                    /usr/lib/x86_64-linux-gnu/libvo-amrwbenc.so.0.0.2
-7f9ad07ae000-7f9ad07d9000 r-xp 00000000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7f9ad07d9000-7f9ad09d8000 ---p 0002b000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7f9ad09d8000-7f9ad09d9000 r--p 0002a000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7f9ad09d9000-7f9ad09da000 rw-p 0002b000 08:06 4726386                    /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
-7f9ad09da000-7f9ad0c8d000 r-xp 00000000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7f9ad0c8d000-7f9ad0e8c000 ---p 002b3000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7f9ad0e8c000-7f9ad0ea8000 r--p 002b2000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7f9ad0ea8000-7f9ad0ea9000 rw-p 002ce000 08:06 4726388                    /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
-7f9ad0ea9000-7f9ad0f42000 r-xp 00000000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7f9ad0f42000-7f9ad1141000 ---p 00099000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7f9ad1141000-7f9ad1143000 r--p 00098000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7f9ad1143000-7f9ad1144000 rw-p 0009a000 08:06 4722653                    /usr/lib/libvpx.so.1.0.0
-7f9ad1144000-7f9ad114e000 rw-p 00000000 00:00 0 
-7f9ad114e000-7f9ad1257000 r-xp 00000000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7f9ad1257000-7f9ad1456000 ---p 00109000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7f9ad1456000-7f9ad1458000 r--p 00108000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7f9ad1458000-7f9ad1459000 rw-p 0010a000 08:06 4722670                    /usr/lib/x86_64-linux-gnu/libx264.so.120
-7f9ad1459000-7f9ad14d4000 rw-p 00000000 00:00 0 
-7f9ad14d4000-7f9ad1597000 r-xp 00000000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7f9ad1597000-7f9ad1797000 ---p 000c3000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7f9ad1797000-7f9ad1798000 r--p 000c3000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7f9ad1798000-7f9ad17a2000 rw-p 000c4000 08:06 4722676                    /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
-7f9ad17a2000-7f9ad180b000 rw-p 00000000 00:00 0 
-7f9ad180b000-7f9ad1847000 r-xp 00000000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7f9ad1847000-7f9ad1a46000 ---p 0003c000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7f9ad1a46000-7f9ad1a47000 r--p 0003b000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7f9ad1a47000-7f9ad1a48000 rw-p 0003c000 08:06 4853338                    /lib/x86_64-linux-gnu/libpcre.so.3.12.1
-7f9ad1a48000-7f9ad1a4f000 r-xp 00000000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7f9ad1a4f000-7f9ad1c4e000 ---p 00007000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7f9ad1c4e000-7f9ad1c4f000 r--p 00006000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7f9ad1c4f000-7f9ad1c50000 rw-p 00007000 08:06 4726003                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
-7f9ad1c50000-7f9ad1c52000 r-xp 00000000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7f9ad1c52000-7f9ad1e51000 ---p 00002000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7f9ad1e51000-7f9ad1e52000 r--p 00001000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7f9ad1e52000-7f9ad1e53000 rw-p 00002000 08:06 4725827                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
-7f9ad1e53000-7f9ad1e55000 r-xp 00000000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7f9ad1e55000-7f9ad2054000 ---p 00002000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7f9ad2054000-7f9ad2055000 r--p 00001000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7f9ad2055000-7f9ad2056000 rw-p 00002000 08:06 4725823                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
-7f9ad2056000-7f9ad2058000 r-xp 00000000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7f9ad2058000-7f9ad2257000 ---p 00002000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7f9ad2257000-7f9ad2258000 r--p 00001000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7f9ad2258000-7f9ad2259000 rw-p 00002000 08:06 4725839                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
-7f9ad2259000-7f9ad228d000 r-xp 00000000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7f9ad228d000-7f9ad248d000 ---p 00034000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7f9ad248d000-7f9ad248e000 r--p 00034000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7f9ad248e000-7f9ad248f000 rw-p 00035000 08:06 4726192                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
-7f9ad248f000-7f9ad24d5000 r-xp 00000000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7f9ad24d5000-7f9ad26d5000 ---p 00046000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7f9ad26d5000-7f9ad26d7000 r--p 00046000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7f9ad26d7000-7f9ad26d8000 rw-p 00048000 08:06 4718873                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
-7f9ad26d8000-7f9ad2701000 r-xp 00000000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7f9ad2701000-7f9ad2900000 ---p 00029000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7f9ad2900000-7f9ad2901000 r--p 00028000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7f9ad2901000-7f9ad2902000 rw-p 00029000 08:06 4718872                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
-7f9ad2902000-7f9ad2a4a000 r-xp 00000000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7f9ad2a4a000-7f9ad2c49000 ---p 00148000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7f9ad2c49000-7f9ad2c4d000 r--p 00147000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7f9ad2c4d000-7f9ad2c4f000 rw-p 0014b000 08:06 4718963                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.3
-7f9ad2c4f000-7f9ad2c51000 rw-p 00000000 00:00 0 
-7f9ad2c51000-7f9ad2c6f000 r-xp 00000000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7f9ad2c6f000-7f9ad2e6f000 ---p 0001e000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7f9ad2e6f000-7f9ad2e70000 r--p 0001e000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7f9ad2e70000-7f9ad2e71000 rw-p 0001f000 08:06 4726030                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
-7f9ad2e71000-7f9ad2f2a000 r-xp 00000000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7f9ad2f2a000-7f9ad3129000 ---p 000b9000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7f9ad3129000-7f9ad312b000 r--p 000b8000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7f9ad312b000-7f9ad312c000 rw-p 000ba000 08:06 4719682                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11000.2
-7f9ad312c000-7f9ad312f000 rw-p 00000000 00:00 0 
-7f9ad312f000-7f9ad314e000 r-xp 00000000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7f9ad314e000-7f9ad334e000 ---p 0001f000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7f9ad334e000-7f9ad3350000 r--p 0001f000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7f9ad3350000-7f9ad3351000 rw-p 00021000 08:06 4725877                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
-7f9ad3351000-7f9ad335c000 r-xp 00000000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7f9ad335c000-7f9ad355b000 ---p 0000b000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7f9ad355b000-7f9ad355c000 r--p 0000a000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7f9ad355c000-7f9ad355d000 rw-p 0000b000 08:06 4718874                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
-7f9ad355d000-7f9ad3563000 r-xp 00000000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7f9ad3563000-7f9ad3762000 ---p 00006000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7f9ad3762000-7f9ad3763000 r--p 00005000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7f9ad3763000-7f9ad3764000 rw-p 00006000 08:06 4727076                    /usr/lib/libIlmThread.so.6.0.0
-7f9ad3764000-7f9ad377e000 r-xp 00000000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7f9ad377e000-7f9ad397e000 ---p 0001a000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7f9ad397e000-7f9ad3982000 r--p 0001a000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7f9ad3982000-7f9ad3983000 rw-p 0001e000 08:06 4727073                    /usr/lib/libIex.so.6.0.0
-7f9ad3983000-7f9ad3987000 r-xp 00000000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7f9ad3987000-7f9ad3b87000 ---p 00004000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7f9ad3b87000-7f9ad3b88000 r--p 00004000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7f9ad3b88000-7f9ad3b89000 rw-p 00005000 08:06 4727075                    /usr/lib/libImath.so.6.0.0
-7f9ad3b89000-7f9ad3b8e000 r-xp 00000000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7f9ad3b8e000-7f9ad3d8d000 ---p 00005000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7f9ad3d8d000-7f9ad3d8e000 r--p 00004000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7f9ad3d8e000-7f9ad3d8f000 rw-p 00005000 08:06 4730859                    /usr/lib/x86_64-linux-gnu/libv4l1.so.0
-7f9ad3d8f000-7f9ad3dbf000 r-xp 00000000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7f9ad3dbf000-7f9ad3fbe000 ---p 00030000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7f9ad3fbe000-7f9ad3fbf000 r--p 0002f000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7f9ad3fbf000-7f9ad3fc0000 rw-p 00030000 08:06 5255171                    /usr/local/lib/libdc1394.so.22.1.8
-7f9ad3fc0000-7f9ad4000000 rw-p 00000000 00:00 0 
-7f9ad4000000-7f9ad4021000 rw-p 00000000 00:00 0 
-7f9ad4021000-7f9ad8000000 ---p 00000000 00:00 0 
-7f9ad8000000-7f9ad93ba000 rw-p 00000000 00:00 0 
-7f9ad93ba000-7f9adc000000 ---p 00000000 00:00 0 
-7f9adc000000-7f9adc021000 rw-p 00000000 00:00 0 
-7f9adc021000-7f9ae0000000 ---p 00000000 00:00 0 
-7f9ae0000000-7f9ae0021000 rw-p 00000000 00:00 0 
-7f9ae0021000-7f9ae4000000 ---p 00000000 00:00 0 
-7f9ae4000000-7f9ae4021000 rw-p 00000000 00:00 0 
-7f9ae4021000-7f9ae8000000 ---p 00000000 00:00 0 
-7f9ae8000000-7f9aebfee000 rw-p 00000000 00:00 0 
-7f9aebfee000-7f9aec000000 ---p 00000000 00:00 0 
-7f9aec000000-7f9aecc06000 rw-p 00000000 00:00 0 
-7f9aecc06000-7f9af0000000 ---p 00000000 00:00 0 
-7f9af0000000-7f9af0021000 rw-p 00000000 00:00 0 
-7f9af0021000-7f9af4000000 ---p 00000000 00:00 0 
-7f9af4000000-7f9af4021000 rw-p 00000000 00:00 0 
-7f9af4021000-7f9af8000000 ---p 00000000 00:00 0 
-7f9af8000000-7f9af9606000 rw-p 00000000 00:00 0 
-7f9af9606000-7f9afc000000 ---p 00000000 00:00 0 
-7f9afc000000-7f9afc021000 rw-p 00000000 00:00 0 
-7f9afc021000-7f9b00000000 ---p 00000000 00:00 0 
-7f9b00000000-7f9b00021000 rw-p 00000000 00:00 0 
-7f9b00021000-7f9b04000000 ---p 00000000 00:00 0 
-7f9b04000000-7f9b04021000 rw-p 00000000 00:00 0 
-7f9b04021000-7f9b08000000 ---p 00000000 00:00 0 
-7f9b08000000-7f9b08021000 rw-p 00000000 00:00 0 
-7f9b08021000-7f9b0c000000 ---p 00000000 00:00 0 
-7f9b0c000000-7f9b0c021000 rw-p 00000000 00:00 0 
-7f9b0c021000-7f9b10000000 ---p 00000000 00:00 0 
-7f9b1007b000-7f9b1007e000 ---p 00000000 00:00 0 
-7f9b1007e000-7f9b1017c000 rw-p 00000000 00:00 0 
-7f9b1017c000-7f9b101c0000 r-xp 00000000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7f9b101c0000-7f9b103c0000 ---p 00044000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7f9b103c0000-7f9b103c1000 r--p 00044000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7f9b103c1000-7f9b103c2000 rw-p 00045000 08:06 4726996                    /usr/lib/x86_64-linux-gnu/libswscale.so.2.1.0
-7f9b103c2000-7f9b103dc000 r-xp 00000000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7f9b103dc000-7f9b105db000 ---p 0001a000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7f9b105db000-7f9b105dd000 r--p 00019000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7f9b105dd000-7f9b105de000 rw-p 0001b000 08:06 4737322                    /usr/lib/x86_64-linux-gnu/libavutil.so.51.22.1
-7f9b105de000-7f9b105e2000 rw-p 00000000 00:00 0 
-7f9b105e2000-7f9b106cb000 r-xp 00000000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7f9b106cb000-7f9b108cb000 ---p 000e9000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7f9b108cb000-7f9b108d2000 r--p 000e9000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7f9b108d2000-7f9b108df000 rw-p 000f0000 08:06 4725225                    /usr/lib/x86_64-linux-gnu/libavformat.so.53.21.1
-7f9b108df000-7f9b10f5f000 r-xp 00000000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7f9b10f5f000-7f9b1115e000 ---p 00680000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7f9b1115e000-7f9b11171000 r--p 0067f000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7f9b11171000-7f9b11189000 rw-p 00692000 08:06 4725223                    /usr/lib/x86_64-linux-gnu/libavcodec.so.53.35.0
-7f9b11189000-7f9b116f9000 rw-p 00000000 00:00 0 
-7f9b116f9000-7f9b117eb000 r-xp 00000000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7f9b117eb000-7f9b119eb000 ---p 000f2000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7f9b119eb000-7f9b119ec000 r--p 000f2000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7f9b119ec000-7f9b119ed000 rw-p 000f3000 08:06 4856580                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
-7f9b119ed000-7f9b119ee000 rw-p 00000000 00:00 0 
-7f9b119ee000-7f9b11a3b000 r-xp 00000000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7f9b11a3b000-7f9b11c3b000 ---p 0004d000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7f9b11c3b000-7f9b11c3c000 r--p 0004d000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7f9b11c3c000-7f9b11c3d000 rw-p 0004e000 08:06 4718964                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.3
-7f9b11c3d000-7f9b11cea000 r-xp 00000000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7f9b11cea000-7f9b11ee9000 ---p 000ad000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7f9b11ee9000-7f9b11eed000 r--p 000ac000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7f9b11eed000-7f9b11eef000 rw-p 000b0000 08:06 4726028                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
-7f9b11eef000-7f9b1231c000 r-xp 00000000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7f9b1231c000-7f9b1251c000 ---p 0042d000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7f9b1251c000-7f9b12523000 r--p 0042d000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7f9b12523000-7f9b12527000 rw-p 00434000 08:06 4726123                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
-7f9b12527000-7f9b12529000 rw-p 00000000 00:00 0 
-7f9b12529000-7f9b1256b000 r-xp 00000000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7f9b1256b000-7f9b1276a000 ---p 00042000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7f9b1276a000-7f9b1276b000 r--p 00041000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7f9b1276b000-7f9b1276c000 rw-p 00042000 08:06 4727074                    /usr/lib/libHalf.so.6.0.0
-7f9b1276c000-7f9b1282a000 r-xp 00000000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7f9b1282a000-7f9b12a29000 ---p 000be000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7f9b12a29000-7f9b12a2c000 r--p 000bd000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7f9b12a2c000-7f9b12a2d000 rw-p 000c0000 08:06 4727081                    /usr/lib/libIlmImf.so.6.0.0
-7f9b12a2d000-7f9b12a79000 r-xp 00000000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7f9b12a79000-7f9b12c78000 ---p 0004c000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7f9b12c78000-7f9b12c79000 r--p 0004b000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7f9b12c79000-7f9b12c7d000 rw-p 0004c000 08:06 4726156                    /usr/lib/x86_64-linux-gnu/libjasper.so.1.0.0
-7f9b12c7d000-7f9b12c84000 rw-p 00000000 00:00 0 
-7f9b12c84000-7f9b12ce5000 r-xp 00000000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7f9b12ce5000-7f9b12ee4000 ---p 00061000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7f9b12ee4000-7f9b12ee6000 r--p 00060000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7f9b12ee6000-7f9b12ee7000 rw-p 00062000 08:06 4730856                    /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.4
-7f9b12ee7000-7f9b12f0d000 r-xp 00000000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7f9b12f0d000-7f9b1310d000 ---p 00026000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7f9b1310d000-7f9b1310e000 r--p 00026000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7f9b1310e000-7f9b1310f000 rw-p 00027000 08:06 4853342                    /lib/x86_64-linux-gnu/libpng12.so.0.46.0
-7f9b1310f000-7f9b1314d000 r-xp 00000000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7f9b1314d000-7f9b1334d000 ---p 0003e000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7f9b1334d000-7f9b1334e000 r--p 0003e000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7f9b1334e000-7f9b1334f000 rw-p 0003f000 08:06 4726216                    /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
-7f9b1334f000-7f9b1335f000 rw-p 00000000 00:00 0 
-7f9b1335f000-7f9b1339d000 r-xp 00000000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7f9b1339d000-7f9b1359c000 ---p 0003e000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7f9b1359c000-7f9b1359e000 r--p 0003d000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7f9b1359e000-7f9b1359f000 rw-p 0003f000 08:06 4720981                    /usr/lib/libopencv_highgui.so.2.2
-7f9b1359f000-7f9b135a0000 rw-p 00000000 00:00 0 
-7f9b135a0000-7f9b135ad000 r-xp 00000000 08:06 917536                     /tmp/libjniopencv_highgui100552466824414401.so
-7f9b135ad000-7f9b137ac000 ---p 0000d000 08:06 917536                     /tmp/libjniopencv_highgui100552466824414401.so
-7f9b137ac000-7f9b137ad000 rw-p 0000c000 08:06 917536                     /tmp/libjniopencv_highgui100552466824414401.so
-7f9b137ad000-7f9b139dd000 r-xp 00000000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7f9b139dd000-7f9b13bdc000 ---p 00230000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7f9b13bdc000-7f9b13be4000 r--p 0022f000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7f9b13be4000-7f9b13bed000 rw-p 00237000 08:06 5255917                    /usr/local/lib/libopencv_highgui.so.2.4.4
-7f9b13bed000-7f9b13bf5000 rw-p 00000000 00:00 0 
-7f9b13bf5000-7f9b13bf8000 ---p 00000000 00:00 0 
-7f9b13bf8000-7f9b13cf6000 rw-p 00000000 00:00 0 
-7f9b13cf6000-7f9b13cfe000 r-xp 00000000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7f9b13cfe000-7f9b13efd000 ---p 00008000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7f9b13efd000-7f9b13efe000 r--p 00007000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7f9b13efe000-7f9b13eff000 rw-p 00008000 08:06 4725849                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
-7f9b13eff000-7f9b13f02000 ---p 00000000 00:00 0 
-7f9b13f02000-7f9b14000000 rw-p 00000000 00:00 0 
-7f9b14000000-7f9b14021000 rw-p 00000000 00:00 0 
-7f9b14021000-7f9b18000000 ---p 00000000 00:00 0 
-7f9b18039000-7f9b1803c000 ---p 00000000 00:00 0 
-7f9b1803c000-7f9b1813a000 rw-p 00000000 00:00 0 
-7f9b1813a000-7f9b1813f000 r-xp 00000000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7f9b1813f000-7f9b1833e000 ---p 00005000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7f9b1833e000-7f9b1833f000 r--p 00004000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7f9b1833f000-7f9b18340000 rw-p 00005000 08:06 4725833                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
-7f9b18340000-7f9b18341000 r--s 00000000 08:06 1181644                    /var/cache/fontconfig/c05880de57d1f5e948fdfacc138775d9-le64.cache-3
-7f9b18341000-7f9b1834a000 r--s 00000000 08:06 1179735                    /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-3
-7f9b1834a000-7f9b1834c000 r--s 00000000 08:06 1181629                    /var/cache/fontconfig/99e8ed0e538f840c565b6ed5dad60d56-le64.cache-3
-7f9b1834c000-7f9b18354000 r--s 00000000 08:06 1181626                    /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-3
-7f9b18354000-7f9b18358000 r--s 00000000 08:06 1181625                    /var/cache/fontconfig/2cd17615ca594fa2959ae173292e504c-le64.cache-3
-7f9b18358000-7f9b18359000 r--s 00000000 08:06 1181624                    /var/cache/fontconfig/e7071f4a29fa870f4323321c154eba04-le64.cache-3
-7f9b18359000-7f9b1835a000 r--s 00000000 08:06 1181587                    /var/cache/fontconfig/0d8c3b2ac0904cb8a57a757ad11a4a08-le64.cache-3
-7f9b1835a000-7f9b18360000 r--s 00000000 08:06 1181586                    /var/cache/fontconfig/a755afe4a08bf5b97852ceb7400b47bc-le64.cache-3
-7f9b18360000-7f9b18369000 r--s 00000000 08:06 1182361                    /var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le64.cache-3
-7f9b18369000-7f9b18397000 r--s 00000000 08:06 1180867                    /var/cache/fontconfig/365b55f210c0a22e9a19e35191240f32-le64.cache-3
-7f9b18420000-7f9b18423000 ---p 00000000 00:00 0 
-7f9b18423000-7f9b18521000 rw-p 00000000 00:00 0 
-7f9b18521000-7f9b18522000 r--s 00000000 08:06 1181644                    /var/cache/fontconfig/c05880de57d1f5e948fdfacc138775d9-le64.cache-3
-7f9b18522000-7f9b1852b000 r--s 00000000 08:06 1179735                    /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-3
-7f9b1852b000-7f9b1852d000 r--s 00000000 08:06 1181629                    /var/cache/fontconfig/99e8ed0e538f840c565b6ed5dad60d56-le64.cache-3
-7f9b1852d000-7f9b18535000 r--s 00000000 08:06 1181626                    /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-3
-7f9b18535000-7f9b18539000 r--s 00000000 08:06 1181625                    /var/cache/fontconfig/2cd17615ca594fa2959ae173292e504c-le64.cache-3
-7f9b18539000-7f9b1853a000 r--s 00000000 08:06 1181624                    /var/cache/fontconfig/e7071f4a29fa870f4323321c154eba04-le64.cache-3
-7f9b1853a000-7f9b1853b000 r--s 00000000 08:06 1181587                    /var/cache/fontconfig/0d8c3b2ac0904cb8a57a757ad11a4a08-le64.cache-3
-7f9b1853b000-7f9b18541000 r--s 00000000 08:06 1181586                    /var/cache/fontconfig/a755afe4a08bf5b97852ceb7400b47bc-le64.cache-3
-7f9b18541000-7f9b1854a000 r--s 00000000 08:06 1182361                    /var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le64.cache-3
-7f9b1854a000-7f9b1855a000 r--s 00000000 08:06 1181583                    /var/cache/fontconfig/04aabc0a78ac019cf9454389977116d2-le64.cache-3
-7f9b1855a000-7f9b1855d000 r--s 00000000 08:06 1179717                    /var/cache/fontconfig/385c0604a188198f04d133e54aba7fe7-le64.cache-3
-7f9b1855d000-7f9b1855e000 r--s 00000000 08:06 1189802                    /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-3
-7f9b1855e000-7f9b18561000 r--s 00000000 08:06 1179714                    /var/cache/fontconfig/8801497958630a81b71ace7c5f9b32a8-le64.cache-3
-7f9b18561000-7f9b1858f000 r--s 00000000 08:06 1180867                    /var/cache/fontconfig/365b55f210c0a22e9a19e35191240f32-le64.cache-3
-7f9b1858f000-7f9b18594000 r--s 00000000 08:06 1181580                    /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-3
-7f9b18594000-7f9b18599000 r--s 00000000 08:06 1181571                    /var/cache/fontconfig/b47c4e1ecd0709278f4910c18777a504-le64.cache-3
-7f9b18599000-7f9b185a1000 r--s 00000000 08:06 1181565                    /var/cache/fontconfig/52f7bdb7ce746bfd7eaa1985bd9cfa93-le64.cache-3
-7f9b185af000-7f9b185b8000 r-xp 00000000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7f9b185b8000-7f9b187b7000 ---p 00009000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7f9b187b7000-7f9b187b8000 r--p 00008000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7f9b187b8000-7f9b187b9000 rw-p 00009000 08:06 4725825                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
-7f9b187d1000-7f9b187d8000 r--s 00000000 08:06 5121993                    /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
-7f9b187d8000-7f9b187d9000 rw-p 00000000 00:00 0 
-7f9b187d9000-7f9b187da000 r--s 00000000 08:06 1181579                    /var/cache/fontconfig/56cf4f4769d0f4abc89a4895d7bd3ae1-le64.cache-3
-7f9b187da000-7f9b187ea000 r--s 00000000 08:06 1181506                    /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-3
-7f9b187ea000-7f9b187f0000 r--s 00000000 08:06 1181505                    /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-3
-7f9b187f0000-7f9b187f3000 r--s 00000000 08:06 1179732                    /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-3
-7f9b187f3000-7f9b187f7000 r--s 00000000 08:06 1180929                    /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-3
-7f9b187f7000-7f9b187fa000 ---p 00000000 00:00 0 
-7f9b187fa000-7f9b188f8000 rw-p 00000000 00:00 0 
-7f9b188f8000-7f9b1898e000 r-xp 00000000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7f9b1898e000-7f9b18b8d000 ---p 00096000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7f9b18b8d000-7f9b18b93000 r--p 00095000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7f9b18b93000-7f9b18b94000 rw-p 0009b000 08:06 4719698                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
-7f9b18b94000-7f9b18bce000 r-xp 00000000 08:06 4860139                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libfontmanager.so
-7f9b18bce000-7f9b18dcd000 ---p 0003a000 08:06 4860139                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libfontmanager.so
-7f9b18dcd000-7f9b18dcf000 r--p 00039000 08:06 4860139                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libfontmanager.so
-7f9b18dcf000-7f9b18dd0000 rw-p 0003b000 08:06 4860139                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libfontmanager.so
-7f9b18dd0000-7f9b18f6a000 r-xp 00000000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7f9b18f6a000-7f9b19169000 ---p 0019a000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7f9b19169000-7f9b1916d000 r--p 00199000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7f9b1916d000-7f9b1916e000 rw-p 0019d000 08:06 4720354                    /usr/lib/libopencv_imgproc.so.2.2
-7f9b1916e000-7f9b19203000 rw-p 00000000 00:00 0 
-7f9b19203000-7f9b19229000 r-xp 00000000 08:06 917529                     /tmp/libjniopencv_imgproc866409701868631688.so
-7f9b19229000-7f9b19428000 ---p 00026000 08:06 917529                     /tmp/libjniopencv_imgproc866409701868631688.so
-7f9b19428000-7f9b19429000 rw-p 00025000 08:06 917529                     /tmp/libjniopencv_imgproc866409701868631688.so
-7f9b19429000-7f9b19639000 r-xp 00000000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7f9b19639000-7f9b19838000 ---p 00210000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7f9b19838000-7f9b1983e000 r--p 0020f000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7f9b1983e000-7f9b19840000 rw-p 00215000 08:06 5255870                    /usr/local/lib/libopencv_imgproc.so.2.4.4
-7f9b19840000-7f9b198d5000 rw-p 00000000 00:00 0 
-7f9b198d5000-7f9b198da000 r-xp 00000000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7f9b198da000-7f9b19ad9000 ---p 00005000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7f9b19ad9000-7f9b19ada000 r--p 00004000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7f9b19ada000-7f9b19adb000 rw-p 00005000 08:06 4725829                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
-7f9b19adb000-7f9b19add000 r-xp 00000000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7f9b19add000-7f9b19cdc000 ---p 00002000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7f9b19cdc000-7f9b19cdd000 r--p 00001000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7f9b19cdd000-7f9b19cde000 rw-p 00002000 08:06 4725818                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
-7f9b19cde000-7f9b19cfb000 r-xp 00000000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7f9b19cfb000-7f9b19efa000 ---p 0001d000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7f9b19efa000-7f9b19efb000 r--p 0001c000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7f9b19efb000-7f9b19efc000 rw-p 0001d000 08:06 4721109                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
-7f9b19efc000-7f9b19f0a000 r-xp 00000000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7f9b19f0a000-7f9b1a109000 ---p 0000e000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7f9b1a109000-7f9b1a10a000 r--p 0000d000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7f9b1a10a000-7f9b1a10b000 rw-p 0000e000 08:06 4725837                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
-7f9b1a10b000-7f9b1a110000 r-xp 00000000 08:06 4725855                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
-7f9b1a110000-7f9b1a30f000 ---p 00005000 08:06 4725855                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
-7f9b1a30f000-7f9b1a310000 r--p 00004000 08:06 4725855                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
-7f9b1a310000-7f9b1a311000 rw-p 00005000 08:06 4725855                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
-7f9b1a311000-7f9b1a31a000 r-xp 00000000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7f9b1a31a000-7f9b1a519000 ---p 00009000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7f9b1a519000-7f9b1a51a000 r--p 00008000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7f9b1a51a000-7f9b1a51b000 rw-p 00009000 08:06 4725851                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
-7f9b1a51b000-7f9b1a64a000 r-xp 00000000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7f9b1a64a000-7f9b1a84a000 ---p 0012f000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7f9b1a84a000-7f9b1a84b000 r--p 0012f000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7f9b1a84b000-7f9b1a84f000 rw-p 00130000 08:06 4725816                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
-7f9b1a84f000-7f9b1a85f000 r-xp 00000000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7f9b1a85f000-7f9b1aa5e000 ---p 00010000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7f9b1aa5e000-7f9b1aa5f000 r--p 0000f000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7f9b1aa5f000-7f9b1aa60000 rw-p 00010000 08:06 4725831                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
-7f9b1aa60000-7f9b1aaab000 r-xp 00000000 08:06 4862136                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/xawt/libmawt.so
-7f9b1aaab000-7f9b1acab000 ---p 0004b000 08:06 4862136                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/xawt/libmawt.so
-7f9b1acab000-7f9b1acac000 r--p 0004b000 08:06 4862136                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/xawt/libmawt.so
-7f9b1acac000-7f9b1acaf000 rw-p 0004c000 08:06 4862136                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/xawt/libmawt.so
-7f9b1acaf000-7f9b1acb0000 rw-p 00000000 00:00 0 
-7f9b1acb0000-7f9b1ad5c000 r-xp 00000000 08:06 4860151                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libawt.so
-7f9b1ad5c000-7f9b1af5b000 ---p 000ac000 08:06 4860151                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libawt.so
-7f9b1af5b000-7f9b1af5c000 r--p 000ab000 08:06 4860151                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libawt.so
-7f9b1af5c000-7f9b1af67000 rw-p 000ac000 08:06 4860151                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libawt.so
-7f9b1af67000-7f9b1af8c000 rw-p 00000000 00:00 0 
-7f9b1af8c000-7f9b1b149000 r-xp 00000000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7f9b1b149000-7f9b1b348000 ---p 001bd000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7f9b1b348000-7f9b1b34b000 r--p 001bc000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7f9b1b34b000-7f9b1b353000 rw-p 001bf000 08:06 4720352                    /usr/lib/libopencv_core.so.2.2
-7f9b1b353000-7f9b1b354000 rw-p 00000000 00:00 0 
-7f9b1b354000-7f9b1b3bd000 r-xp 00000000 08:06 917527                     /tmp/libjniopencv_core2918971323824701634.so
-7f9b1b3bd000-7f9b1b5bc000 ---p 00069000 08:06 917527                     /tmp/libjniopencv_core2918971323824701634.so
-7f9b1b5bc000-7f9b1b5be000 rw-p 00068000 08:06 917527                     /tmp/libjniopencv_core2918971323824701634.so
-7f9b1b5be000-7f9b1b7d2000 r-xp 00000000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7f9b1b7d2000-7f9b1b9d2000 ---p 00214000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7f9b1b9d2000-7f9b1b9d5000 r--p 00214000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7f9b1b9d5000-7f9b1b9de000 rw-p 00217000 08:06 5255853                    /usr/local/lib/libopencv_core.so.2.4.4
-7f9b1b9de000-7f9b1b9df000 rw-p 00000000 00:00 0 
-7f9b1b9df000-7f9b1b9e7000 r-xp 00000000 08:06 4860903                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7f9b1b9e7000-7f9b1bbe6000 ---p 00008000 08:06 4860903                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7f9b1bbe6000-7f9b1bbe7000 r--p 00007000 08:06 4860903                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7f9b1bbe7000-7f9b1bbe8000 rw-p 00008000 08:06 4860903                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnio.so
-7f9b1bbe8000-7f9b1bbfd000 r-xp 00000000 08:06 4860168                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7f9b1bbfd000-7f9b1bdfc000 ---p 00015000 08:06 4860168                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7f9b1bdfc000-7f9b1bdfd000 r--p 00014000 08:06 4860168                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7f9b1bdfd000-7f9b1bdfe000 rw-p 00015000 08:06 4860168                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libnet.so
-7f9b1bdfe000-7f9b1be01000 ---p 00000000 00:00 0 
-7f9b1be01000-7f9b1beff000 rw-p 00000000 00:00 0 
-7f9b1beff000-7f9b1bf00000 ---p 00000000 00:00 0 
-7f9b1bf00000-7f9b1c000000 rw-p 00000000 00:00 0 
-7f9b1c000000-7f9b1c021000 rw-p 00000000 00:00 0 
-7f9b1c021000-7f9b20000000 ---p 00000000 00:00 0 
-7f9b20000000-7f9b20001000 r--s 00000000 08:06 1181572                    /var/cache/fontconfig/b9d506c9ac06c20b433354fa67a72993-le64.cache-3
-7f9b20001000-7f9b20011000 r--s 00000000 08:06 1181583                    /var/cache/fontconfig/04aabc0a78ac019cf9454389977116d2-le64.cache-3
-7f9b20011000-7f9b20014000 r--s 00000000 08:06 1179717                    /var/cache/fontconfig/385c0604a188198f04d133e54aba7fe7-le64.cache-3
-7f9b20014000-7f9b20017000 ---p 00000000 00:00 0 
-7f9b20017000-7f9b20115000 rw-p 00000000 00:00 0 
-7f9b20115000-7f9b20118000 ---p 00000000 00:00 0 
-7f9b20118000-7f9b20216000 rw-p 00000000 00:00 0 
-7f9b20216000-7f9b20219000 ---p 00000000 00:00 0 
-7f9b20219000-7f9b20317000 rw-p 00000000 00:00 0 
-7f9b20317000-7f9b2031a000 ---p 00000000 00:00 0 
-7f9b2031a000-7f9b20418000 rw-p 00000000 00:00 0 
-7f9b20418000-7f9b20afb000 r--p 00000000 08:06 4725192                    /usr/lib/locale/locale-archive
-7f9b20afb000-7f9b20afe000 ---p 00000000 00:00 0 
-7f9b20afe000-7f9b20bfc000 rw-p 00000000 00:00 0 
-7f9b20bfc000-7f9b20bff000 ---p 00000000 00:00 0 
-7f9b20bff000-7f9b20cfd000 rw-p 00000000 00:00 0 
-7f9b20cfd000-7f9b20cfe000 ---p 00000000 00:00 0 
-7f9b20cfe000-7f9b21000000 rw-p 00000000 00:00 0 
-7f9b21000000-7f9b21270000 rwxp 00000000 00:00 0 
-7f9b21270000-7f9b2439a000 rw-p 00000000 00:00 0 
-7f9b2439a000-7f9b28000000 ---p 00000000 00:00 0 
-7f9b28000000-7f9b28001000 r--s 00000000 08:06 1189802                    /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-3
-7f9b28001000-7f9b28004000 r--s 00000000 08:06 1179714                    /var/cache/fontconfig/8801497958630a81b71ace7c5f9b32a8-le64.cache-3
-7f9b28004000-7f9b28009000 r--s 00000000 08:06 1181580                    /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-3
-7f9b28009000-7f9b2800a000 r--s 00000000 08:06 1181579                    /var/cache/fontconfig/56cf4f4769d0f4abc89a4895d7bd3ae1-le64.cache-3
-7f9b2800a000-7f9b2800b000 r--s 00000000 08:06 1181572                    /var/cache/fontconfig/b9d506c9ac06c20b433354fa67a72993-le64.cache-3
-7f9b2800b000-7f9b28010000 r--s 00000000 08:06 1181571                    /var/cache/fontconfig/b47c4e1ecd0709278f4910c18777a504-le64.cache-3
-7f9b28010000-7f9b28018000 r--s 00000000 08:06 1181565                    /var/cache/fontconfig/52f7bdb7ce746bfd7eaa1985bd9cfa93-le64.cache-3
-7f9b28018000-7f9b28028000 r--s 00000000 08:06 1181506                    /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-3
-7f9b28028000-7f9b2802e000 r--s 00000000 08:06 1181505                    /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-3
-7f9b2802e000-7f9b28031000 r--s 00000000 08:06 1179732                    /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-3
-7f9b28031000-7f9b28035000 r--s 00000000 08:06 1180929                    /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-3
-7f9b28035000-7f9b28066000 rw-p 00000000 00:00 0 
-7f9b28066000-7f9b28067000 r--s 00005000 08:06 131641                     /home/daniel/svn/2013/src/971CV/src/org/frc971/private_aos_camera_jar.jar
-7f9b28067000-7f9b28069000 r--s 00009000 08:06 8520418                    /home/daniel/svn/2013/src/DaisyCV/external_jars/WPIJavaCV.jar
-7f9b28069000-7f9b2806a000 r--s 00005000 08:06 8520531                    /home/daniel/svn/2013/src/DaisyCV/external_jars/WPICameraExtension.jar
-7f9b2806a000-7f9b2806f000 r--s 00051000 08:06 8520629                    /home/daniel/svn/2013/src/DaisyCV/external_jars/SmartDashboard.jar
-7f9b2806f000-7f9b28071000 r--s 00013000 08:06 2362244                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/NetworkTable_Client.jar
-7f9b28071000-7f9b28077000 r--s 00034000 08:06 2362243                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/junit-4.8.2.jar
-7f9b28077000-7f9b28088000 r--s 0014c000 08:06 2362245                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/jfreechart-1.0.13.jar
-7f9b28088000-7f9b2808e000 r--s 00046000 08:06 2362242                    /home/daniel/svn/2013/src/DaisyCV/external_jars/lib/jcommon-1.0.16.jar
-7f9b2808e000-7f9b283c4000 rw-p 00000000 00:00 0 
-7f9b283c4000-7f9b28556000 r--s 037d4000 08:06 4850179                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/rt.jar
-7f9b28556000-7f9b2857e000 rw-p 00000000 00:00 0 
-7f9b2857e000-7f9b2857f000 ---p 00000000 00:00 0 
-7f9b2857f000-7f9b2867f000 rw-p 00000000 00:00 0 
-7f9b2867f000-7f9b28680000 ---p 00000000 00:00 0 
-7f9b28680000-7f9b28780000 rw-p 00000000 00:00 0 
-7f9b28780000-7f9b28781000 ---p 00000000 00:00 0 
-7f9b28781000-7f9b28881000 rw-p 00000000 00:00 0 
-7f9b28881000-7f9b28882000 ---p 00000000 00:00 0 
-7f9b28882000-7f9b28993000 rw-p 00000000 00:00 0 
-7f9b28993000-7f9b28994000 ---p 00000000 00:00 0 
-7f9b28994000-7f9b289d5000 rw-p 00000000 00:00 0 
-7f9b289d5000-7f9b28a2d000 rw-p 00000000 00:00 0 
-7f9b28a2d000-7f9b28b16000 rw-p 00000000 00:00 0 
-7f9b28b16000-7f9b28b27000 rw-p 00000000 00:00 0 
-7f9b28b27000-7f9b28b28000 ---p 00000000 00:00 0 
-7f9b28b28000-7f9b28b69000 rw-p 00000000 00:00 0 
-7f9b28b69000-7f9b28bc1000 rw-p 00000000 00:00 0 
-7f9b28bc1000-7f9b28ca9000 rw-p 00000000 00:00 0 
-7f9b28ca9000-7f9b28d4a000 rw-p 00000000 00:00 0 
-7f9b28d4a000-7f9b28d4b000 rw-p 00000000 00:00 0 
-7f9b28d4b000-7f9b28d52000 r-xp 00000000 08:06 4860164                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7f9b28d52000-7f9b28f51000 ---p 00007000 08:06 4860164                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7f9b28f51000-7f9b28f52000 r--p 00006000 08:06 4860164                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7f9b28f52000-7f9b28f53000 rw-p 00007000 08:06 4860164                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libzip.so
-7f9b28f53000-7f9b28f5f000 r-xp 00000000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7f9b28f5f000-7f9b2915e000 ---p 0000c000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7f9b2915e000-7f9b2915f000 r--p 0000b000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7f9b2915f000-7f9b29160000 rw-p 0000c000 08:06 4856519                    /lib/x86_64-linux-gnu/libnss_files-2.15.so
-7f9b29160000-7f9b2916a000 r-xp 00000000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7f9b2916a000-7f9b2936a000 ---p 0000a000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7f9b2936a000-7f9b2936b000 r--p 0000a000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7f9b2936b000-7f9b2936c000 rw-p 0000b000 08:06 4856515                    /lib/x86_64-linux-gnu/libnss_nis-2.15.so
-7f9b2936c000-7f9b29383000 r-xp 00000000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7f9b29383000-7f9b29582000 ---p 00017000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7f9b29582000-7f9b29583000 r--p 00016000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7f9b29583000-7f9b29584000 rw-p 00017000 08:06 4856528                    /lib/x86_64-linux-gnu/libnsl-2.15.so
-7f9b29584000-7f9b29586000 rw-p 00000000 00:00 0 
-7f9b29586000-7f9b2958e000 r-xp 00000000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7f9b2958e000-7f9b2978d000 ---p 00008000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7f9b2978d000-7f9b2978e000 r--p 00007000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7f9b2978e000-7f9b2978f000 rw-p 00008000 08:06 4856520                    /lib/x86_64-linux-gnu/libnss_compat-2.15.so
-7f9b2978f000-7f9b297bb000 r-xp 00000000 08:06 4860145                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7f9b297bb000-7f9b299ba000 ---p 0002c000 08:06 4860145                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7f9b299ba000-7f9b299bb000 r--p 0002b000 08:06 4860145                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7f9b299bb000-7f9b299be000 rw-p 0002c000 08:06 4860145                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libjava.so
-7f9b299be000-7f9b299cc000 r-xp 00000000 08:06 4860904                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7f9b299cc000-7f9b29bcb000 ---p 0000e000 08:06 4860904                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7f9b29bcb000-7f9b29bcd000 r--p 0000d000 08:06 4860904                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7f9b29bcd000-7f9b29bce000 rw-p 0000f000 08:06 4860904                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/libverify.so
-7f9b29bce000-7f9b29bd5000 r-xp 00000000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7f9b29bd5000-7f9b29dd4000 ---p 00007000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7f9b29dd4000-7f9b29dd5000 r--p 00006000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7f9b29dd5000-7f9b29dd6000 rw-p 00007000 08:06 4856513                    /lib/x86_64-linux-gnu/librt-2.15.so
-7f9b29dd6000-7f9b29deb000 r-xp 00000000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7f9b29deb000-7f9b29fea000 ---p 00015000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7f9b29fea000-7f9b29feb000 r--p 00014000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7f9b29feb000-7f9b29fec000 rw-p 00015000 08:06 4853286                    /lib/x86_64-linux-gnu/libgcc_s.so.1
-7f9b29fec000-7f9b2a0e7000 r-xp 00000000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7f9b2a0e7000-7f9b2a2e6000 ---p 000fb000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7f9b2a2e6000-7f9b2a2e7000 r--p 000fa000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7f9b2a2e7000-7f9b2a2e8000 rw-p 000fb000 08:06 4856517                    /lib/x86_64-linux-gnu/libm-2.15.so
-7f9b2a2e8000-7f9b2a3ca000 r-xp 00000000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7f9b2a3ca000-7f9b2a5c9000 ---p 000e2000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7f9b2a5c9000-7f9b2a5d1000 r--p 000e1000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7f9b2a5d1000-7f9b2a5d3000 rw-p 000e9000 08:06 4726345                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
-7f9b2a5d3000-7f9b2a5e8000 rw-p 00000000 00:00 0 
-7f9b2a5e8000-7f9b2aeed000 r-xp 00000000 08:06 4860130                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7f9b2aeed000-7f9b2b0ed000 ---p 00905000 08:06 4860130                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7f9b2b0ed000-7f9b2b16d000 r--p 00905000 08:06 4860130                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7f9b2b16d000-7f9b2b188000 rw-p 00985000 08:06 4860130                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so
-7f9b2b188000-7f9b2b1b1000 rw-p 00000000 00:00 0 
-7f9b2b1b1000-7f9b2b1c7000 r-xp 00000000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7f9b2b1c7000-7f9b2b3c6000 ---p 00016000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7f9b2b3c6000-7f9b2b3c7000 r--p 00015000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7f9b2b3c7000-7f9b2b3c8000 rw-p 00016000 08:06 4853376                    /lib/x86_64-linux-gnu/libz.so.1.2.3.4
-7f9b2b3c8000-7f9b2b57d000 r-xp 00000000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7f9b2b57d000-7f9b2b77c000 ---p 001b5000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7f9b2b77c000-7f9b2b780000 r--p 001b4000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7f9b2b780000-7f9b2b782000 rw-p 001b8000 08:06 4856509                    /lib/x86_64-linux-gnu/libc-2.15.so
-7f9b2b782000-7f9b2b787000 rw-p 00000000 00:00 0 
-7f9b2b787000-7f9b2b789000 r-xp 00000000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7f9b2b789000-7f9b2b989000 ---p 00002000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7f9b2b989000-7f9b2b98a000 r--p 00002000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7f9b2b98a000-7f9b2b98b000 rw-p 00003000 08:06 4856508                    /lib/x86_64-linux-gnu/libdl-2.15.so
-7f9b2b98b000-7f9b2b98f000 r-xp 00000000 08:06 4860161                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7f9b2b98f000-7f9b2bb8e000 ---p 00004000 08:06 4860161                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7f9b2bb8e000-7f9b2bb8f000 r--p 00003000 08:06 4860161                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7f9b2bb8f000-7f9b2bb90000 rw-p 00004000 08:06 4860161                    /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/jli/libjli.so
-7f9b2bb90000-7f9b2bba8000 r-xp 00000000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7f9b2bba8000-7f9b2bda7000 ---p 00018000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7f9b2bda7000-7f9b2bda8000 r--p 00017000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7f9b2bda8000-7f9b2bda9000 rw-p 00018000 08:06 4856511                    /lib/x86_64-linux-gnu/libpthread-2.15.so
-7f9b2bda9000-7f9b2bdad000 rw-p 00000000 00:00 0 
-7f9b2bdad000-7f9b2bdcf000 r-xp 00000000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7f9b2bdcf000-7f9b2bdd3000 r--s 0000e000 08:06 8520683                    /home/daniel/svn/2013/src/DaisyCV/external_jars/networktables-desktop.jar
-7f9b2bdd3000-7f9b2bdd9000 r--s 000fc000 08:06 4720987                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/resources.jar
-7f9b2bdd9000-7f9b2bde7000 r--s 00090000 08:06 8520407                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv.jar
-7f9b2bde7000-7f9b2bdf1000 rw-p 00000000 00:00 0 
-7f9b2bdf1000-7f9b2bea7000 rw-p 00000000 00:00 0 
-7f9b2bea7000-7f9b2beaa000 ---p 00000000 00:00 0 
-7f9b2beaa000-7f9b2bfad000 rw-p 00000000 00:00 0 
-7f9b2bfad000-7f9b2bfb0000 r--s 0007f000 08:06 4732629                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/jsse.jar
-7f9b2bfb0000-7f9b2bfb1000 r--s 00129000 08:06 8520417                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv-windows-x86.jar
-7f9b2bfb1000-7f9b2bfb2000 r--s 000b8000 08:06 8521064                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacv-linux-x86_64.jar
-7f9b2bfb2000-7f9b2bfb4000 r--s 0000f000 08:06 8520405                    /home/daniel/svn/2013/src/DaisyCV/external_jars/javacpp.jar
-7f9b2bfb4000-7f9b2bfb6000 r--s 0000f000 08:06 4860045                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/pulse-java.jar
-7f9b2bfb6000-7f9b2bfba000 r--s 00039000 08:06 4860049                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/sunpkcs11.jar
-7f9b2bfba000-7f9b2bfbd000 r--s 00031000 08:06 4860046                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/sunjce_provider.jar
-7f9b2bfbd000-7f9b2bfc0000 r--s 00077000 08:06 4860048                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/localedata.jar
-7f9b2bfc0000-7f9b2bfc1000 r--s 00007000 08:06 5252192                    /usr/share/java/java-atk-wrapper.jar
-7f9b2bfc1000-7f9b2bfc3000 r--s 00001000 08:06 4860052                    /usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/dnsns.jar
-7f9b2bfc3000-7f9b2bfcb000 rw-s 00000000 08:06 1446217                    /tmp/hsperfdata_daniel/10433
-7f9b2bfcb000-7f9b2bfcc000 rw-p 00000000 00:00 0 
-7f9b2bfcc000-7f9b2bfcd000 r--p 00000000 00:00 0 
-7f9b2bfcd000-7f9b2bfcf000 rw-p 00000000 00:00 0 
-7f9b2bfcf000-7f9b2bfd0000 r--p 00022000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7f9b2bfd0000-7f9b2bfd2000 rw-p 00023000 08:06 4856523                    /lib/x86_64-linux-gnu/ld-2.15.so
-7fffae5ae000-7fffae5d0000 rw-p 00000000 00:00 0                          [stack]
-7fffae5ff000-7fffae600000 r-xp 00000000 00:00 0                          [vdso]
-ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
-
-VM Arguments:
-jvm_args: -Dfile.encoding=UTF-8 
-java_command: org.frc971.DebugServerRun -vision
-Launcher Type: SUN_STANDARD
-
-Environment Variables:
-PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
-LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk-amd64/jre/../lib/amd64
-SHELL=/bin/bash
-DISPLAY=:0
-
-Signal Handlers:
-SIGSEGV: [libjvm.so+0x785360], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGBUS: [libjvm.so+0x785360], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGFPE: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGPIPE: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGXFSZ: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGILL: [libjvm.so+0x648dc0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
-SIGUSR2: [libjvm.so+0x648f70], sa_mask[0]=0x00000004, sa_flags=0x10000004
-SIGHUP: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGINT: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGTERM: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-SIGQUIT: [libjvm.so+0x64ba90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
-
-
----------------  S Y S T E M  ---------------
-
-OS:Ubuntu 12.04 (precise)
-uname:Linux 3.2.0-38-lowlatency #40-Ubuntu SMP PREEMPT Wed Feb 20 23:42:32 UTC 2013 x86_64
-libc:glibc 2.15 NPTL 2.15 
-rlimit: STACK 8192k, CORE 0k, NPROC 30598, NOFILE 4096, AS infinity
-load average:0.95 1.71 1.45
-
-/proc/meminfo:
-MemTotal:        3934128 kB
-MemFree:          504472 kB
-Buffers:           35372 kB
-Cached:           590908 kB
-SwapCached:          716 kB
-Active:          2183204 kB
-Inactive:         851932 kB
-Active(anon):    1906772 kB
-Inactive(anon):   768652 kB
-Active(file):     276432 kB
-Inactive(file):    83280 kB
-Unevictable:          16 kB
-Mlocked:              16 kB
-SwapTotal:       4077564 kB
-SwapFree:        4004312 kB
-Dirty:               252 kB
-Writeback:             0 kB
-AnonPages:       2407972 kB
-Mapped:           113944 kB
-Shmem:            266620 kB
-Slab:             263344 kB
-SReclaimable:     227484 kB
-SUnreclaim:        35860 kB
-KernelStack:        4984 kB
-PageTables:        43972 kB
-NFS_Unstable:          0 kB
-Bounce:                0 kB
-WritebackTmp:          0 kB
-CommitLimit:     6044628 kB
-Committed_AS:    5221756 kB
-VmallocTotal:   34359738367 kB
-VmallocUsed:      362680 kB
-VmallocChunk:   34359358312 kB
-HardwareCorrupted:     0 kB
-AnonHugePages:         0 kB
-HugePages_Total:       0
-HugePages_Free:        0
-HugePages_Rsvd:        0
-HugePages_Surp:        0
-Hugepagesize:       2048 kB
-DirectMap4k:       71680 kB
-DirectMap2M:     4014080 kB
-
-
-CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
-
-Memory: 4k page, physical 3934128k(504472k free), swap 4077564k(4004312k free)
-
-vm_info: OpenJDK 64-Bit Server VM (20.0-b12) for linux-amd64 JRE (1.6.0_27-b27), built on Feb 20 2013 00:23:58 by "buildd" with gcc 4.6.3
-
-time: Fri Feb 22 21:58:58 2013
-elapsed time: 49 seconds
-
diff --git a/971cv/src/edu/wpi/first/wpijavacv/DaisyExtensions.java b/971cv/src/edu/wpi/first/wpijavacv/DaisyExtensions.java
deleted file mode 100644
index 41dccb7..0000000
--- a/971cv/src/edu/wpi/first/wpijavacv/DaisyExtensions.java
+++ /dev/null
@@ -1,97 +0,0 @@
-package edu.wpi.first.wpijavacv;

-

-import java.util.ArrayList;

-

-import com.googlecode.javacv.cpp.opencv_core;

-import com.googlecode.javacv.cpp.opencv_core.CvMemStorage;

-import com.googlecode.javacv.cpp.opencv_core.CvSeq;

-import com.googlecode.javacv.cpp.opencv_core.IplImage;

-import com.googlecode.javacv.cpp.opencv_imgproc;

-

-/**

- * Team Miss Daisy extensions to wpijavacv, mostly to expose more methods.

- *<p>

- * TODO(jerry): Wean off of wpijavacv.

- *

- * @author jrussell

- * @author jerry -- Moved storage to an instance variable

- */

-public class DaisyExtensions {

-    private final CvMemStorage storage = CvMemStorage.create();

-    private IplImage contourImage;

-

-    public DaisyExtensions() {

-    }

-

-    public static CvSeq getCvSeq(WPIContour contour) {

-        return contour.getCVSeq();

-    }

-

-    public static WPIContour makeWPIContour(CvSeq seq) {

-        return new WPIContour(seq);

-    }

-

-    public static WPIGrayscaleImage makeWPIGrayscaleImage(IplImage arr) {

-        IplImage tempImage = IplImage.create(arr.cvSize(), arr.depth(), 1);

-        opencv_core.cvCopy(arr, tempImage);

-        return new WPIGrayscaleImage(tempImage);

-    }

-

-    public static WPIColorImage makeWPIColorImage(IplImage arr) {

-        IplImage tempImage = IplImage.create(arr.cvSize(), arr.depth(), 3);

-        opencv_core.cvCopy(arr, tempImage);

-        return new WPIColorImage(tempImage);

-    }

-

-    public static WPIBinaryImage makeWPIBinaryImage(IplImage arr) {

-        IplImage tempImage = IplImage.create(arr.cvSize(), arr.depth(), 1);

-        opencv_core.cvCopy(arr, tempImage);

-        return new WPIBinaryImage(tempImage);

-    }

-

-    public static IplImage getIplImage(WPIImage image) {

-        return image.image;

-    }

-

-    /**

-     * Finds a flat (non-hierarchical) list of contours in the given image, then

-     * computes the convex hull of each contour.

-     */

-    public WPIContour[] findConvexContours(WPIBinaryImage image) {

-        image.validateDisposed();

-

-        if (contourImage == null

-                || contourImage.cvSize().width() != image.getWidth()

-                || contourImage.cvSize().height() != image.getHeight()) {

-            if (contourImage != null) {

-                contourImage.release();

-            }

-            contourImage = IplImage.create(image.image.cvSize(),

-                    image.image.depth(), 1);

-        }

-

-        opencv_core.cvCopy(image.image, contourImage);

-

-        CvSeq contours = new CvSeq();

-        opencv_imgproc.cvFindContours(contourImage, storage, contours, 256,

-        	opencv_imgproc.CV_RETR_LIST,

-        	opencv_imgproc.CV_CHAIN_APPROX_TC89_KCOS);

-        ArrayList<WPIContour> results = new ArrayList<WPIContour>();

-        while (!WPIDisposable.isNull(contours)) {

-            CvSeq convexContour = opencv_imgproc.cvConvexHull2(contours,

-        	    storage, opencv_imgproc.CV_CLOCKWISE, 1);

-            WPIContour contour = new WPIContour(

-        	    opencv_core.cvCloneSeq(convexContour, storage));

-            results.add(contour);

-            contours = contours.h_next();

-        }

-

-        WPIContour[] array = new WPIContour[results.size()];

-        return results.toArray(array);

-    }

-

-    public void releaseMemory() {

-        opencv_core.cvClearMemStorage(storage);

-    }

-

-}

diff --git a/971cv/src/org/spartanrobotics/AccepterThread.java b/971cv/src/org/spartanrobotics/AccepterThread.java
deleted file mode 100644
index ad599de..0000000
--- a/971cv/src/org/spartanrobotics/AccepterThread.java
+++ /dev/null
@@ -1,140 +0,0 @@
-/**
- * 
- */
-package org.spartanrobotics;
-
-/**
- * @author daniel
- * Accepts clients for data server
- */
-
-import java.io.IOException;
-
-import java.nio.ByteBuffer;
-import java.nio.channels.ServerSocketChannel;
-import java.nio.channels.SocketChannel;
-
-import java.util.ArrayList;
-import java.util.List;
-import java.util.Map;
-import java.util.logging.Logger;
-
-/** Thread accepts new connections for the server and sends data to them 
- * without blocking.
- */
-public class AccepterThread implements Runnable {
-	
-	private final static Logger LOG = Logger.getLogger(
-			AccepterThread.class.getName());
-	
-	private ServerSocketChannel sock;
-	
-	private List<Client> connected = new ArrayList<Client>(); 
-	
-	private Thread t;
-	
-	/** Constructor
-	 * 
-	 * @param sock is the ServerSocketChannel that you want to monitor
-	 */
-	public AccepterThread(ServerSocketChannel sock) {
-		t = new Thread(this, "Accepter Thread");
-		t.setPriority(Thread.NORM_PRIORITY - 1); 
-		//lowish priority so Image Processor overrides it
-		this.sock = sock;
-		t.start();
-	}
-	
-	/** Runs in separate thread. Continually accepts new connections. */
-	public void run() {
-		SocketChannel clientSock;
-		while (true) {
-			try {
-				clientSock = sock.accept();
-				//our writes must not block
-				clientSock.configureBlocking(false);
-				Client client = new Client();
-				client.channel = clientSock;
-				connected.add(client);
-			}
-			catch (IOException e) {
-				LOG.warning("Cannot serve image processing results to client:" 
-			+ e.getMessage());
-				Messages.warning("Cannot serve image processing results to client:"
-			+ e.getMessage());
-			}
-		}
-	}
-	
-	/** Sends a message to all currently connected clients.
-	 * 
-	 * @param message is the message that you want to send.
-	 */
-	public void sendtoAll(ByteBuffer message) {
-		/* Copy our connected list, so we don't have 
-		 * to hold our lock forever if the writes block.
-		 */
-		List<Client> connectedTemp = new ArrayList<Client>();
-		for (Client client : connected) {
-			connectedTemp.add(client);
-		}
-		
-		int result;
-		for (Client client : connectedTemp) {
-			try {
-				
-				/** If this socket has data from the 
-				 * last send operation still waiting to be
-				 * sent, send this instead of our original
-				 * message. Since we generally want only
-				 * current data, our original message will
-				 * not be missed. However, it is imperative
-				 * that we finish our pending transmission, 
-				 * because an incomplete transmission could
-				 * leave a client thread somewhere blocking
-				 * indefinitely.
-				 */
-				if (client.toSend != null) {
-					message = client.toSend;
-				}
-				
-				result = client.channel.write(message);
-				
-				/*if our send buffer is full, store our message away
-				 * so we can try again later without halting the thread.
-				 */
-				if (message.remaining() > 0) {
-					client.toSend = message;
-					//check and update our count of failed send attempts
-					++client.failedAttempts;
-					if (client.failedAttempts >= 100) {
-						//Socket has become dysfunctional
-						LOG.info("Write would have blocked 100 times. Assuming peer disconect.");
-						connected.remove(client);
-					}
-				}
-				
-				if (result == -1) {
-					//The write failed. This is probably because the client disconnected.
-					LOG.info("Write returned -1. Client has probably disconnected.");
-					connected.remove(client);
-				}
-			}
-			catch (IOException e) {
-				//The write failed. This is probably because the client disconnected.
-				LOG.info("Write threw IOException. Client has probably disconnected.");
-				connected.remove(client);
-			}
-		}
-	}
-	
-	/** Overloaded sendtoAll method for byte arrays. */
-	public void sendtoAll(byte[] message) {
-		sendtoAll(ByteBuffer.wrap(message));
-	}
-	
-	/** Overloaded sendtoAll method for Strings. */
-	public void sendtoAll(String message) {
-		sendtoAll(message.getBytes());
-	}
-}
diff --git a/971cv/src/org/spartanrobotics/Client.java b/971cv/src/org/spartanrobotics/Client.java
deleted file mode 100644
index 77bac74..0000000
--- a/971cv/src/org/spartanrobotics/Client.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/**
- * 
- */
-package org.spartanrobotics;
-
-import java.nio.ByteBuffer;
-import java.nio.channels.SocketChannel;
-
-/**
- * @author daniel
- *
- */
-
-/** Helper class to store data for AccepterThread. */
-public class Client {
-	public SocketChannel channel; //the client's socket
-	/* Holds overflow data when socket's send buffer gets full, so that
-	 * thread can continue running.
-	 */
-	public ByteBuffer toSend;
-	/* Keeps track of how many times a non-blocking write operation on a socket
-	 * has not written anything because it's buffer was full.
-	 */
-	public int failedAttempts;
-}
diff --git a/971cv/src/org/spartanrobotics/DebugCanvas.java b/971cv/src/org/spartanrobotics/DebugCanvas.java
deleted file mode 100644
index 578d79e..0000000
--- a/971cv/src/org/spartanrobotics/DebugCanvas.java
+++ /dev/null
@@ -1,29 +0,0 @@
-package org.spartanrobotics;

-

-import com.googlecode.javacv.CanvasFrame;

-import com.googlecode.javacv.cpp.opencv_core.IplImage;

-

-public class DebugCanvas {

-    public boolean show;

-    private CanvasFrame canvasFrame;

-    private String name;

-

-    public DebugCanvas(String name) {

-	this.name = name;

-    }

-

-    public void showImage(IplImage image) {

-        if (show) {

-            if (canvasFrame == null) {

-        	canvasFrame = new CanvasFrame(name);

-            }

-            canvasFrame.setName(name);

-            canvasFrame.showImage(image.getBufferedImage());

-        } else {

-            if (canvasFrame != null) {

-        	canvasFrame.dispose();

-        	canvasFrame = null;

-            }

-        }

-    }

-}

diff --git a/971cv/src/org/spartanrobotics/DebugServerRun.java b/971cv/src/org/spartanrobotics/DebugServerRun.java
deleted file mode 100644
index b8c788f..0000000
--- a/971cv/src/org/spartanrobotics/DebugServerRun.java
+++ /dev/null
@@ -1,146 +0,0 @@
-package org.spartanrobotics;
-
-import java.io.BufferedInputStream;
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileNotFoundException;
-import java.io.IOException;
-import java.io.InputStream;
-
-import java.net.InetSocketAddress;
-import java.nio.ByteBuffer;
-import java.nio.channels.ServerSocketChannel;
-import java.nio.channels.SocketChannel;
-
-import java.util.Arrays;
-import java.util.logging.Level;
-import java.util.logging.Logger;
-
-import com.googlecode.javacv.OpenCVFrameGrabber;
-import com.googlecode.javacv.cpp.opencv_core.*;
-import static com.googlecode.javacv.cpp.opencv_highgui.*;
-
-public class DebugServerRun {
-	
-		private final static Logger LOG = Logger.getLogger(
-			DebugServerRun.class.getName());
-		
-		final OpenCVFrameGrabber grabber = new OpenCVFrameGrabber(-1);
-		
-		private ServerSocketChannel sock;
-		private SocketChannel client;
-	
-	/** Constructs a formatted boundary header from a timestamp and content length. */	
-	private ByteBuffer CreateTransmission(long content_length, double timestamp) {
-		StringBuilder ret = new StringBuilder();
-		ret.append("\r\n--boundarydonotcross\r\n");
-        ret.append("Content-Type: image/jpeg\r\n");
-        ret.append("Content-Length: ");
-        ret.append(content_length);
-        ret.append("\r\n");
-        ret.append("X-Timestamp: ");
-        ret.append(timestamp);
-        ret.append("\r\n\r\n");
-        return ByteBuffer.wrap(ret.toString().getBytes());
-	}
-	
-	/** Loop that pushes a data stream to the client. */
-	private void push() {
-		try {
-			grabber.start();
-		}
-		catch (Exception e) {
-			LOG.severe("Could not start frame grabber.");
-			return;
-		}
-		IplImage img;
-		long content_size;
-		File buff_file;
-		InputStream input;
-		double timestamp;
-		while (true) {
-			//get some image data
-			try {
-				img = grabber.grab();
-				timestamp = System.currentTimeMillis();
-				/*We buffer through /dev/shm, just to make the conversion process easier.
-				 * I know this is really ugly, but it works a lot better than what
-				 * I was doing before, which segfaulted.
-				 */
-				cvSaveImage("/dev/shm/DebugServerBuffer.jpg", img);
-				buff_file = new File("/dev/shm/DebugServerBuffer.jpg");
-				content_size = buff_file.length();
-				int totalBytesRead = 0;
-		        input = new BufferedInputStream(new FileInputStream(buff_file));
-		        byte[] result = new byte[(int)content_size];
-		        while(totalBytesRead < result.length){
-		          int bytesRemaining = result.length - totalBytesRead;
-		          //input.read() returns -1, 0, or more :
-		          int bytesRead = input.read(result, totalBytesRead, bytesRemaining); 
-		          if (bytesRead > 0){
-		            totalBytesRead = totalBytesRead + bytesRead;
-		          }
-		        }
-		        ByteBuffer header = CreateTransmission(content_size, timestamp);
-		        ByteBuffer bbuf = ByteBuffer.wrap(result);
-		        ByteBuffer to_send = ByteBuffer.allocate(header.capacity() + bbuf.capacity());
-		        to_send.put(header);
-		        to_send.put(bbuf);
-		        to_send.rewind();
-		        SocketCommon.sendAll(client, to_send);
-			}
-			catch (Exception e) {
-				LOG.warning("Could not grab frame.");
-				continue;
-			}
-		}
-	}
-	
-	/** Constructor to start the server and bind it to a port. */
-	public DebugServerRun(final int port) throws IOException {
-		sock = ServerSocketChannel.open();
-		sock.socket().bind(new InetSocketAddress(9714));
-		client = sock.accept();
-		client.configureBlocking(false);
-		//we are now connected to our client. Wait for them to send us a header.
-		LOG.info("Reading headers...");
-		SocketCommon.readtoBoundary(client, "\r\n\r\n");
-		//send one back
-		LOG.info("Writing headers...");
-		SocketCommon.sendAll(client, "donotcross\r\n");
-	}
-	
-	/** Runs the server, and concurrently starts the vision processor with -vision flag. */
-	public static void main(final String args[]) throws IOException {
-		//main function for server
-		
-		String atomIP = null;
-    	try {
-    		atomIP = args[0];
-    	}
-    	catch (ArrayIndexOutOfBoundsException e) {
-    		System.out.println("Usage: DebugServerRun [atom IP address]");
-    		System.exit(0);
-    	}
-		
-		//set logger to log everything
-        LOG.setLevel(Level.ALL);
-        try {
-        	LogHandler handler = new LogHandler("ds_vision.log");
-        	TimeFormatter formatter = new TimeFormatter();
-            handler.setFormatter(formatter);
-            LOG.addHandler(handler);
-        }
-        catch (FileNotFoundException e) {
-        	System.err.println("Warning: Logging initialization failed.");
-        }
-        
-		if (Arrays.asList(args).contains("-vision")) {
-			LOG.info("Starting vision processor.");
-			new TestClient(atomIP);
-		}
-		
-		DebugServerRun server = new DebugServerRun(9714);
-		server.push();
-	}
-}
diff --git a/971cv/src/org/spartanrobotics/HttpClient.java b/971cv/src/org/spartanrobotics/HttpClient.java
deleted file mode 100644
index 460b9b4..0000000
--- a/971cv/src/org/spartanrobotics/HttpClient.java
+++ /dev/null
@@ -1,96 +0,0 @@
-package org.spartanrobotics;
-
-//@author: daniel
-
-import java.io.*;
-import java.net.*;
-
-import java.awt.image.BufferedImage;
-
-import javax.imageio.ImageIO;
-
-import java.nio.channels.SocketChannel;
-import java.nio.ByteBuffer;
-
-import java.util.logging.Logger;
-
-import aos.ChannelImageGetter;
-
-import edu.wpi.first.wpijavacv.WPIColorImage;
-
-public class HTTPClient implements ImageGetter {
-	//Connects to HTTP Server on robot and receives images
-	
-	/** whether or not to print debug messages to stdout. */
-	private final static boolean LOCAL_DEBUG = false;
-	
-	private String atomIP;
-	
-	private SocketChannel sock;
-	
-	private ChannelImageGetter cgetter;
-	
-	private final static Logger LOG = Logger.getLogger(
-			HTTPClient.class.getName());
-	
-	/** Small helper method for printing debug messages to stdout. */
-	private void WriteDebug(String message) {
-		//small helper function to write debug messages
-		if (LOCAL_DEBUG)
-			LOG.info("LOCAL_DEBUG: " + message);
-	}
-	
-	/** the constructor, initializes connection, and sets up aos getter. 
-	 * @throws IOException */
-	public HTTPClient(String atomIP) throws IOException {
-		//Initialize socket connection to robot
-		this.atomIP = atomIP;
-		sock = SocketChannel.open();
-		WriteDebug("Connecting to server at " + atomIP);
-		sock.connect(new InetSocketAddress(atomIP, 9714));
-		sock.configureBlocking(false);
-		//Write headers
-		//HTTPStreamer does not actually use the headers, so we can just write terminating chars.
-		WriteDebug("Writing headers...");
-		SocketCommon.sendAll(sock, "\r\n\r\n");
-		//Receive headers
-		WriteDebug("Reading headers...");
-		SocketCommon.readtoBoundary(sock, "donotcross\r\n");
-		WriteDebug("Now receiving data.");
-		cgetter = new ChannelImageGetter(sock);
-	}
-	
-	/** Grabs the most current frame from the HTTPStreamer stream.
-	 * Returns a class instance with image and timestamp attributes. */
-	public WPIColorImage getFrame() {
-		//Use Brian's code to extract an image and timestamp from raw server data.
-		ByteBuffer binaryImage = cgetter.getJPEG();
-		if (binaryImage == null) {
-			Messages.severe("Could not parse data from robot. See the log for details.");
-			return null;
-		}
-		//Decode ByteBuffer into an IplImage
-		byte[] b = new byte[binaryImage.remaining()];
-		binaryImage.get(b);
-		try {
-			InputStream iis = new ByteArrayInputStream(b);
-			BufferedImage bImageFromConvert = ImageIO.read(iis);
-			WriteDebug("Image processing successful.");
-			return new WPIColorImage(bImageFromConvert);
-		}
-		catch (IOException e) {
-			LOG.warning("Image processing failed: " + e.getMessage());
-			return null;
-		}
-	}	
-	
-	/** Gets the name to display at the top of the image window. */
-	public String getName() {
-		return atomIP;
-	}
-	
-	/** Gets the current image's timestamp. */
-	public double getTimestamp() {
-		return cgetter.getTimestamp();
-	}
-}
diff --git a/971cv/src/org/spartanrobotics/ImageGetter.java b/971cv/src/org/spartanrobotics/ImageGetter.java
deleted file mode 100644
index 06a1534..0000000
--- a/971cv/src/org/spartanrobotics/ImageGetter.java
+++ /dev/null
@@ -1,22 +0,0 @@
-/**
- * 
- */
-package org.spartanrobotics;
-
-import edu.wpi.first.wpijavacv.WPIColorImage;
-
-/**
- * @author daniel
- *
- */
-
-/** Interface for program image contributors. */
-public interface ImageGetter {
-	
-	/** Gets the next image from the source/ */
-	WPIColorImage getFrame();
-	
-	/** Gets the name of the image source. */
-	String getName();
-	
-}
diff --git a/971cv/src/org/spartanrobotics/LogHandler.java b/971cv/src/org/spartanrobotics/LogHandler.java
deleted file mode 100644
index 5f9539b..0000000
--- a/971cv/src/org/spartanrobotics/LogHandler.java
+++ /dev/null
@@ -1,65 +0,0 @@
-/**
- * 
- */
-package org.spartanrobotics;
-
-import java.io.FileOutputStream;
-import java.io.FileNotFoundException;
-import java.io.PrintWriter;
-
-import java.util.logging.Handler;
-import java.util.logging.LogRecord;
-
-/**
- * @author daniel
- * 
- */
-
-/** Logs data to custom files, using specific formatting. */
-public class LogHandler extends Handler {
-	
-	private FileOutputStream ofstream;
-	PrintWriter writer;
-	
-	/** Constructor for log handler. 
-	 * 
-	 * @param filename is the name of the file you want to log to.
-	 * @throws FileNotFoundException if file cannot be opened or created.
-	 */
-	public LogHandler (String filename) throws FileNotFoundException {
-		super();
-		
-		if (filename == null || filename == "") {
-			filename = "logfile.log";
-		}
-		
-		//check if file exists, and if not, create it
-		ofstream = new FileOutputStream(filename);
-		writer = new PrintWriter(ofstream);
-		setFormatter(new TimeFormatter());
-	}
-	
-	/*Required methods*/
-	
-	/** Is required by API. Writes a new message to the log.
-	 * @param message is the message you want to log.
-	 */
-	public void publish(LogRecord message) {
-		//record a message
-		if (!isLoggable(message)) {
-			//ensure that this message should be logged by this handler
-			return;
-		}
-		writer.print(getFormatter().format(message)); //Formatter adds trailing \n
-	}
-	
-	/** Is required by API. Flushes the writer. */
-	public void flush() {
-		writer.flush();
-	}
-	
-	/** Is required by API. Closes logfile. */
-	public void close() throws SecurityException {
-		writer.close();
-	}
-}
diff --git a/971cv/src/org/spartanrobotics/Messages.java b/971cv/src/org/spartanrobotics/Messages.java
deleted file mode 100644
index 37d80bd..0000000
--- a/971cv/src/org/spartanrobotics/Messages.java
+++ /dev/null
@@ -1,41 +0,0 @@
-/**
- * 
- */
-package org.spartanrobotics;
-
-import javax.swing.JOptionPane;
-
-/**
- * @author daniel
- *
- */
-
-import com.googlecode.javacv.CanvasFrame;
-
-/** Allows other classes to display message boxes bound to main window. */
-public class Messages {
-	
-	private static CanvasFrame main;
-	
-	/** Constructor
-	 * 
-	 * @param main is the window your messages will be associated with.
-	 */
-	public static void SetWindow(CanvasFrame main) {
-		Messages.main = main;
-	}
-	/** Shows a warning message. */
-	public static void warning(String message) {
-		JOptionPane.showMessageDialog(main, message, "Warning:", JOptionPane.WARNING_MESSAGE);
-	}
-	
-	/** Shows a severe error message. */
-	public static void severe(String message) {
-		JOptionPane.showMessageDialog(main, message, "Severe:", JOptionPane.ERROR_MESSAGE);
-	}
-	
-	/** Shows an info message. */
-	public static void info(String message) {
-		JOptionPane.showMessageDialog(main, message);
-	}
-}
diff --git a/971cv/src/org/spartanrobotics/Recognizer.java b/971cv/src/org/spartanrobotics/Recognizer.java
deleted file mode 100644
index f1f3234..0000000
--- a/971cv/src/org/spartanrobotics/Recognizer.java
+++ /dev/null
@@ -1,33 +0,0 @@
-package org.spartanrobotics;

-

-import edu.wpi.first.wpijavacv.WPIColorImage;

-

-/**

- * Vision target recognizer.

- *

- * @author jerry

- */

-public interface Recognizer {

-

-    /**

-     * Sets the HSV filter to allow H in [minHue .. maxHue], S >= minSat,

-     * V >= minVal.

-     */

-    void setHSVRange(int minHue, int maxHue, int minSat, int minVal);

-

-    int getHueMin();

-    int getHueMax();

-    int getSatMin();

-    int getValMin();

-

-    /** Enables/disables windows to view intermediate stages, for tuning. */

-    void showIntermediateStages(boolean enable);

-

-    /**

-     * Processes a camera image, returning an image to display for targeting

-     * and debugging, e.g. with cross-hairs and marked targets.

-     *<p>

-     * SIDE EFFECTS: May modify cameraImage.

-     */

-    Target processImage(WPIColorImage cameraImage);

-}

diff --git a/971cv/src/org/spartanrobotics/Recognizer2013.java b/971cv/src/org/spartanrobotics/Recognizer2013.java
deleted file mode 100644
index aafa6ab..0000000
--- a/971cv/src/org/spartanrobotics/Recognizer2013.java
+++ /dev/null
@@ -1,298 +0,0 @@
-package org.spartanrobotics;

-

-import java.util.ArrayList;

-import java.util.logging.Logger;

-

-import com.googlecode.javacv.cpp.opencv_core;

-import com.googlecode.javacv.cpp.opencv_core.CvSize;

-import com.googlecode.javacv.cpp.opencv_core.IplImage;

-import com.googlecode.javacv.cpp.opencv_imgproc;

-import com.googlecode.javacv.cpp.opencv_imgproc.IplConvKernel;

-

-import edu.wpi.first.wpijavacv.DaisyExtensions;

-import edu.wpi.first.wpijavacv.WPIBinaryImage;

-import edu.wpi.first.wpijavacv.WPIColor;

-import edu.wpi.first.wpijavacv.WPIColorImage;

-import edu.wpi.first.wpijavacv.WPIContour;

-import edu.wpi.first.wpijavacv.WPIPoint;

-import edu.wpi.first.wpijavacv.WPIPolygon;

-

-/**

- * Vision target recognizer for FRC 2013.

- *

- * @author jrussell

- * @author jerry

- */

-public class Recognizer2013 implements Recognizer {

-	

-	private final static Logger LOG = Logger.getLogger(

-			Recognizer2013.class.getName());

-

-    // --- Tunable recognizer constants.

-    static final double kRoughlyHorizontalSlope = Math.tan(Math.toRadians(30));

-    static final double kRoughlyVerticalSlope = Math.tan(Math.toRadians(90 - 30));

-    static final int kHoleClosingIterations = 2;

-    static final double kPolygonPercentFit = 12;

-    static final int kMinWidthAt320 = 35; // for high goal and middle goals

-

-    // --- Field dimensions.

-    // The target aspect ratios are for the midlines of the vision target tape.

-    static final double kGoalWidthIn = 54; // of the high and middle targets

-    static final double kTargetWidthIn = kGoalWidthIn + 4;

-    static final double kHighGoalAspect = (21 + 4) / kTargetWidthIn;

-    static final double kMiddleGoalAspect = (24 + 4) / kTargetWidthIn;

-    static final double kMinAspect = kHighGoalAspect * 0.6;

-    static final double kMaxAspect = kMiddleGoalAspect * 1.4;

-    static final double kTopTargetHeightIn = 104.125 + 21.0/2; // center of target

-

-    // --- Robot and camera dimensions.

-    static final double kShooterOffsetDeg = 0; // azimuth offset from camera to shooter

-    static final double kHorizontalFOVDeg = 44.0; // Logitech C210 camera

-    static final double kVerticalFOVDeg = 480.0 / 640.0 * kHorizontalFOVDeg;

-    static final double kCameraHeightIn = 24.0; // TODO

-    static final double kCameraPitchDeg = 21.0; // TODO

-    static final double kTanHFOV2 = Math.tan(Math.toRadians(kHorizontalFOVDeg / 2));

-    static final double kTanVFOV2 = Math.tan(Math.toRadians(kVerticalFOVDeg / 2));

-

-    // --- Colors for drawing indicators on the image.

-    private static final WPIColor reject1Color = WPIColor.GRAY;

-    private static final WPIColor reject2Color = WPIColor.YELLOW;

-    private static final WPIColor candidateColor = WPIColor.BLUE;

-    private static final WPIColor targetColor = WPIColor.RED;

-

-    // --- Color thresholds, initialized in the constructor.

-    private int min1Hue, max1Hue, min1Sat, min1Val;

-

-    // Show intermediate images for parameter tuning.

-    private final DebugCanvas thresholdedCanvas = new DebugCanvas("thresholded");

-    private final DebugCanvas morphedCanvas = new DebugCanvas("morphed");

-

-    // Data to reuse for each frame.

-    private final DaisyExtensions daisyExtensions = new DaisyExtensions();

-    private final IplConvKernel morphKernel = IplConvKernel.create(3, 3, 1, 1,

-            opencv_imgproc.CV_SHAPE_RECT, null);

-    private final ArrayList<WPIPolygon> polygons = new ArrayList<WPIPolygon>();

-

-    // Frame-size-dependent data to reuse for each frame.

-    private CvSize size = null;

-    private WPIColorImage rawImage;

-    private IplImage bin;

-    private IplImage hsv;

-    private IplImage hue;

-    private IplImage sat;

-    private IplImage val;

-    private int minWidth;

-    private WPIPoint linePt1, linePt2; // crosshair endpoints

-

-    public Recognizer2013() {

-        setHSVRange(70, 106, 137, 27);

-    }

-

-    @Override

-    public void setHSVRange(int minHue, int maxHue, int minSat, int minVal) {

-        min1Hue = minHue - 1; // - 1 because cvThreshold() does > instead of >=

-        max1Hue = maxHue + 1;

-        min1Sat = minSat - 1;

-        min1Val = minVal - 1;

-    }

-    @Override

-    public int getHueMin() { return min1Hue + 1; }

-    @Override

-    public int getHueMax() { return max1Hue - 1; }

-    @Override

-    public int getSatMin() { return min1Sat + 1; }

-    @Override

-    public int getValMin() { return min1Val + 1; }

-

-    @Override

-    public void showIntermediateStages(boolean enable) {

-        thresholdedCanvas.show = enable;

-        morphedCanvas.show = enable;

-    }

-

-    @Override

-    public Target processImage(WPIColorImage cameraImage) {

-        // (Re)allocate the intermediate images if the input is a different

-        // size than the previous image.

-        if (size == null || size.width() != cameraImage.getWidth()

-                || size.height() != cameraImage.getHeight()) {

-            size = opencv_core.cvSize(cameraImage.getWidth(),

-                    cameraImage.getHeight());

-            rawImage = DaisyExtensions.makeWPIColorImage(

-                    DaisyExtensions.getIplImage(cameraImage));

-            bin = IplImage.create(size, 8, 1);

-            hsv = IplImage.create(size, 8, 3);

-            hue = IplImage.create(size, 8, 1);

-            sat = IplImage.create(size, 8, 1);

-            val = IplImage.create(size, 8, 1);

-            minWidth = (kMinWidthAt320 * cameraImage.getWidth() + 319) / 320;

-

-            int horizontalOffsetPixels = (int)Math.round(

-                    kShooterOffsetDeg * size.width() / kHorizontalFOVDeg);

-            int x = size.width() / 2 + horizontalOffsetPixels;

-            linePt1 = new WPIPoint(x, size.height() - 1);

-            linePt2 = new WPIPoint(x, 0);

-        } else {

-            // Copy the camera image so it's safe to draw on.

-            opencv_core.cvCopy(DaisyExtensions.getIplImage(cameraImage),

-                    DaisyExtensions.getIplImage(rawImage));

-        }

-

-        IplImage input = DaisyExtensions.getIplImage(rawImage);

-

-        // Threshold the pixels in HSV color space.

-        // TODO(jerry): Do this in one pass of a pixel-processing loop.

-        opencv_imgproc.cvCvtColor(input, hsv, opencv_imgproc.CV_BGR2HSV_FULL);

-        opencv_core.cvSplit(hsv, hue, sat, val, null);

-

-        // NOTE: Since red is at the end of the cyclic color space, you can OR

-        // a threshold and an inverted threshold to match red pixels.

-        opencv_imgproc.cvThreshold(hue, bin, min1Hue, 255, opencv_imgproc.CV_THRESH_BINARY);

-        opencv_imgproc.cvThreshold(hue, hue, max1Hue, 255, opencv_imgproc.CV_THRESH_BINARY_INV);

-        opencv_imgproc.cvThreshold(sat, sat, min1Sat, 255, opencv_imgproc.CV_THRESH_BINARY);

-        opencv_imgproc.cvThreshold(val, val, min1Val, 255, opencv_imgproc.CV_THRESH_BINARY);

-

-        // Combine the results to obtain a binary image which is mostly the

-        // interesting pixels.

-        opencv_core.cvAnd(hue, bin, bin, null);

-        opencv_core.cvAnd(bin, sat, bin, null);

-        opencv_core.cvAnd(bin, val, bin, null);

-

-        thresholdedCanvas.showImage(bin);

-

-        // Fill in gaps using binary morphology.

-        opencv_imgproc.cvMorphologyEx(bin, bin, null, morphKernel,

-                opencv_imgproc.CV_MOP_CLOSE, kHoleClosingIterations);

-

-        morphedCanvas.showImage(bin);

-

-        // Find contours.

-        //

-        // NOTE: If we distinguished between the inner and outer boundaries of

-        // the vision target rectangles, we could apply a more accurate width

-        // filter and more accurately compute the target range.

-        WPIBinaryImage binWpi = DaisyExtensions.makeWPIBinaryImage(bin);

-        WPIContour[] contours = daisyExtensions.findConvexContours(binWpi);

-

-        // Simplify the contours to polygons and filter by size and aspect ratio.

-        //

-        // TODO(jerry): Also look for the two vertical stripe vision targets.

-        // They'll greatly increase the precision of measuring the distance. If

-        // both stripes are visible, they'll increase the accuracy for

-        // identifying the high goal.

-        polygons.clear();

-        for (WPIContour c : contours) {

-            if (c.getWidth() >= minWidth) {

-                double ratio = ((double) c.getHeight()) / c.getWidth();

-                if (ratio >= kMinAspect && ratio <= kMaxAspect) {

-                    polygons.add(c.approxPolygon(kPolygonPercentFit));

-                }

-            }

-        }

-

-        // Pick the target with the highest center-point that matches yet more

-        // filter criteria.

-        WPIPolygon bestTarget = null;

-        int highestY = Integer.MAX_VALUE;

-

-        for (WPIPolygon p : polygons) {

-            // TODO(jerry): Replace boolean filters with a scoring function?

-            if (p.isConvex() && p.getNumVertices() == 4) { // quadrilateral

-                WPIPoint[] points = p.getPoints();

-                // Filter for polygons with 2 ~horizontal and 2 ~vertical sides.

-                int numRoughlyHorizontal = 0;

-                int numRoughlyVertical = 0;

-                for (int i = 0; i < 4; ++i) {

-                    double dy = points[i].getY() - points[(i + 1) % 4].getY();

-                    double dx = points[i].getX() - points[(i + 1) % 4].getX();

-                    double slope = Double.MAX_VALUE;

-                    if (dx != 0) {

-                        slope = Math.abs(dy / dx);

-                    }

-

-                    if (slope < kRoughlyHorizontalSlope) {

-                        ++numRoughlyHorizontal;

-                    } else if (slope > kRoughlyVerticalSlope) {

-                        ++numRoughlyVertical;

-                    }

-                }

-

-                if (numRoughlyHorizontal >= 2 && numRoughlyVertical == 2) {

-                    int pCenterX = p.getX() + p.getWidth() / 2;

-                    int pCenterY = p.getY() + p.getHeight() / 2;

-

-                    rawImage.drawPolygon(p, candidateColor, 2);

-                    rawImage.drawPoint(new WPIPoint(pCenterX, pCenterY),

-                            targetColor, 2);

-                    if (pCenterY < highestY) {

-                        bestTarget = p;

-                        highestY = pCenterY;

-                    }

-                } else {

-                    rawImage.drawPolygon(p, reject2Color, 1);

-                }

-            } else {

-                rawImage.drawPolygon(p, reject1Color, 1);

-            }

-        }

-

-        Target found = null;

-        if (bestTarget != null) {

-            rawImage.drawPolygon(bestTarget, targetColor, 2);

-            found = measureTarget(bestTarget);

-        } else {

-            LOG.fine("No target found");

-        }

-

-        // Draw a crosshair

-        rawImage.drawLine(linePt1, linePt2, targetColor, 1);

-        

-        if (found == null) {

-        	found = new Target();

-        }

-        found.editedPicture = rawImage;

-

-        daisyExtensions.releaseMemory();

-        //System.gc();

-        

-        return found;

-    }

-

-    /**

-     * Uses the camera, field, and robot dimensions to compute targeting info.

-     */

-    private Target measureTarget(WPIPolygon target) {

-        double w = target.getWidth();

-        double h = target.getHeight();

-        double x = target.getX() + w / 2; // target center in view coords

-        double y = target.getY() + h / 2;

-

-        double vw = size.width();

-        double vh = size.height();

-        double xc = x - vw / 2; // target center pos'n ±from view center

-        double yc = vh / 2 - y; // ... in world coords on the viewing plane

-

-        // Target angles relative to the camera.

-        double azimuthCam = Math.atan2(xc * 2 * kTanHFOV2, vw);

-        double elevationCam = Math.atan2(yc * 2 * kTanVFOV2, vh);

-        double rangeIn = kTargetWidthIn * vw / (w * 2 * kTanHFOV2);

-

-        //Put results in target

-        Target data = new Target();

-        data.azimuth = (Math.toDegrees(azimuthCam) - kShooterOffsetDeg);

-        data.elevation = (Math.toDegrees(elevationCam));

-        data.range = (rangeIn / 12);

-        

-        LOG.info(String.format("Best target at (%.2f, %.2f) %.2fx%.2f," +

-        		" shot azimuth=%.2f," +

-        		"  elevation=%.2f," +

-        		"  range=%.2f",

-        		x, y, w, h,

-        		(Math.toDegrees(azimuthCam) - kShooterOffsetDeg),

-        		(Math.toDegrees(elevationCam) + kCameraPitchDeg),

-        		(rangeIn / 12)));

-        

-        return data;

-    }

-

-}

diff --git a/971cv/src/org/spartanrobotics/ResultSender.java b/971cv/src/org/spartanrobotics/ResultSender.java
deleted file mode 100644
index 14d69a1..0000000
--- a/971cv/src/org/spartanrobotics/ResultSender.java
+++ /dev/null
@@ -1,55 +0,0 @@
-/**
- * 
- */
-package org.spartanrobotics;
-
-import java.io.IOException;
-
-import java.net.InetSocketAddress;
-
-import java.nio.channels.ServerSocketChannel;
-
-/**
- * @author daniel
- *
- */
-
-/**  Serves processing results back to the atom. */
-public class ResultSender {
-	private static final int PORT = 9716;
-	
-	private ServerSocketChannel sock;
-	
-	AccepterThread acceptor;
-	
-	/** Constructor. Connects to a socket and starts the accepter thread. */
-	public ResultSender() throws IOException {
-		sock = ServerSocketChannel.open();
-		sock.socket().bind(new InetSocketAddress(PORT));
-		
-		//start accepter thread
-		acceptor = new AccepterThread(sock);
-	}
-	
-	/** Sends a new message of calculated attributes to the clients.
-	 * 
-	 * @param azimuth is the calculated optimum azimuth for the shot.
-	 * @param elevation is the calculated optimum elevation for the shot.
-	 * @param range is the calculated optimum range for the shot.
-	 */
-	public void send(double azimuth, double elevation, double range) {
-		//Formulate a message as a String similar to an HTTP header.
-		if (azimuth != 0.0d && elevation != 0.0d && range != 0.0d) {
-			StringBuilder message = new StringBuilder();
-			message.append("\r\n--boundarydonotcross\r\n");
-			message.append("Azimuth: ");
-			message.append(azimuth);
-			message.append("\r\nElevation: ");
-			message.append(elevation);
-			message.append("\r\nRange: ");
-			message.append(range);
-			
-			acceptor.sendtoAll(message.toString());
-		}
-	}
-}
diff --git a/971cv/src/org/spartanrobotics/SocketCommon.java b/971cv/src/org/spartanrobotics/SocketCommon.java
deleted file mode 100644
index ebd3872..0000000
--- a/971cv/src/org/spartanrobotics/SocketCommon.java
+++ /dev/null
@@ -1,92 +0,0 @@
-/**
- * 
- */
-package org.spartanrobotics;
-
-import java.io.IOException;
-
-import java.nio.ByteBuffer;
-import java.nio.channels.SocketChannel;
-import java.util.logging.Logger;
-
-/**
- * @author daniel
- * Socket operations used by other classes
- */
-public class SocketCommon {
-
-	private final static Logger LOG = Logger.getLogger(
-			SocketCommon.class.getName());
-	
-	/** Reads on a SocketStream until it finds a given character sequence. */
-	public static String readtoBoundary(SocketChannel sock, String boundary) {
-		//reads from socket until it encounters a specific character combination
-		//if boundary is null, it reads until it runs out of data
-		ByteBuffer recvd = ByteBuffer.allocate(1024);
-		StringBuilder sb = new StringBuilder();
-		String message = "";
-		try {
-			int ret = 0;
-			while (ret != -1) {
-				ret = sock.read(recvd);
-				//System.out.println(ret);
-				if (ret == 0) {
-					//finished receiving
-					message = sb.toString();
-					if (boundary == null)
-						break;
-				}
-				else {
-					for (int i = 0; i < recvd.capacity() - recvd.remaining(); i++) {
-						sb.append((char)recvd.get(i));
-					}
-					recvd.clear();
-					if (boundary != null) {
-						if (sb.toString().contains(boundary)) {
-							message = sb.toString();
-							break;
-						}
-						else {
-							continue;
-						}
-					}
-				}
-			}
-		}
-		catch (IOException e) {
-			LOG.severe("Socket read failed. Check your network configuration.");
-			Messages.severe("Socket read failed. Check your network configuration.");
-			return null;
-		}
-		return message;
-	}
-	
-	/** Guarantees that large messages will be completely sent through a socket.
-	 * @return Returns 0 for success, -1 for failure.
-	 */
-	public static int sendAll(SocketChannel sock, ByteBuffer message) {
-		message.rewind();
-		while (message.remaining() > 0) {
-			try {
-				sock.write(message);
-			}
-			catch (IOException e) {
-				LOG.warning("Socket write failed. Check your network configuration.");
-				Messages.severe("Socket write failed. Check your network configuration.");
-				return -1;
-			}
-		}
-		return 0;
-	}
-	
-	/** Overloaded method for sending a byte array. */
-	public static void sendAll(SocketChannel sock, byte[] message) {
-		ByteBuffer buff = ByteBuffer.wrap(message);
-		sendAll(sock, buff);
-	}
-	
-	/** Overloaded method for sending a String. */
-	public static void sendAll(SocketChannel sock, String message) {
-		sendAll(sock, message.getBytes());
-	}
-}
diff --git a/971cv/src/org/spartanrobotics/Target.java b/971cv/src/org/spartanrobotics/Target.java
deleted file mode 100644
index 91a7c8a..0000000
--- a/971cv/src/org/spartanrobotics/Target.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * 
- */
-package org.spartanrobotics;
-
-import edu.wpi.first.wpijavacv.WPIImage;
-
-/**
- * @author daniel
- *
- */
-
-/** Helper class to store information about targets. */
-public class Target {
-	public double azimuth;
-	public double elevation;
-	public double range;
-	
-	WPIImage editedPicture;
-}
diff --git a/971cv/src/org/spartanrobotics/TestClient.java b/971cv/src/org/spartanrobotics/TestClient.java
deleted file mode 100644
index 5bf5ced..0000000
--- a/971cv/src/org/spartanrobotics/TestClient.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/**
- * 
- */
-package org.spartanrobotics;
-
-/**
- * @author daniel
- * 
- */
-
-/** Small thread for running vision code concurrently with debug server. */
-public class TestClient implements Runnable {
-	
-	private String atomIP;
-	
-	private Thread t;
-	
-	/** Constructor to set up new thread. */
-	public TestClient(String atomIP) {
-		t = new Thread(this, "Test Client");
-		this.atomIP = atomIP;
-		t.start();
-	}
-	
-	/** Simple thread, runs the vision code. */
-	public void run() {
-		String[] args = {atomIP};
-		VisionTuner.main(args);
-	}
-}
diff --git a/971cv/src/org/spartanrobotics/TestImageGetter.java b/971cv/src/org/spartanrobotics/TestImageGetter.java
deleted file mode 100644
index 25fcb9a..0000000
--- a/971cv/src/org/spartanrobotics/TestImageGetter.java
+++ /dev/null
@@ -1,96 +0,0 @@
-/**
- * 
- */
-package org.spartanrobotics;
-
-/**
- * @author daniel
- *
- */
-
-import java.awt.image.BufferedImage;
-import java.io.File;
-import java.io.IOException;
-
-import java.util.logging.Logger;
-
-import javax.imageio.ImageIO;
-
-import edu.wpi.first.wpijavacv.WPIColorImage;
-
-/** Get debug images for Java camera processor. */
-public class TestImageGetter implements ImageGetter{
-	
-	private final static Logger LOG = Logger.getLogger(
-			TestImageGetter.class.getName());
-	
-	private WPIColorImage[] loadedImages;
-	
-	private int imageIndex = -1;
-	private String currentName;
-	
-	/** Gets the name to display at the top of the image window. */
-	public String getName() {
-		return currentName;
-	}
-	
-	/** Constructor
-	 * 
-	 * @param path_to_images is the path to the directory where our images are.
-	 * @throws IOException 
-	 */
-	public TestImageGetter(String path_to_images) {
-		File directory = new File(path_to_images);
-		loadedImages = new WPIColorImage[directory.listFiles().length];
-		
-		//pre-load all the images
-		int i = 0;
-		for (final File fileEntry : directory.listFiles()) {
-			try {
-				BufferedImage image = ImageIO.read(fileEntry);
-				if (image != null) {
-					loadedImages[i] = new WPIColorImage(image);
-				} else {
-					//we attempted to load what was not an image. Skip it
-					LOG.info("Preloading debug images; skipping incompatible: " + fileEntry.getName());
-					continue;
-				}
-			} catch (IOException e) {
-				//we couldn't open a file. Skip it
-				LOG.info("Preloading debug images; skipping unopenable: " + fileEntry.getName());
-				continue;
-			}
-			
-			currentName = fileEntry.getName();
-			++i;
-		}
-	}
-	
-	/** Gets the next debugging image.
-	 * 
-	 * @return Returns the next test image.
-	 */
-	public WPIColorImage getFrame() {
-		++imageIndex;
-		if (imageIndex < loadedImages.length) {
-			return loadedImages[imageIndex];
-		} else {
-			imageIndex = loadedImages.length - 1;
-			return loadedImages[imageIndex];
-		}
-	}
-	
-	/** Gets the previous debugging image.
-	 * 
-	 * @return Returns the previous test image.
-	 */
-	public WPIColorImage getPrev() {
-		--imageIndex;
-		if (imageIndex > 0) {
-			return loadedImages[imageIndex];
-		} else {
-			imageIndex = 0;
-			return loadedImages[imageIndex];
-		}
-	}
-}
diff --git a/971cv/src/org/spartanrobotics/TimeFormatter.java b/971cv/src/org/spartanrobotics/TimeFormatter.java
deleted file mode 100644
index bc06fa5..0000000
--- a/971cv/src/org/spartanrobotics/TimeFormatter.java
+++ /dev/null
@@ -1,45 +0,0 @@
-/**
- * 
- */
-package org.spartanrobotics;
-
-import java.util.logging.Formatter;
-import java.util.logging.LogRecord;
-import java.util.Date;
-
-/**
- * @author daniel
- * 
- */
-
-/** Formats log messages with adequate timestamp. */
-public class TimeFormatter extends Formatter{
-	
-	/** Constructor, see Formatter. */
-	public TimeFormatter() {
-		super();
-	}
-	
-	/** Format a message in the propper way.
-	 * @return Includes time, name of logger, level and message.
-	 */
-	public String format(LogRecord message) {
-		//we need to include the date and time in our message
-		StringBuffer out = new StringBuffer();
-		out.append("@");
-		Date date = new Date(message.getMillis());
-		out.append(date.toString());
-		out.append(" in [");
-		//add our logger's name
-		out.append(message.getLoggerName());
-		out.append("]: (");
-		//add message level
-		out.append(message.getLevel().getName());
-		out.append(") ");
-		//add actual message
-		out.append(formatMessage(message));
-		out.append("\n");
-		return out.toString();
-	}
-
-}
diff --git a/971cv/src/org/spartanrobotics/VisionTuner.java b/971cv/src/org/spartanrobotics/VisionTuner.java
deleted file mode 100644
index 95c3b8d..0000000
--- a/971cv/src/org/spartanrobotics/VisionTuner.java
+++ /dev/null
@@ -1,296 +0,0 @@
-package org.spartanrobotics;

-

-import java.awt.BorderLayout;

-import java.awt.GridLayout;

-import java.awt.event.ActionEvent;

-import java.awt.event.ActionListener;

-import java.awt.event.KeyEvent;

-

-import java.util.Arrays;

-import java.util.logging.Level;

-import java.util.logging.Logger;

-

-import java.io.FileNotFoundException;

-import java.io.IOException;

-

-import javax.swing.JButton;

-import javax.swing.JLabel;

-import javax.swing.JPanel;

-import javax.swing.JSlider;

-import javax.swing.WindowConstants;

-import javax.swing.event.ChangeEvent;

-import javax.swing.event.ChangeListener;

-

-import com.googlecode.javacv.CanvasFrame;

-import edu.wpi.first.wpijavacv.WPIColorImage;

-import edu.wpi.first.wpijavacv.WPIImage;

-

-/* REQUIRED JAVA LIBRARIES:

- *   external_jars/

- *     javacpp.jar

- *     javacv-YOUR_OS.jar

- *     javacv.jar

- *     WPIJavaCV.jar

- *

- * REQUIRED NATIVE CODE LIBRARIES ON $PATH:

- *   Program Files/WPIJavaCV/     [for example]

- *     JavaCV_2.2.0/javacv-bin/javacv-YOUR_OS.jar

- *     OpenCV_2.2.0/bin/*

- *

- * The native libraries and javacv-YOUR_OS.jar must match the 32 vs. 64-bit JVM.

- */

-/**

- * FRC 2013 vision-target recognizer tuner app.

- *

- * <p>

- * See {@link #processEvents()} for the keystroke commands.

- *

- * @author jerry

- * @author daniel

- */

-public class VisionTuner {

-    private Recognizer recognizer = new Recognizer2013();

-

-    private final static Logger LOG = Logger.getLogger(

-			VisionTuner.class.getName());

-    

-    private final CanvasFrame cameraFrame = new CanvasFrame("Camera");

-    private final JPanel panel = new JPanel();

-    private final JSlider hueMinSlider = new JSlider();

-    private final JSlider hueMaxSlider = new JSlider();

-    private final JSlider satMinSlider = new JSlider();

-    private final JSlider valMinSlider = new JSlider();

-    private final JButton showCalibration = new JButton("Calibrate");

-    private final JLabel frameRate = new JLabel("0");

-    

-    private ResultSender sender = null;

-

-    private int totalFrames = -1; // don't count the first (warm-up) frame

-    private double totalMsec;

-    private double minMsec = Double.MAX_VALUE;

-    private double maxMsec;

-    

-    private TestImageGetter getter;

-    

-    private WPIColorImage current;

-    

-    private boolean debug = false;

-    

-    long startTime;

-    long endTime;

-

-    public VisionTuner() {

-    	//set logger to log everything

-        LOG.setLevel(Level.ALL);

-        try {

-        	LogHandler handler = new LogHandler("ds_vision.log");

-        	TimeFormatter formatter = new TimeFormatter();

-            handler.setFormatter(formatter);

-            LOG.addHandler(handler);

-        } catch (FileNotFoundException e) {

-        	Messages.warning("Logging initialization failed.");

-        }

-        

-        //initialize result sender

-        try {

-        	sender = new ResultSender();

-        } catch (IOException e) {

-        	LOG.severe("Server initialization failed: " + e.getMessage() + ". Result reporting disabled.");

-        }

-        cameraFrame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);

-

-        cameraFrame.getContentPane().add(panel, BorderLayout.SOUTH);

-        panel.setLayout(new GridLayout(0, 2, 0, 0));

-        

-        showCalibration.setToolTipText("Click here if the system is not finding targets well enough.");

-        panel.add(showCalibration);

-        showCalibration.addActionListener(new ActionListener() {

-        	public void actionPerformed(ActionEvent e) {

-        		showCalibrationWindow();

-        	}

-        });

-        

-        panel.add(frameRate);

-

-    }

-    

-    /** Shows a calibration window when the user clicks the Calibrate button. */

-    private void showCalibrationWindow() {

-    	final CanvasFrame calibrationWindow = new CanvasFrame("Calibration");

-    	calibrationWindow.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);

-    	

-    	final JPanel panel = new JPanel();

-    	calibrationWindow.getContentPane().add(panel, BorderLayout.SOUTH);

-        panel.setLayout(new GridLayout(3, 3, 0, 0));

-        

-        hueMinSlider.setToolTipText("minimum HSV hue");

-        hueMinSlider.setMaximum(255);

-        hueMinSlider.setValue(recognizer.getHueMin());

-        panel.add(hueMinSlider);

-        

-        panel.add(new JLabel("min hue                          max hue")); 

-

-        hueMaxSlider.setToolTipText("maximum HSV hue");

-        hueMaxSlider.setMaximum(255);

-        hueMaxSlider.setValue(recognizer.getHueMax());

-        panel.add(hueMaxSlider);

-

-        satMinSlider.setToolTipText("minimum HSV color saturation");

-        satMinSlider.setMaximum(255);

-        satMinSlider.setValue(recognizer.getSatMin());

-        panel.add(satMinSlider);

-        

-        panel.add(new JLabel("min saturation  max saturation")); 

-

-        valMinSlider.setToolTipText("minimum HSV brightness value");

-        valMinSlider.setMaximum(255);

-        valMinSlider.setValue(recognizer.getValMin());

-        panel.add(valMinSlider);

-        

-        panel.add(new JLabel("")); //empty cells can cause problems

-        

-        final JButton done = new JButton("Close");

-        panel.add(done);

-        done.addActionListener(new ActionListener() {

-        	public void actionPerformed(ActionEvent e) {

-        		calibrationWindow.dispose();

-        	}

-        });

-        

-        panel.add(new JLabel("")); //empty cells can cause problems

-        

-        ChangeListener sliderListener = new ChangeListener() {

-            @Override

-            public void stateChanged(ChangeEvent e) {

-                LOG.fine("New HSV range ["

-                        + hueMinSlider.getValue() + " .. "

-                        + hueMaxSlider.getValue() + "] "

-                        + satMinSlider.getValue() + "+ "

-                        + valMinSlider.getValue() + "+");

-                recognizer.setHSVRange(

-                        hueMinSlider.getValue(), hueMaxSlider.getValue(),

-                        satMinSlider.getValue(),

-                        valMinSlider.getValue());

-                if (debug) {

-                	processImage(current, getter.getName());

-                }

-            }

-        };

-        

-        hueMinSlider.addChangeListener(sliderListener);

-        hueMaxSlider.addChangeListener(sliderListener);

-        satMinSlider.addChangeListener(sliderListener);

-        valMinSlider.addChangeListener(sliderListener);

-        

-        calibrationWindow.pack();

-  

-    }

-

-    /**

-     * Loads the named test image files.

-     * Sets testImageFilenames and testImages.

-     */

-    private void processImage(WPIColorImage cameraImage, String title) {

-    	current = cameraImage;

-    	

-    	//set window title if it needs to be changed

-    	cameraFrame.setTitle(title);

-

-        Target target = recognizer.processImage(cameraImage);

-        WPIImage processedImage = target.editedPicture;

-        endTime = System.nanoTime();

-

-        cameraFrame.showImage(processedImage.getBufferedImage());

-

-        double milliseconds = (endTime - startTime) / 1e6;

-        if (++totalFrames > 0) {

-            totalMsec += milliseconds;

-            minMsec = Math.min(minMsec, milliseconds);

-            maxMsec = Math.max(maxMsec, milliseconds);

-            LOG.fine("The recognizer took " + milliseconds + " ms, " + 

-            (1000 * totalFrames / totalMsec) + " fps avg");

-        }

-        

-        //send results to atom. (and any connected clients)

-        if (sender != null) {

-        	sender.send(target.azimuth, target.elevation, target.range);

-        }

-        

-        //show average fps

-        double fps = (1000 / milliseconds);

-        frameRate.setText("FPS: " + String.valueOf(fps));

-          

-    }

-

-    private void previousImage() {

-    	WPIColorImage toProcess = getter.getPrev();

-    	if (toProcess != null)

-    		processImage(toProcess, getter.getName());

-    }

-

-    private void nextImage() {

-    	WPIColorImage toProcess = getter.getFrame();

-    	if (toProcess != null)

-    		processImage(toProcess, getter.getName());

-    }

-

-    private void processEvents() {

-        KeyEvent e = cameraFrame.waitKey();

-

-        switch (e.getKeyCode()) {

-        case KeyEvent.VK_LEFT: // left arrow key: go to previous image

-            previousImage();

-            break;

-        case KeyEvent.VK_RIGHT: // right arrow key: go to next image

-            nextImage();

-            break;

-        case KeyEvent.VK_Q: // Q: print time measurements then quit

-            LOG.fine("The recognizer took " + (totalMsec / totalFrames) + "ms avg, " + minMsec +" min,"

-                    + maxMsec + " max, " + (1000 * totalFrames / totalMsec) + " fps avg");

-            System.exit(0);

-        }

-    }

-

-    public static void main(final String[] args) {

-    	VisionTuner tuner = new VisionTuner();

-    	Messages.SetWindow(tuner.cameraFrame);

-    	

-    	String atomIP = null;

-    	try {

-    		atomIP = args[0];

-    	} catch (ArrayIndexOutOfBoundsException e) {

-    		System.out.println("Usage: VisionTuner [atom IP address]");

-    		System.exit(0);

-    	}

-    	

-        if (Arrays.asList(args).contains("-debug")) {

-        	//debug mode has been requested

-        	tuner.debug = true;

-        	

-        	//show debugging windows

-        	tuner.recognizer.showIntermediateStages(true);

-        	tuner.getter = new TestImageGetter(".");

-        	WPIColorImage to_process = tuner.getter.getFrame();

-        	tuner.processImage(to_process, tuner.getter.getName());

-        	for (;;) {

-        		tuner.processEvents();

-        	}

-        } else {

-        	try {

-        		HTTPClient client = new HTTPClient(atomIP);

-        		for (;;) {

-        			tuner.startTime = System.nanoTime();

-            		WPIColorImage to_process = client.getFrame();

-            		if (to_process != null) {

-            			tuner.processImage(to_process, client.getName());

-            			LOG.fine("Captured time: " + Double.toString(client.getTimestamp()));

-            		}

-            	}

-        	} catch (IOException e) {

-        		LOG.severe("Client initialization failed: " + e.getMessage() + ".");

-        		Messages.severe("Client initialization failed: " + e.getMessage() + ".");

-        	}

-        }

-    }

-

-}

diff --git a/971cv/src/org/spartanrobotics/ds_vision.log b/971cv/src/org/spartanrobotics/ds_vision.log
deleted file mode 100644
index 2fae3f3..0000000
--- a/971cv/src/org/spartanrobotics/ds_vision.log
+++ /dev/null
@@ -1,994 +0,0 @@
-@Sat Feb 23 12:11:35 PST 2013 in [global]: (FINE) Initial HSV range [70 .. 106] 137+ 27+
-@Sat Feb 23 12:11:35 PST 2013 in [global]: (INFO) Reading headers...
-@Sat Feb 23 12:11:35 PST 2013 in [global]: (INFO) Writing headers...
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68137, Content-Type=image/jpeg, X-Timestamp=1.361650296043E12}
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68137
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) Captured time: 1.361650296043E12
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68283, Content-Type=image/jpeg, X-Timestamp=1.361650296073E12}
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68283
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) The recognizer took 21.509065 ms, 46.492025571543905 fps, %.2f avg
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) Captured time: 1.361650296073E12
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68407, Content-Type=image/jpeg, X-Timestamp=1.361650296108E12}
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68407
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) The recognizer took 13.399685 ms, 57.29222616106277 fps, %.2f avg
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) Captured time: 1.361650296108E12
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68468, Content-Type=image/jpeg, X-Timestamp=1.361650296139E12}
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68468
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) The recognizer took 16.210285 ms, 58.6865538443752 fps, %.2f avg
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) Captured time: 1.361650296139E12
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68481, Content-Type=image/jpeg, X-Timestamp=1.361650296171E12}
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68481
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) The recognizer took 16.315636 ms, 59.31666812758678 fps, %.2f avg
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) Captured time: 1.361650296171E12
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68360, Content-Type=image/jpeg, X-Timestamp=1.361650296206E12}
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68360
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) The recognizer took 17.175151 ms, 59.094793982665514 fps, %.2f avg
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) Captured time: 1.361650296206E12
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68568, Content-Type=image/jpeg, X-Timestamp=1.361650296238E12}
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68568
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) The recognizer took 16.372544 ms, 59.41631432957315 fps, %.2f avg
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) Captured time: 1.361650296238E12
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68433, Content-Type=image/jpeg, X-Timestamp=1.36165029665E12}
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68433
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) The recognizer took 21.308172 ms, 57.2407327212838 fps, %.2f avg
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) Captured time: 1.36165029665E12
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68255, Content-Type=image/jpeg, X-Timestamp=1.361650296668E12}
-@Sat Feb 23 12:11:36 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68255
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 19.901973 ms, 56.26175347589157 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650296668E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68236, Content-Type=image/jpeg, X-Timestamp=1.36165029669E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68236
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 14.058567 ms, 57.59960260882168 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.36165029669E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68282, Content-Type=image/jpeg, X-Timestamp=1.361650296708E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68282
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 13.691983 ms, 58.843238089020886 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650296708E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68137, Content-Type=image/jpeg, X-Timestamp=1.361650296748E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68137
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 15.658528 ms, 59.26673397176573 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650296748E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68107, Content-Type=image/jpeg, X-Timestamp=1.361650296792E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68107
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 13.575239 ms, 60.247972218937036 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650296792E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68279, Content-Type=image/jpeg, X-Timestamp=1.361650296832E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68279
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 15.427516 ms, 60.576592988257495 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650296832E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68123, Content-Type=image/jpeg, X-Timestamp=1.361650296878E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68123
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 14.644789 ms, 61.06893324652181 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650296878E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68161, Content-Type=image/jpeg, X-Timestamp=1.361650296921E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68161
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 13.607566 ms, 61.7648187666423 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650296921E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68088, Content-Type=image/jpeg, X-Timestamp=1.361650296961E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68088
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 15.72177 ms, 61.87676824708866 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650296961E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68280, Content-Type=image/jpeg, X-Timestamp=1.361650297013E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68280
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 19.274141 ms, 61.18351740514513 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650297013E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67929, Content-Type=image/jpeg, X-Timestamp=1.361650297063E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67929
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 14.98678 ms, 61.46714074223417 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650297063E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68138, Content-Type=image/jpeg, X-Timestamp=1.361650297145E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68138
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 16.333437 ms, 61.454301092249615 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650297145E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68025, Content-Type=image/jpeg, X-Timestamp=1.36165029719E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68025
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 14.441173 ms, 61.802023398246064 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.36165029719E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68118, Content-Type=image/jpeg, X-Timestamp=1.361650297201E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68118
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 16.093952 ms, 61.817805195210745 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650297201E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68172, Content-Type=image/jpeg, X-Timestamp=1.361650297229E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68172
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 14.226181 ms, 62.15845816713021 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650297229E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68191, Content-Type=image/jpeg, X-Timestamp=1.361650297275E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68191
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 14.272387 ms, 62.46494494448388 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650297275E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68233, Content-Type=image/jpeg, X-Timestamp=1.36165029735E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68233
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 13.738702 ms, 62.83623571549745 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.36165029735E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67939, Content-Type=image/jpeg, X-Timestamp=1.361650297365E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67939
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 15.826412 ms, 62.85013274727379 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650297365E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68042, Content-Type=image/jpeg, X-Timestamp=1.361650297414E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68042
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 14.334621 ms, 63.09052503947071 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650297414E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68034, Content-Type=image/jpeg, X-Timestamp=1.361650297453E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68034
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 15.279274 ms, 63.17481095622216 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650297453E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68068, Content-Type=image/jpeg, X-Timestamp=1.361650297493E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68068
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 14.74945 ms, 63.32907670713834 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650297493E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68112, Content-Type=image/jpeg, X-Timestamp=1.361650297535E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68112
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 13.374888 ms, 63.66492166458384 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650297535E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68149, Content-Type=image/jpeg, X-Timestamp=1.361650297579E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68149
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) The recognizer took 15.922264 ms, 63.635883146878676 fps, %.2f avg
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) Captured time: 1.361650297579E12
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68096, Content-Type=image/jpeg, X-Timestamp=1.361650297651E12}
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68096
-@Sat Feb 23 12:11:37 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 14.227896 ms, 63.83065987845856 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650297651E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68136, Content-Type=image/jpeg, X-Timestamp=1.361650297689E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68136
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 13.953313 ms, 64.04953078314523 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650297689E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68298, Content-Type=image/jpeg, X-Timestamp=1.361650297696E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68298
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 14.188844 ms, 64.2270527989815 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650297696E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68053, Content-Type=image/jpeg, X-Timestamp=1.361650297729E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68053
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 14.978126 ms, 64.29891460973653 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650297729E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68248, Content-Type=image/jpeg, X-Timestamp=1.361650297768E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68248
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 13.69292 ms, 64.51931277788586 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650297768E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67999, Content-Type=image/jpeg, X-Timestamp=1.361650297891E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67999
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 13.769403 ms, 64.71995827763172 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650297891E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68053, Content-Type=image/jpeg, X-Timestamp=1.361650297899E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68053
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 13.607504 ms, 64.92935176744551 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650297899E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68121, Content-Type=image/jpeg, X-Timestamp=1.361650297929E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68121
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 14.261341 ms, 65.05607479262719 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650297929E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68094, Content-Type=image/jpeg, X-Timestamp=1.361650297966E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68094
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 14.003201 ms, 65.20488690430554 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650297966E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68071, Content-Type=image/jpeg, X-Timestamp=1.361650298008E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68071
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 13.871678 ms, 65.36093418174029 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650298008E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68302, Content-Type=image/jpeg, X-Timestamp=1.361650298047E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68302
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 13.664885 ms, 65.5317167899109 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650298047E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68212, Content-Type=image/jpeg, X-Timestamp=1.361650298083E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68212
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 13.77267 ms, 65.68412474383663 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650298083E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68210, Content-Type=image/jpeg, X-Timestamp=1.361650298153E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68210
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 14.386876 ms, 65.76826321807344 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650298153E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67971, Content-Type=image/jpeg, X-Timestamp=1.361650298188E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67971
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 16.265488 ms, 65.66416626873686 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650298188E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68083, Content-Type=image/jpeg, X-Timestamp=1.361650298196E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68083
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 13.678746 ms, 65.81304495340147 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650298196E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68165, Content-Type=image/jpeg, X-Timestamp=1.361650298226E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68165
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 22.735684 ms, 65.11055221156725 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650298226E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67917, Content-Type=image/jpeg, X-Timestamp=1.361650298267E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67917
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 19.578643 ms, 64.73210866803855 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650298267E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67945, Content-Type=image/jpeg, X-Timestamp=1.361650298342E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67945
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 14.207886 ms, 64.84057286997351 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650298342E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68087, Content-Type=image/jpeg, X-Timestamp=1.361650298352E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68087
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 14.401086 ms, 64.92832593239419 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650298352E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68160, Content-Type=image/jpeg, X-Timestamp=1.361650298391E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68160
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 19.303107 ms, 64.601033295078 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650298391E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68155, Content-Type=image/jpeg, X-Timestamp=1.361650298426E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68155
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 13.791606 ms, 64.73945895436681 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650298426E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68331, Content-Type=image/jpeg, X-Timestamp=1.361650298463E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68331
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 17.82901 ms, 64.54799908625854 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650298463E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68191, Content-Type=image/jpeg, X-Timestamp=1.361650298504E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68191
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 15.927098 ms, 64.51384045972165 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650298504E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68221, Content-Type=image/jpeg, X-Timestamp=1.361650298542E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68221
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 13.943935 ms, 64.63403966756431 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650298542E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67978, Content-Type=image/jpeg, X-Timestamp=1.361650298636E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67978
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) The recognizer took 16.650224 ms, 64.5446497419509 fps, %.2f avg
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) Captured time: 1.361650298636E12
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68173, Content-Type=image/jpeg, X-Timestamp=1.361650298682E12}
-@Sat Feb 23 12:11:38 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68173
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 19.317185 ms, 64.26141647038419 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650298682E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68085, Content-Type=image/jpeg, X-Timestamp=1.361650298689E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68085
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 14.313745 ms, 64.35193646848073 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650298689E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68143, Content-Type=image/jpeg, X-Timestamp=1.361650298724E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68143
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 14.339 ms, 64.43776933591894 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650298724E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68182, Content-Type=image/jpeg, X-Timestamp=1.361650298777E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68182
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 13.939341 ms, 64.54912199780995 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650298777E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68039, Content-Type=image/jpeg, X-Timestamp=1.361650298854E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68039
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 15.432671 ms, 64.55324763553315 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650298854E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67958, Content-Type=image/jpeg, X-Timestamp=1.361650298864E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67958
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 13.741261 ms, 64.67300611404605 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650298864E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67899, Content-Type=image/jpeg, X-Timestamp=1.361650298902E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67899
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 16.295434 ms, 64.6168575013342 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650298902E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67953, Content-Type=image/jpeg, X-Timestamp=1.361650298939E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67953
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 18.072673 ms, 64.44520887828172 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650298939E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67887, Content-Type=image/jpeg, X-Timestamp=1.361650298981E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67887
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 18.21017 ms, 64.27091598621249 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650298981E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68154, Content-Type=image/jpeg, X-Timestamp=1.361650299025E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68154
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 14.143116 ms, 64.3610303201675 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650299025E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67918, Content-Type=image/jpeg, X-Timestamp=1.361650299076E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67918
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 16.837754 ms, 64.27951688461772 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650299076E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68069, Content-Type=image/jpeg, X-Timestamp=1.361650299116E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68069
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 17.185526 ms, 64.1792465740953 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650299116E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68071, Content-Type=image/jpeg, X-Timestamp=1.361650299214E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68071
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 15.127699 ms, 64.20673808246177 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650299214E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67849, Content-Type=image/jpeg, X-Timestamp=1.361650299223E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67849
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 15.581215 ms, 64.20634820056793 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650299223E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68191, Content-Type=image/jpeg, X-Timestamp=1.361650299253E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68191
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 13.799678 ms, 64.31105861111529 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650299253E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68148, Content-Type=image/jpeg, X-Timestamp=1.361650299294E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68148
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 13.373386 ms, 64.43806821187916 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650299294E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68267, Content-Type=image/jpeg, X-Timestamp=1.36165029938E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68267
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 13.78849 ms, 64.53800921010279 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.36165029938E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67994, Content-Type=image/jpeg, X-Timestamp=1.361650299388E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67994
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 13.724991 ms, 64.63914415024655 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650299388E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67840, Content-Type=image/jpeg, X-Timestamp=1.36165029942E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67840
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 13.91779 ms, 64.72693308485749 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.36165029942E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67858, Content-Type=image/jpeg, X-Timestamp=1.36165029946E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67858
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 13.913769 ms, 64.81283550283284 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.36165029946E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67922, Content-Type=image/jpeg, X-Timestamp=1.361650299501E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67922
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 22.243425 ms, 64.43836428909962 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650299501E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68241, Content-Type=image/jpeg, X-Timestamp=1.361650299538E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68241
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 17.994847 ms, 64.30511198239604 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650299538E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68077, Content-Type=image/jpeg, X-Timestamp=1.361650299578E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68077
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 14.180446 ms, 64.3778464298547 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650299578E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68299, Content-Type=image/jpeg, X-Timestamp=1.361650299615E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68299
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) The recognizer took 15.450192 ms, 64.38220641904373 fps, %.2f avg
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) Captured time: 1.361650299615E12
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68145, Content-Type=image/jpeg, X-Timestamp=1.361650299685E12}
-@Sat Feb 23 12:11:39 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68145
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 15.609772 ms, 64.37818957163347 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650299685E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68059, Content-Type=image/jpeg, X-Timestamp=1.361650299721E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68059
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 18.240182 ms, 64.23997853103091 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650299721E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67975, Content-Type=image/jpeg, X-Timestamp=1.361650299729E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67975
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 16.110112 ms, 64.21263863051558 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650299729E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68147, Content-Type=image/jpeg, X-Timestamp=1.361650299759E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68147
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 16.691253 ms, 64.15714702919048 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650299759E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68162, Content-Type=image/jpeg, X-Timestamp=1.361650299795E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68162
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 15.212966 ms, 64.17546721783819 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650299795E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68241, Content-Type=image/jpeg, X-Timestamp=1.361650299884E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68241
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 14.06972 ms, 64.24883874570213 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650299884E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68105, Content-Type=image/jpeg, X-Timestamp=1.361650299892E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68105
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 15.078559 ms, 64.27217110898513 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650299892E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67977, Content-Type=image/jpeg, X-Timestamp=1.361650299928E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67977
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 18.701205 ms, 64.12331138611535 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650299928E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67987, Content-Type=image/jpeg, X-Timestamp=1.361650300044E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67987
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 14.801449 ms, 64.16040928240051 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650300044E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68087, Content-Type=image/jpeg, X-Timestamp=1.361650300053E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68087
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 13.991298 ms, 64.23425167462358 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650300053E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68068, Content-Type=image/jpeg, X-Timestamp=1.361650300128E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68068
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 14.742065 ms, 64.27213973435038 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650300128E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68238, Content-Type=image/jpeg, X-Timestamp=1.361650300174E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68238
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 15.670592 ms, 64.26706724155476 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650300174E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68193, Content-Type=image/jpeg, X-Timestamp=1.361650300217E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68193
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 16.355486 ms, 64.23137755239753 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650300217E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68120, Content-Type=image/jpeg, X-Timestamp=1.361650300293E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68120
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 15.053624 ms, 64.25423616502731 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650300293E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68089, Content-Type=image/jpeg, X-Timestamp=1.3616503003E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68089
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 16.134075 ms, 64.2291713012313 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.3616503003E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68101, Content-Type=image/jpeg, X-Timestamp=1.36165030033E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68101
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 18.882135 ms, 64.08563036121582 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.36165030033E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68164, Content-Type=image/jpeg, X-Timestamp=1.361650300372E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68164
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 20.959789 ms, 63.85732625794959 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650300372E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68069, Content-Type=image/jpeg, X-Timestamp=1.361650300444E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68069
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 22.38341 ms, 63.57592432887276 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650300444E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68059, Content-Type=image/jpeg, X-Timestamp=1.361650300451E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68059
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 15.197574 ms, 63.59785922103913 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650300451E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68114, Content-Type=image/jpeg, X-Timestamp=1.361650300484E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68114
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 16.701653 ms, 63.55793368314355 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650300484E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68024, Content-Type=image/jpeg, X-Timestamp=1.361650300524E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68024
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 16.302819 ms, 63.534950874772825 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650300524E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67947, Content-Type=image/jpeg, X-Timestamp=1.361650300565E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67947
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) The recognizer took 15.63446 ms, 63.539144050589364 fps, %.2f avg
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) Captured time: 1.361650300565E12
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68085, Content-Type=image/jpeg, X-Timestamp=1.361650300613E12}
-@Sat Feb 23 12:11:40 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68085
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 17.427975 ms, 63.47233716678747 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650300613E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68220, Content-Type=image/jpeg, X-Timestamp=1.36165030065E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68220
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 19.315464 ms, 63.33337412494539 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.36165030065E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68140, Content-Type=image/jpeg, X-Timestamp=1.361650300694E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68140
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 14.907126 ms, 63.36742278893399 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650300694E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68291, Content-Type=image/jpeg, X-Timestamp=1.361650300795E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68291
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 21.189145 ms, 63.16127550822476 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650300795E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68135, Content-Type=image/jpeg, X-Timestamp=1.361650300813E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68135
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 12.909415 ms, 63.27147823687852 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650300813E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68205, Content-Type=image/jpeg, X-Timestamp=1.361650300861E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68205
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 25.17717 ms, 62.92275868301463 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650300861E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67964, Content-Type=image/jpeg, X-Timestamp=1.361650300901E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67964
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 14.214648 ms, 62.98432885863931 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650300901E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68230, Content-Type=image/jpeg, X-Timestamp=1.361650300946E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68230
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 14.319634 ms, 63.04105856047028 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650300946E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68141, Content-Type=image/jpeg, X-Timestamp=1.361650300985E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68141
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 19.518893 ms, 62.90923986798068 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650300985E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68225, Content-Type=image/jpeg, X-Timestamp=1.361650301033E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68225
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 16.465502 ms, 62.88893851701171 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650301033E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68079, Content-Type=image/jpeg, X-Timestamp=1.36165030108E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68079
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 13.68321 ms, 62.96735392600625 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.36165030108E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68114, Content-Type=image/jpeg, X-Timestamp=1.361650301117E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68114
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 14.456633 ms, 63.01737972822734 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650301117E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68093, Content-Type=image/jpeg, X-Timestamp=1.361650301157E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68093
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 17.864453 ms, 62.94793213588519 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650301157E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68154, Content-Type=image/jpeg, X-Timestamp=1.361650301203E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68154
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 21.198177 ms, 62.76543132501559 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650301203E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67964, Content-Type=image/jpeg, X-Timestamp=1.361650301242E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67964
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 14.041584 ms, 62.82970932617104 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650301242E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68102, Content-Type=image/jpeg, X-Timestamp=1.361650301342E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68102
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 14.026121 ms, 62.893539761749814 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650301342E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68176, Content-Type=image/jpeg, X-Timestamp=1.361650301381E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68176
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 19.221221 ms, 62.78239862084225 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650301381E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68260, Content-Type=image/jpeg, X-Timestamp=1.36165030141E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68260
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 13.950618 ms, 62.84796475464167 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.36165030141E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68090, Content-Type=image/jpeg, X-Timestamp=1.361650301463E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68090
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 14.396957 ms, 62.89785352578393 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650301463E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67961, Content-Type=image/jpeg, X-Timestamp=1.361650301499E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67961
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 25.962658 ms, 62.57052412329329 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650301499E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67971, Content-Type=image/jpeg, X-Timestamp=1.361650301583E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67971
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 19.662501 ms, 62.452635562854354 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650301583E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67962, Content-Type=image/jpeg, X-Timestamp=1.361650301593E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67962
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) The recognizer took 16.310279 ms, 62.4431828273742 fps, %.2f avg
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) Captured time: 1.361650301593E12
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68022, Content-Type=image/jpeg, X-Timestamp=1.36165030164E12}
-@Sat Feb 23 12:11:41 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68022
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 20.111986 ms, 62.31460547417438 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.36165030164E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68083, Content-Type=image/jpeg, X-Timestamp=1.361650301677E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68083
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 21.546259 ms, 62.14425731192266 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650301677E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68087, Content-Type=image/jpeg, X-Timestamp=1.361650301712E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68087
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 22.729163 ms, 61.941479121079624 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650301712E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68035, Content-Type=image/jpeg, X-Timestamp=1.361650301752E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68035
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 14.151238 ms, 62.00174842684832 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650301752E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68106, Content-Type=image/jpeg, X-Timestamp=1.361650301795E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68106
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 14.158751 ms, 62.06096461500818 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650301795E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68223, Content-Type=image/jpeg, X-Timestamp=1.361650301874E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68223
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 16.147102 ms, 62.059952063180376 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650301874E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68129, Content-Type=image/jpeg, X-Timestamp=1.361650301924E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68129
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 13.991527 ms, 62.12288087139601 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650301924E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68122, Content-Type=image/jpeg, X-Timestamp=1.361650301949E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68122
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 17.132243 ms, 62.09240142218409 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650301949E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68074, Content-Type=image/jpeg, X-Timestamp=1.361650301996E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68074
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 31.077322 ms, 61.65814796604452 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650301996E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68182, Content-Type=image/jpeg, X-Timestamp=1.361650302051E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68182
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 13.693634 ms, 61.73040311913758 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650302051E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68106, Content-Type=image/jpeg, X-Timestamp=1.361650302146E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68106
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 14.290942 ms, 61.78472498217688 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650302146E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68028, Content-Type=image/jpeg, X-Timestamp=1.361650302164E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68028
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 19.469446 ms, 61.691997629382165 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650302164E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68015, Content-Type=image/jpeg, X-Timestamp=1.361650302207E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68015
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 14.964618 ms, 61.72685642905711 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650302207E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68098, Content-Type=image/jpeg, X-Timestamp=1.361650302242E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68098
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 14.135386 ms, 61.78434159870846 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650302242E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68052, Content-Type=image/jpeg, X-Timestamp=1.36165030228E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68052
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 13.939299 ms, 61.84653303324636 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.36165030228E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67937, Content-Type=image/jpeg, X-Timestamp=1.361650302316E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67937
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 14.187118 ms, 61.901119996157895 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650302316E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68078, Content-Type=image/jpeg, X-Timestamp=1.361650302357E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68078
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 13.215405 ms, 61.98167475836398 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650302357E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68046, Content-Type=image/jpeg, X-Timestamp=1.361650302418E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68046
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 13.759267 ms, 62.046439618792434 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650302418E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68066, Content-Type=image/jpeg, X-Timestamp=1.361650302534E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68066
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 13.963076 ms, 62.10488856229221 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650302534E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67819, Content-Type=image/jpeg, X-Timestamp=1.361650302542E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67819
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 17.116238 ms, 62.07753882503248 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650302542E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68048, Content-Type=image/jpeg, X-Timestamp=1.361650302577E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68048
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) The recognizer took 14.666667 ms, 62.11615842925325 fps, %.2f avg
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) Captured time: 1.361650302577E12
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67889, Content-Type=image/jpeg, X-Timestamp=1.361650302617E12}
-@Sat Feb 23 12:11:42 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67889
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 16.041432 ms, 62.11768689639553 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650302617E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68011, Content-Type=image/jpeg, X-Timestamp=1.361650302689E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68011
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 17.466496 ms, 62.081552741207524 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650302689E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68068, Content-Type=image/jpeg, X-Timestamp=1.361650302696E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68068
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 17.306979 ms, 62.05012915035792 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650302696E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68007, Content-Type=image/jpeg, X-Timestamp=1.361650302724E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68007
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 14.216341 ms, 62.09958820160224 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650302724E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68127, Content-Type=image/jpeg, X-Timestamp=1.361650302834E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68127
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 14.161177 ms, 62.14989071302522 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650302834E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68005, Content-Type=image/jpeg, X-Timestamp=1.361650302843E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68005
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 14.268807 ms, 62.196826596333004 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650302843E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67893, Content-Type=image/jpeg, X-Timestamp=1.361650302907E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67893
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 13.832411 ms, 62.25440901051155 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650302907E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68027, Content-Type=image/jpeg, X-Timestamp=1.361650302947E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68027
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 14.536152 ms, 62.29336713804211 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650302947E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67969, Content-Type=image/jpeg, X-Timestamp=1.361650302988E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67969
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 15.39789 ms, 62.30998866760906 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650302988E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68177, Content-Type=image/jpeg, X-Timestamp=1.36165030307E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68177
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 15.611252 ms, 62.32102153805157 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.36165030307E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67984, Content-Type=image/jpeg, X-Timestamp=1.361650303111E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67984
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 13.856087 ms, 62.375942349478755 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650303111E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67751, Content-Type=image/jpeg, X-Timestamp=1.361650303119E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67751
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 14.768521 ms, 62.40746595493011 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650303119E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67765, Content-Type=image/jpeg, X-Timestamp=1.361650303151E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67765
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 15.299922 ms, 62.425426441437914 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650303151E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67743, Content-Type=image/jpeg, X-Timestamp=1.361650303187E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67743
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 15.932056 ms, 62.42757371690206 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650303187E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67907, Content-Type=image/jpeg, X-Timestamp=1.361650303257E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67907
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 19.004319 ms, 62.35447641703818 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650303257E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67909, Content-Type=image/jpeg, X-Timestamp=1.361650303264E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67909
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 15.293989 ms, 62.37254547977479 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650303264E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68152, Content-Type=image/jpeg, X-Timestamp=1.361650303294E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68152
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 13.927785 ms, 62.42344912594939 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650303294E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67882, Content-Type=image/jpeg, X-Timestamp=1.361650303333E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67882
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 13.975755 ms, 62.47265025944497 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650303333E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67918, Content-Type=image/jpeg, X-Timestamp=1.361650303373E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67918
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 14.287583 ms, 62.51384681706999 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650303373E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67741, Content-Type=image/jpeg, X-Timestamp=1.361650303413E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67741
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 17.232436 ms, 62.48440833035976 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650303413E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67984, Content-Type=image/jpeg, X-Timestamp=1.361650303453E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67984
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 13.532996 ms, 62.542932880561935 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650303453E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67890, Content-Type=image/jpeg, X-Timestamp=1.36165030349E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67890
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 14.979544 ms, 62.566729112684726 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.36165030349E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67808, Content-Type=image/jpeg, X-Timestamp=1.361650303528E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67808
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 20.862565 ms, 62.45255594787078 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650303528E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67941, Content-Type=image/jpeg, X-Timestamp=1.361650303607E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67941
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 14.290472 ms, 62.49255248260611 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650303607E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67905, Content-Type=image/jpeg, X-Timestamp=1.361650303614E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67905
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) The recognizer took 13.385942 ms, 62.553061768187796 fps, %.2f avg
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) Captured time: 1.361650303614E12
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67838, Content-Type=image/jpeg, X-Timestamp=1.361650303642E12}
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67838
-@Sat Feb 23 12:11:43 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 18.469737 ms, 62.49595568451488 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650303642E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67959, Content-Type=image/jpeg, X-Timestamp=1.361650303677E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67959
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 25.829339 ms, 62.27227468422434 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650303677E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68082, Content-Type=image/jpeg, X-Timestamp=1.361650303754E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68082
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 13.969978 ms, 62.31939745771724 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650303754E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68058, Content-Type=image/jpeg, X-Timestamp=1.361650303762E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68058
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 14.328027 ms, 62.35799669383238 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650303762E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68001, Content-Type=image/jpeg, X-Timestamp=1.361650303796E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68001
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 14.854641 ms, 62.384418411605935 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650303796E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68028, Content-Type=image/jpeg, X-Timestamp=1.361650303833E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68028
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 18.980919 ms, 62.318854136576924 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650303833E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67968, Content-Type=image/jpeg, X-Timestamp=1.361650303873E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67968
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 14.299246 ms, 62.35743332510277 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650303873E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68107, Content-Type=image/jpeg, X-Timestamp=1.361650303929E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68107
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 14.203251 ms, 62.3977351136621 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650303929E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68039, Content-Type=image/jpeg, X-Timestamp=1.361650303968E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68039
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 14.264664 ms, 62.436290320661364 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650303968E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68137, Content-Type=image/jpeg, X-Timestamp=1.361650304007E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68137
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 22.614892 ms, 62.29291570611008 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650304007E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68106, Content-Type=image/jpeg, X-Timestamp=1.361650304102E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68106
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 17.498301 ms, 62.2617778337762 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650304102E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68121, Content-Type=image/jpeg, X-Timestamp=1.361650304139E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68121
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 13.749805 ms, 62.31132142630288 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650304139E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68168, Content-Type=image/jpeg, X-Timestamp=1.361650304147E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68168
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 14.720042 ms, 62.33967389756935 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650304147E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67885, Content-Type=image/jpeg, X-Timestamp=1.361650304185E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67885
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 15.335181 ms, 62.35466962225714 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650304185E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68025, Content-Type=image/jpeg, X-Timestamp=1.361650304231E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68025
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 14.419098 ms, 62.388882433523314 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650304231E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67964, Content-Type=image/jpeg, X-Timestamp=1.361650304303E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67964
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 16.588391 ms, 62.377104565365315 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650304303E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67988, Content-Type=image/jpeg, X-Timestamp=1.361650304311E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67988
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 14.510206 ms, 62.4089449927529 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650304311E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67961, Content-Type=image/jpeg, X-Timestamp=1.361650304342E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67961
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 13.656799 ms, 62.45827486637607 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650304342E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68031, Content-Type=image/jpeg, X-Timestamp=1.361650304407E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68031
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 16.168426 ms, 62.45500196008051 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650304407E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67963, Content-Type=image/jpeg, X-Timestamp=1.36165030443E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67963
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 14.21982 ms, 62.49200156109917 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.36165030443E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67975, Content-Type=image/jpeg, X-Timestamp=1.361650304489E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67975
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 14.175721 ms, 62.52956235213426 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650304489E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68017, Content-Type=image/jpeg, X-Timestamp=1.361650304527E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68017
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 21.643249 ms, 62.41409859381183 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650304527E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67985, Content-Type=image/jpeg, X-Timestamp=1.361650304566E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67985
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 13.703156 ms, 62.461181920699936 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650304566E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68066, Content-Type=image/jpeg, X-Timestamp=1.361650304648E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68066
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 13.958912 ms, 62.502670046056316 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650304648E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68025, Content-Type=image/jpeg, X-Timestamp=1.361650304684E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68025
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) The recognizer took 15.449583 ms, 62.51374200680568 fps, %.2f avg
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) Captured time: 1.361650304684E12
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67993, Content-Type=image/jpeg, X-Timestamp=1.361650304692E12}
-@Sat Feb 23 12:11:44 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67993
-@Sat Feb 23 12:11:45 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:45 PST 2013 in [global]: (FINE) The recognizer took 14.331512 ms, 62.54712727573383 fps, %.2f avg
-@Sat Feb 23 12:11:45 PST 2013 in [global]: (FINE) Captured time: 1.361650304692E12
-@Sat Feb 23 12:11:45 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67912, Content-Type=image/jpeg, X-Timestamp=1.361650304721E12}
-@Sat Feb 23 12:11:45 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67912
-@Sat Feb 23 12:11:45 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:45 PST 2013 in [global]: (FINE) The recognizer took 15.186039 ms, 62.563137337662575 fps, %.2f avg
-@Sat Feb 23 12:11:45 PST 2013 in [global]: (FINE) Captured time: 1.361650304721E12
-@Sat Feb 23 12:11:45 PST 2013 in [global]: (FINE) parsed headers {Content-Length=67848, Content-Type=image/jpeg, X-Timestamp=1.36165030476E12}
-@Sat Feb 23 12:11:45 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 67848
-@Sat Feb 23 12:11:45 PST 2013 in [global]: (FINE) No target found
-@Sat Feb 23 12:11:45 PST 2013 in [global]: (FINE) The recognizer took 16.1276 ms, 62.560281396120345 fps, %.2f avg
-@Sat Feb 23 12:11:45 PST 2013 in [global]: (FINE) Captured time: 1.36165030476E12
-@Sat Feb 23 12:11:45 PST 2013 in [global]: (FINE) parsed headers {Content-Length=68137, Content-Type=image/jpeg, X-Timestamp=1.361650304832E12}
-@Sat Feb 23 12:11:45 PST 2013 in [global]: (INFO) allocating a new direct buffer of length 68137
diff --git a/971cv/src/org/spartanrobotics/private_aos_camera_jar.jar b/971cv/src/org/spartanrobotics/private_aos_camera_jar.jar
deleted file mode 100644
index dc5da19..0000000
--- a/971cv/src/org/spartanrobotics/private_aos_camera_jar.jar
+++ /dev/null
Binary files differ
diff --git a/971cv/src/org/spartanrobotics/receiveFromDS.cpp b/971cv/src/org/spartanrobotics/receiveFromDS.cpp
deleted file mode 100644
index 915db2b..0000000
--- a/971cv/src/org/spartanrobotics/receiveFromDS.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-//receives messages from the server that the vision code runs on the driver's station
-
-#include <stdio.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-
-