openrex-linux-3.14/Documentation/video4linux
2016-03-04 07:09:26 -08:00
..
bttv Initial version 2016-03-04 07:09:26 -08:00
cx88 Initial version 2016-03-04 07:09:26 -08:00
cx2341x Initial version 2016-03-04 07:09:26 -08:00
.gitignore Initial version 2016-03-04 07:09:26 -08:00
4CCs.txt Initial version 2016-03-04 07:09:26 -08:00
API.html Initial version 2016-03-04 07:09:26 -08:00
cafe_ccic Initial version 2016-03-04 07:09:26 -08:00
CARDLIST.au0828 Initial version 2016-03-04 07:09:26 -08:00
CARDLIST.bttv Initial version 2016-03-04 07:09:26 -08:00
CARDLIST.cx88 Initial version 2016-03-04 07:09:26 -08:00
CARDLIST.cx23885 Initial version 2016-03-04 07:09:26 -08:00
CARDLIST.em28xx Initial version 2016-03-04 07:09:26 -08:00
CARDLIST.ivtv Initial version 2016-03-04 07:09:26 -08:00
CARDLIST.saa7134 Initial version 2016-03-04 07:09:26 -08:00
CARDLIST.saa7164 Initial version 2016-03-04 07:09:26 -08:00
CARDLIST.tm6000 Initial version 2016-03-04 07:09:26 -08:00
CARDLIST.tuner Initial version 2016-03-04 07:09:26 -08:00
CARDLIST.usbvision Initial version 2016-03-04 07:09:26 -08:00
cpia2_overview.txt Initial version 2016-03-04 07:09:26 -08:00
CQcam.txt Initial version 2016-03-04 07:09:26 -08:00
cx18.txt Initial version 2016-03-04 07:09:26 -08:00
extract_xc3028.pl Initial version 2016-03-04 07:09:26 -08:00
fimc.txt Initial version 2016-03-04 07:09:26 -08:00
gspca.txt Initial version 2016-03-04 07:09:26 -08:00
hauppauge-wintv-cx88-ir.txt Initial version 2016-03-04 07:09:26 -08:00
lifeview.txt Initial version 2016-03-04 07:09:26 -08:00
meye.txt Initial version 2016-03-04 07:09:26 -08:00
not-in-cx2388x-datasheet.txt Initial version 2016-03-04 07:09:26 -08:00
omap3isp.txt Initial version 2016-03-04 07:09:26 -08:00
omap4_camera.txt Initial version 2016-03-04 07:09:26 -08:00
pxa_camera.txt Initial version 2016-03-04 07:09:26 -08:00
radiotrack.txt Initial version 2016-03-04 07:09:26 -08:00
README.cpia2 Initial version 2016-03-04 07:09:26 -08:00
README.cx88 Initial version 2016-03-04 07:09:26 -08:00
README.davinci-vpbe Initial version 2016-03-04 07:09:26 -08:00
README.ir Initial version 2016-03-04 07:09:26 -08:00
README.ivtv Initial version 2016-03-04 07:09:26 -08:00
README.pvrusb2 Initial version 2016-03-04 07:09:26 -08:00
README.saa7134 Initial version 2016-03-04 07:09:26 -08:00
README.tlg2300 Initial version 2016-03-04 07:09:26 -08:00
sh_mobile_ceu_camera.txt Initial version 2016-03-04 07:09:26 -08:00
si470x.txt Initial version 2016-03-04 07:09:26 -08:00
si476x.txt Initial version 2016-03-04 07:09:26 -08:00
si4713.txt Initial version 2016-03-04 07:09:26 -08:00
soc-camera.txt Initial version 2016-03-04 07:09:26 -08:00
uvcvideo.txt Initial version 2016-03-04 07:09:26 -08:00
v4l2-controls.txt Initial version 2016-03-04 07:09:26 -08:00
v4l2-framework.txt Initial version 2016-03-04 07:09:26 -08:00
videobuf Initial version 2016-03-04 07:09:26 -08:00
w9966.txt Initial version 2016-03-04 07:09:26 -08:00
Zoran Initial version 2016-03-04 07:09:26 -08:00
zr364xx.txt Initial version 2016-03-04 07:09:26 -08:00

tlg2300 release notes
====================

This is a v4l2/dvb device driver for the tlg2300 chip.


current status
==============

video
	- support mmap and read().(no overlay)

audio
	- The driver will register a ALSA card for the audio input.

vbi
	- Works for almost TV norms.

dvb-t
	- works for DVB-T

FM
	- Works for radio.

---------------------------------------------------------------------------
TESTED APPLICATIONS:

-VLC1.0.4 test the video and dvb. The GUI is friendly to use.

-Mplayer test the video.

-Mplayer test the FM. The mplayer should be compiled with --enable-radio and
	 --enable-radio-capture.
	The command runs as this(The alsa audio registers to card 1):
	#mplayer radio://103.7/capture/ -radio adevice=hw=1,0:arate=48000 \
		-rawaudio rate=48000:channels=2

---------------------------------------------------------------------------
KNOWN PROBLEMS:
about preemphasis:
	You can set the preemphasis for radio by the following command:
	#v4l2-ctl -d /dev/radio0 --set-ctrl=pre_emphasis_settings=1

	"pre_emphasis_settings=1" means that you select the 50us. If you want
	to select the 75us, please use "pre_emphasis_settings=2"