From: 020535 <020535@07accd87-1e0b-0410-939d-c05d8a058e03> Date: Thu, 11 Jun 2009 22:54:03 +0000 (+0000) Subject: README file X-Git-Url: https://git.defcon.no/?p=qopencamwidget;a=commitdiff_plain;h=2cc5f1a04cae4b3625ccbe18ae46f23e5dc042bf README file git-svn-id: https://dilbert.hig.no/svn/student/020535/qopencamwidget/trunk@180 07accd87-1e0b-0410-939d-c05d8a058e03 --- diff --git a/README b/README new file mode 100644 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 +