From 2cc5f1a04cae4b3625ccbe18ae46f23e5dc042bf Mon Sep 17 00:00:00 2001 From: 020535 <020535@07accd87-1e0b-0410-939d-c05d8a058e03> Date: Thu, 11 Jun 2009 22:54:03 +0000 Subject: [PATCH] README file git-svn-id: https://dilbert.hig.no/svn/student/020535/qopencamwidget/trunk@180 07accd87-1e0b-0410-939d-c05d8a058e03 --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README 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 + -- 2.39.2