]> git.defcon.no Git - qopencamwidget/blob - README
Updated structure of documentation. No need to include GDB includes and Qt Core/GUI...
[qopencamwidget] / README
1 A Qt widget to display video output from a webcam or capture source,
2 and a tiny demo-app that uses the widget, and implements a simple
3 "view-and-shoot" camera application.
4
5 Requires Qt 4 and OpenCV (along with highgui from OpenCV).
6
7 To compile and run the demo app (and documentation) run:
8 qmake && make doc && make && ./qopencamviewer
9