diff options
Diffstat (limited to 'libraries/libv4l/README')
-rw-r--r-- | libraries/libv4l/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libv4l/README b/libraries/libv4l/README new file mode 100644 index 0000000000..bd909db447 --- /dev/null +++ b/libraries/libv4l/README @@ -0,0 +1,8 @@ +libv4l is a collection of libraries which adds a thin abstraction +layer on top of video4linux2 devices. The purpose of this (thin) +layer is to make it easy for application writers to support a wide +variety of devices without having to write seperate code for +different devices in the same class. + +You may need libv4l to use some video applications - see the README +in the libv4l documentation folder for usage instructions. |