]> git.defcon.no Git - qopencamwidget/blobdiff - README
README file
[qopencamwidget] / README
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 
+