开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
1 Star 0 Fork 0

SourceCodeSync/v4l-utils

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
文件
master
分支 (10)
标签 (35)
master
stable-1.12
stable-1.10
stable-1.8
stable-1.6
stable-1.4
stable-1.2
stable-1.0
mediactl
stable-0.8
v4l-utils-1.10.1
v4l-utils-1.10.0
v4l-utils-1.8.1
v4l-utils-1.8.0
v4l-utils-1.6.3
v4l-utils-1.6.2
v4l-utils-1.6.1
v4l-utils-1.6.0
v4l-utils-1.5.91
v4l-utils-1.5.90
v4l-utils-1.4.0
v4l-utils-1.3.90
v4l-utils-1.2.1
v4l-utils-1.2.0
v4l-utils-1.0.1
v4l-utils-1.0.0
v4l-utils-0.9.5
v4l-utils-0.9.4
v4l-utils-0.9.3
v4l-utils-0.9.2
master
分支 (10)
标签 (35)
master
stable-1.12
stable-1.10
stable-1.8
stable-1.6
stable-1.4
stable-1.2
stable-1.0
mediactl
stable-0.8
v4l-utils-1.10.1
v4l-utils-1.10.0
v4l-utils-1.8.1
v4l-utils-1.8.0
v4l-utils-1.6.3
v4l-utils-1.6.2
v4l-utils-1.6.1
v4l-utils-1.6.0
v4l-utils-1.5.91
v4l-utils-1.5.90
v4l-utils-1.4.0
v4l-utils-1.3.90
v4l-utils-1.2.1
v4l-utils-1.2.0
v4l-utils-1.0.1
v4l-utils-1.0.0
v4l-utils-0.9.5
v4l-utils-0.9.4
v4l-utils-0.9.3
v4l-utils-0.9.2
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
master
分支 (10)
标签 (35)
master
stable-1.12
stable-1.10
stable-1.8
stable-1.6
stable-1.4
stable-1.2
stable-1.0
mediactl
stable-0.8
v4l-utils-1.10.1
v4l-utils-1.10.0
v4l-utils-1.8.1
v4l-utils-1.8.0
v4l-utils-1.6.3
v4l-utils-1.6.2
v4l-utils-1.6.1
v4l-utils-1.6.0
v4l-utils-1.5.91
v4l-utils-1.5.90
v4l-utils-1.4.0
v4l-utils-1.3.90
v4l-utils-1.2.1
v4l-utils-1.2.0
v4l-utils-1.0.1
v4l-utils-1.0.0
v4l-utils-0.9.5
v4l-utils-0.9.4
v4l-utils-0.9.3
v4l-utils-0.9.2
v4l-utils
/
README
v4l-utils
/
README
README 7.31 KB
一键复制 编辑 原始数据 按行查看 历史
Mauro Carvalho Chehab 提交于 2017年09月14日 22:39 +08:00 . README: update IR utils
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277
v4l-utils
---------
Linux utilities and libraries to handle media devices (TV devices,
capture devices, radio devices, remote controllers).
You can always find the latest development v4l-utils in the git repo:
http://git.linuxtv.org/v4l-utils.git
Those utilities follow the latest Linux Kernel media API, as documented
at:
http://linuxtv.org/downloads/v4l-dvb-apis/
Any questions/remarks/patches can be sent to the linux-media mailinglist.
See https://linuxtv.org/lists.php for more information about the mailinglist.
There is also a wiki page for the v4l-utils:
https://linuxtv.org/wiki/index.php/V4l-utils
--------
Building
--------
A number of packages is required to fully build v4l-utils. The first
step is to install those packages. The package names are different on
each distro.
On Debian and derivated distributions, you need to install the following
packages with apt-get or aptitude:
debhelper dh-autoreconf autotools-dev autoconf-archive
doxygen graphviz libasound2-dev
libtool libjpeg-dev libqt4-dev libqt4-opengl-dev libudev-dev libx11-dev
pkg-config udev make gcc git
On Fedora, the package list for a minimal install with dnf or yum is:
git automake autoconf libtool make gcc gcc-c++ which perl gettext-devel
(git is only requiried if you're cloning from the main git repository at
linuxtv.org).
And, to be able to compile it with all usual functionality with qt5,
you'll need also:
alsa-lib-devel doxygen libjpeg-turbo-devel qt5-qtbase-devel
libudev-devel mesa-libGLU-devel
(Or qt-devel instead of qt5-qtbase-devel for qt4)
After downloading and installing the needed packages, you should run:
./bootstrap.sh
./configure
make
If ./configure exit with some errors try:
autoreconf -i --force
./configure
And, to install on your system:
sudo make install
Optional features
^^^^^^^^^^^^^^^^^
Please notice that there's an extra feature to add an extra table to
decode Japanese DVB tables via iconv. This is meant to be used when
the iconv itself doesn't come with the ARIB-STD-B24 and EN300-468-TAB00
tables.
That requires not only the gconv package, but it also needs to be manually
enabled with:
--enable-gconv
----------
versioning
----------
The v4l-utils doesn't quite follow the release versioning defined
at semver.org.
Instead, since version 1.0, it uses:
MAJOR.MINOR.PATCH
Where:
MINOR - an odd number means a development version. When
the development is closed, we release an even
numbered version and start a newer odd version;
MAJOR - It is incremented when MINOR number starts to be
too big. The last change occurred from 0.9.x to 1.0.
All numbers start with 0.
All versions have their own tags, except for the current
deveopment version (with uses the master branch at the git tree).
The PATCH meaning actually depends if the version is stable
or developent.
For even MAJOR.MINOR versions (1.0, 1.2, 1.4, 1.6, ...)
PATCH is incremented when just bug fixes are added;
For odd MAJOR.MINOR versions (1.1, 1.3, 1.5, 1.7, ...)
PATCH is incremented for release candidate versions.
API/ABI stability:
-----------------
There should not have any API/ABI changes when PATCH is incremented.
When MAJOR and/or MINOR are incremented, the API/ABI for the
libraries might change, although we do all the efforts for not
doing it, except when inevitable.
The TODO files should specify the events that will generate
API/ABI breaks.
---------------
media libraries
---------------
There are currently three media libraries defined at /lib directory,
meant to be used internally and by other applications.
libv4l
------
This library is meant to be used by applications that need to
talk with V4L2 devices (webcams, analog TV, stream grabbers).
It can be found on the following directories:
lib/libv4l1
lib/libv4l2
lib/libv4l-mplane
lib/libv4lconvert
See README.libv4l for more information on libv4l.
The libv4l is released under the GNU Lesser General Public License.
libdvbv5
--------
This library is meant to be used by digital TV applications that
need to talk with media hardware.
Full documentation is provided via Doxygen. It can be built,
after configuring the package, with:
$ make doxygen-run
It is possible to generate documentation in html, man pages and pdf
formats.
The documentation is also available via web, at:
http://linuxtv.org/docs/libdvbv5/
It can be found on the following directory:
lib/libdvbv5
The libdvbv5 is released under GPL version 2.
libv4l2rds
----------
This library provides support for RDS radio applications.
It can be found on the following directory:
lib/libv4l2rds
The libv4l is released under the GNU Lesser General Public License.
---------
Utilities
---------
The utilities are stored under /util directory.
The (for now for v4l-utils private use only) libv4l2util library is
released under the GNU Lesser General Public License, all other code is
released under the GNU General Public License.
v4l-utils includes the following utilities:
decode_tm6000:
Decodes tm6000 proprietary format streams.
Installed by make install under <prefix>/bin.
ir-keytable:
Dump, Load or Modify ir receiver input tables.
The ir tables for remotes which are known by the kernel
(and loaded by default depending on dvb card type) can be found
under utils/keytable/keycodes.
v4l-keytable does not get installed by make install.
ir-ctl:
A swiss-knife tool to handle raw IR and to set lirc options
qv4l2:
QT v4l2 control panel application.
Installed by make install under <prefix>/bin.
rds-saa6588:
Poll i2c RDS receiver [Philips saa6588].
rds-saa6588 does not get installed by make install.
v4l2-compliance:
Tool to test v4l2 API compliance of drivers.
Installed by make install under <prefix>/bin.
v4l2-ctl:
Tool to control v4l2 controls from the cmdline.
Installed by make install under <prefix>/bin.
v4l2-dbg:
Tool to directly get and set registers of v4l2 devices,
this requires a kernel >= 2.6.29 with the ADV_DEBUG option
enabled. This tool can only be used by root and is meant
for development purposes only!
Installed by make install under <prefix>/sbin.
v4l2-sysfs-path:
FIXME add description.
Installed by make install under <prefix>/bin.
xc3028-firmware:
Xceive XC2028/3028 tuner module firmware manipulation tool.
xc3028-firmware does not get installed by make install.
-------------------
Syncing with Kernel
-------------------
There are a number of files on this package that depends on the Linux Kernel.
In order to make easier to keep it in sync, there's a target on this
package to do the synchronism.
For the sync to work, you need to run it on with 64 bits userspace and
be sure that glibc has the development package for 32 bits.
For Fedora, this is provided via this package: glibc-devel.i686
There are some steps required:
step 1) at the Kernel git tree:
We need to sanitize the headers to be installed. To do that, you should
run
$ make headers_install INSTALL_HDR_PATH=usr/
This will create the dir "usr/" inside the Kernel tree.
step 2)
Be sure that you have installed both glibc development packages for
32 and 64 bits, as otherwise the next step will fail.
step 3) at v4l-utils tree:
$ export KERNEL_DIR=location/of/the/kernel/tree make sync-with-kernel
Alternatively, steps 1 to 3 can be replaced with:
export KERNEL_DIR=location/of/the/kernel/tree && (cd $KERNEL_DIR && make headers_install INSTALL_HDR_PATH=usr/) && make sync-with-kernel
step 4)
Remove the usr/ from the Kernel tree.
Loading...
举报
举报成功
我们将于2个工作日内通过站内信反馈结果给你!
请认真填写举报原因,尽可能描述详细。
请选择举报类型
取消
发送
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

简介

fork from https://github.com/cz172638/v4l-utils.git
暂无标签
GPL-2.0
使用 GPL-2.0 开源许可协议
, LGPL-2.1
使用 LGPL-2.1 开源许可协议
, LGPL-2.1
使用 LGPL-2.1 开源许可协议
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
编辑仓库简介
简介内容
主页
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/source-code-sync/v4l-utils.git
git@gitee.com:source-code-sync/v4l-utils.git
source-code-sync
v4l-utils
v4l-utils
master
点此查找更多帮助

搜索帮助

评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册

AltStyle によって変換されたページ (->オリジナル) /