Description
libv4l - Collection of video4linux support libraries
Property | Value |
---|---|
Distribution | Fedora 29 |
Repository | Fedora x86_64 |
Package name | libv4l |
Package version | 1.14.2 |
Package release | 3.fc29 |
Package architecture | i686 |
Package type | rpm |
Installed size | 578.20 KB |
Download size | 189.48 KB |
Official Mirror | download-ib01.fedoraproject.org |
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 separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. libv4lconvert offers functions to convert from any (known) pixel-format to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420. libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not). libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary.
Alternatives
Package | Version | Architecture | Repository |
---|---|---|---|
libv4l-1.16.3-1.fc29.i686.rpm | 1.16.3 | i686 | Fedora Updates |
libv4l-1.16.3-1.fc29.i686.rpm | 1.16.3 | i686 | Fedora Updates |
libv4l-1.16.3-1.fc29.x86_64.rpm | 1.16.3 | x86_64 | Fedora Updates |
libv4l-1.14.2-3.fc29.x86_64.rpm | 1.14.2 | x86_64 | Fedora |
libv4l-1.14.2-3.fc29.i686.rpm | 1.14.2 | i686 | Fedora |
libv4l | - | - | - |
Requires
Name | Value |
---|---|
/sbin/ldconfig | - |
libc.so.6(GLIBC_2.27) | - |
libdl.so.2 | - |
libdl.so.2(GLIBC_2.0) | - |
libdl.so.2(GLIBC_2.1) | - |
libjpeg.so.62 | - |
libjpeg.so.62(LIBJPEGTURBO_6.2) | - |
libjpeg.so.62(LIBJPEG_6.2) | - |
libm.so.6 | - |
libm.so.6(GLIBC_2.27) | - |
libpthread.so.0 | - |
libpthread.so.0(GLIBC_2.0) | - |
librt.so.1 | - |
librt.so.1(GLIBC_2.2) | - |
rtld(GNU_HASH) | - |
Provides
Name | Value |
---|---|
libv4l | = 1.14.2-3.fc29 |
libv4l(x86-32) | = 1.14.2-3.fc29 |
libv4l-mplane.so | - |
libv4l1.so.0 | - |
libv4l2.so.0 | - |
libv4l2rds.so.0 | - |
libv4lconvert.so.0 | - |
Download
Type | URL |
---|---|
Binary Package | libv4l-1.14.2-3.fc29.i686.rpm |
Source Package | v4l-utils-1.14.2-3.fc29.src.rpm |
Install Howto
Install libv4l rpm package:
# dnf install libv4l
Files
Path |
---|
/usr/lib/libv4l1.so.0 |
/usr/lib/libv4l1.so.0.0.0 |
/usr/lib/libv4l2.so.0 |
/usr/lib/libv4l2.so.0.0.0 |
/usr/lib/libv4l2rds.so.0 |
/usr/lib/libv4l2rds.so.0.0.0 |
/usr/lib/libv4lconvert.so.0 |
/usr/lib/libv4lconvert.so.0.0.0 |
/usr/lib/.build-id/ |
/usr/lib/.build-id/15/e12bd800258f4d7fc91db0093760852088af9b |
/usr/lib/.build-id/20/4d49370a123bd0830445ddc86dcf7e72cbe78b |
/usr/lib/.build-id/44/4e5d9151951c1902473aabc30ab735608c4f7e |
/usr/lib/.build-id/5f/49da94602cd63ba5e289249ba5dd0933b5790e |
/usr/lib/.build-id/93/fff261fcc1510d58a2b64685dacb273e920fd6 |
/usr/lib/.build-id/98/0e002e1731ff09f8993b467a57397375a7ce21 |
/usr/lib/.build-id/ac/1488499c57913be0f3e8f7b1195c943776e10d |
/usr/lib/.build-id/bc/74bf87338b19c224dfa54301c8b174bcbb3331 |
/usr/lib/.build-id/bd/9d585879061a3487b4138f2f65d06226d57ddb |
/usr/lib/libv4l/ov511-decomp |
/usr/lib/libv4l/ov518-decomp |
/usr/lib/libv4l/v4l1compat.so |
/usr/lib/libv4l/v4l2convert.so |
/usr/lib/libv4l/plugins/libv4l-mplane.so |
/usr/share/doc/libv4l/ChangeLog |
/usr/share/doc/libv4l/README.libv4l |
/usr/share/doc/libv4l/TODO |
/usr/share/licenses/libv4l/COPYING |
/usr/share/licenses/libv4l/COPYING.libv4l |
Changelog
2018-07-14 - Fedora Release Engineering <releng@fedoraproject.org> - 1.14.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-04-29 - Peter Robinson <pbrobinson@fedoraproject.org> 1.14.2-2 - Add sys/sysmacros.h include fix patch
2018-04-29 - Peter Robinson <pbrobinson@fedoraproject.org> 1.14.2-1 - New upstream release 1.14.2
2018-02-09 - Fedora Release Engineering <releng@fedoraproject.org> - 1.12.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2018-01-18 - Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.12.5-6 - Remove obsolete scriptlets
2017-11-02 - Hans de Goede <hdegoede@redhat.com> - 1.12.5-5 - Fix libv4lconvert failing on some hardware (rhbz#1508706)
2017-08-03 - Fedora Release Engineering <releng@fedoraproject.org> - 1.12.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2017-07-27 - Fedora Release Engineering <releng@fedoraproject.org> - 1.12.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-05-15 - Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
2017-05-12 - Hans de Goede <hdegoede@redhat.com> - 1.12.5-1 - New upstream bugfix release 1.12.5
See Also
Advertisement
Advertisement