当前位置:   article > 正文

linux环境安装qv4l2,Ubuntu Video4Linux2 (v4l2) 开发库安装

v4l2 qt 安装

Ubuntu Video4Linux2 (v4l2) 开发库安装,Linux下视频开发居家必备之良药。

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) pixelformat to BGR24, RGB24, YUV420 and YVU420.

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.

This package contains development files (headers and static libraries).

Ubuntu下安装方法:

sudo apt-get install libv4l-dev

wechat

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/weixin_40725706/article/detail/263233?site
推荐阅读
相关标签
  

闽ICP备14008679号