[Lunar-commits] <moonbase> unicap: adding module.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Mon Jun 1 20:25:22 CEST 2009
commit cb67c345d9bd7aa454bcb42e2399506e5d081e04
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Mon Jun 1 14:25:22 2009 -0400
unicap: adding module.
---
libs/unicap/DETAILS | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/libs/unicap/DETAILS b/libs/unicap/DETAILS
new file mode 100644
index 0000000..e380bce
--- /dev/null
+++ b/libs/unicap/DETAILS
@@ -0,0 +1,28 @@
+ MODULE=unicap
+ VERSION=0.9.5
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://unicap-imaging.org/downloads/
+ SOURCE_VFY=sha1:edb779d19fe25b1c9fe25a23610afde9595347d3
+ WEB_SITE=http://unicap-imaging.org/index.htm
+ ENTERED=20090601
+ UPDATED=20090601
+ SHORT="uniform interface to video capture devices"
+
+cat << EOF
+unicap provides a uniform interface to video capture devices. It allows
+applications to use any supported video capture device via a single API.
+
+Building applications with a graphical user interface is made especially
+easy with the unicapGTK widget set.
+
+The ucil library provides easy to use functions to render text and graphic
+overlays onto video images.
+
+unicap offers a high level of hardware abstraction while maintaining maximum
+performance. Zero copy capture of video buffers is possible for devices
+supporting it allowing fast video capture with low CPU usage even on
+low-speed architectures.
+
+unicap is dual licensed under the terms and conditions of the General Public
+License (GPL) and a commercial license.
+EOF
More information about the Lunar-commits
mailing list