summaryrefslogtreecommitdiffstats
path: root/libraries/libunicap/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libunicap/README')
-rw-r--r--libraries/libunicap/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libunicap/README b/libraries/libunicap/README
new file mode 100644
index 0000000000..792c9234af
--- /dev/null
+++ b/libraries/libunicap/README
@@ -0,0 +1,8 @@
+libunicap (video capture api)
+
+unicap provides a uniform interface to video capture devices. It allows
+applications to use any supported video capture device via a single API.
+It 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.