Video4Linux(V4Lfor short) is a collection ofdevice driversand anAPIfor supporting realtimevideo captureonLinuxsystems.[1]It supports manyUSBwebcams,TV tuners,and related devices, standardizing their output, so programmers can easily add video support to their applications.
Repository | git |
---|---|
Written in | C |
Operating system | Linux |
Platform | Linux kernel |
License | GNU General Public License |
Website | www |
Video4Linux is responsible for creating V4L2 device nodes aka a device file (/dev/videoX, /dev/vbiX and /dev/radioX) and tracking data from these nodes. The device node creation is handled by V4L device drivers using the video_device struct (v4l2-dev.h) and it can either be allocated dynamically or embedded in another larger struct.
Video4Linux was named afterVideo for Windows(which is sometimes abbreviated "V4W" ), but is not technically related to it.[2][3]
While Video4Linux is only available on Linux, there is a compatibility layer available forFreeBSDcalled Video4BSD. This provides a way for many programs that depend on V4L to also compile and run on the FreeBSD operating system.
History
editV4L had been introduced late into the 2.1.X development cycle of the Linux kernel. Retroactively being renamed to V4L1, it was dropped in kernel 2.6.38.[4]
V4L2 is the second version of V4L. Video4Linux2 fixed some design bugs and started appearing in the 2.5.x kernels. Video4Linux2 drivers include a compatibility mode for Video4Linux1 applications, though the support can be incomplete and it is recommended to use Video4Linux1 devices in V4L2 mode. The project DVB-Wiki is now hosted onLinuxTVweb site.[5]
Some programs support V4L2 through themedia resource locatorv4l2://
.
Software support
editCriticism
editVideo4Linux has a complex negotiation process, which caused not all applications having support for all cameras.[8]
See also
edit- Direct Rendering Manager– defines a kernel-to-user-space interface for access to graphics rendering and video acceleration
- Mesa 3D– implements video acceleration APIs
References
edit- ^"An Introduction to the Video4Linux Framework: How to write a video capture driver".2014-02-02.Retrieved2014-02-16.
- ^"Overview of the V4L2 driver framework".Archived fromthe originalon 2014-02-21.Retrieved2013-12-04.Overview of the V4L2 driver framework.
- ^"Path to a Standardized Video Codec API"(PDF).Archived fromthe originalon 2014-01-06.
- ^"gspca - LinuxTVWiki".LinuxTV.Retrieved2024-01-12.
- ^Schimek, Michael H."Video for Linux Two API Specification".LinuxTV.Retrieved2024-01-12.
- ^"Open Broadcaster Software | OBS".obsproject.com.
- ^"Add video capture API proposal by 1bsyl".
- ^Corbet, Jonathan (2019-07-25)."Access to complex video devices with libcamera".LWN.net.Retrieved2023-02-06.
External links
edit- media_treedevelopment git
- v4l-utilsdevelopment git
- Linux Media Infrastructure API (V4L2, DVB and Remote Controllers)
- Video4Linux-DVB wiki
- Video4Linux resources
- Video4BSD,a Video4Linux emulation layer
- Video For Linux (V4L) sample applications
- Video For Linux 2 (V4L2) sample application
- Access Video4Linux devices from Java
- kernel.org
- OpenWrt Wiki
- Linux UVC driver and tools,USB video device class(UVC)