]> git.defcon.no Git - qopencamwidget/commitdiff
README file
author020535 <020535@07accd87-1e0b-0410-939d-c05d8a058e03>
Thu, 11 Jun 2009 22:54:03 +0000 (22:54 +0000)
committer020535 <020535@07accd87-1e0b-0410-939d-c05d8a058e03>
Thu, 11 Jun 2009 22:54:03 +0000 (22:54 +0000)
git-svn-id: https://dilbert.hig.no/svn/student/020535/qopencamwidget/trunk@180 07accd87-1e0b-0410-939d-c05d8a058e03

README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..6a42da5
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+A Qt widget to display video output from a webcam or capture source,
+and a tiny demo-app that uses the widget, and implements a simple
+"view-and-shoot" camera application.
+
+Requires Qt 4 and OpenCV (along with highgui from OpenCV).
+
+To compile and run the demo app (and documentation) run:
+  qmake && make doc && make && ./qopencamviewer 
+