OpenCV app framework improved

FPS meter added;
Camera switching posibility added;
Attributes loading for layout filed implemented.
This commit is contained in:
Alexander Smorkalov
2012-11-22 15:56:55 +04:00
parent 214629b220
commit 8266eab8b4
5 changed files with 144 additions and 35 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="show_fps" format="boolean"/>
<attr name="camera_index" format="integer"/>
</resources>