%general-entities; ]> $LastChangedBy$ $Date$ v4l-utils-&v4l-utils-version; v4l-utils Introduction to v4l-utils v4l-utils provides a series of utilities for media devices, allowing to handle the proprietary formats available at most webcams (libv4l), and providing tools to test V4L devices. &lfs78_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &v4l-md5sum; Download size: &v4l-size; Estimated disk space required: &v4l-buildsize; Estimated build time: &v4l-time; v4l-utils Dependencies Required , , and Recommended and or Optional User Notes: Installation of v4l-utils If both Qt4 and Qt5 are installed, Qt5 will be used. If you choose to build against Qt4, temporarily hide it from PKG_CONFIG_PATH, issuing: SAVEPATH=$PKG_CONFIG_PATH && PKG_CONFIG_PATH="\ `echo $PKG_CONFIG_PATH | sed 's@:/opt/qt5/lib/pkgconfig@@'`" Install v4l-utils by running the following commands: ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-static && make Again, if both Qt4 and 5 installed at /opt and you chose to build against Qt4, restore PKG_CONFIG_PATH: PKG_CONFIG_PATH=$SAVEPATH && unset SAVEPATH This package does not come with a testsuite. Now, as the root user: make install Contents Installed Programs Installed Library Installed Directories cx18-ctl, decode_tm6000, dvb-fe-tool, dvb-format-convert, dvbv5-scan, dvbv5-zap, ir-keytable, ivtv-ctl, media-ctl, qv4l2, rds-ctl, v4l2-compliance, v4l2-ctl, v4l2-dbg, and v4l2-sysfs-path libdvbv5.so, libv4l1.so, libv4l2.so, libv4l2rds.so, libv4lconvert.so, v4l1compat.so, and v4l2convert.so /etc/rc_keymaps, /lib/udev/rc_keymaps, /usr/include/libdvbv5, and /usr/lib/libv4l Short Descriptions cx18-ctl is a tool to handle cx18 based devices. cx18-ctl decode_tm6000 decode multiplexed format from TM5600/TM6000 USB. decode_tm6000 dvb-fe-tool is a command line tool for digital TV services. dvb-fe-tool dvb-format-convert is a tool meant to convert among different file formats. It is compliant with version 5 of the DVB API. dvb-format-convert dvbv5-scan is command line frequency scanning tool for digital TV services that are compliant with version 5 of the DVB API. dvbv5-scan dvbv5-zap is a command line tuning tool for digital TV services that is compliant with version 5 of the DVB API. dvbv5-zap ir-keytable is a tool that lists the Remote Controller devices, allows one to get/set IR keycode/scancode tables, test events generated by IR, and to adjust other Remote Controller options. ir-keytable ivtv-ctl is a utility that can control many card settings, like changing the inputs from tuner to svideo or composite, setting video resolution or changing video mode (PAL, SECAM, NTSC). ivtv-ctl media-ctl is a utility used to configure V4L2 devices. media-ctl qv4l2 is used to test video4linux capture devices. qv4l2 rds-ctl is a utility for decoding raw RDS data from V4L2 Radio devices and offers simple ways to access the received RDS information. rds-ctl v4l2-compliance is a compliance test tool. v4l2-compliance v4l2-ctl is a tool to control v4l2 controls from the cmdline. v4l2-ctl v4l2-dbg is a tool to directly get and set registers of v4l2 devices. v4l2-dbg v4l2-sysfs-path checks the media devices installed on a machine and the corresponding device nodes. v4l2-sysfs-path