android_kernel_lenovo_1050f/Documentation/video4linux
Maurizio Porrato 8773c99499 first commit 2020-06-06 18:20:15 +01:00
..
bttv first commit 2020-06-06 18:20:15 +01:00
cx88 first commit 2020-06-06 18:20:15 +01:00
cx2341x first commit 2020-06-06 18:20:15 +01:00
.gitignore first commit 2020-06-06 18:20:15 +01:00
4CCs.txt first commit 2020-06-06 18:20:15 +01:00
API.html first commit 2020-06-06 18:20:15 +01:00
CARDLIST.au0828 first commit 2020-06-06 18:20:15 +01:00
CARDLIST.bttv first commit 2020-06-06 18:20:15 +01:00
CARDLIST.cx88 first commit 2020-06-06 18:20:15 +01:00
CARDLIST.cx23885 first commit 2020-06-06 18:20:15 +01:00
CARDLIST.em28xx first commit 2020-06-06 18:20:15 +01:00
CARDLIST.ivtv first commit 2020-06-06 18:20:15 +01:00
CARDLIST.saa7134 first commit 2020-06-06 18:20:15 +01:00
CARDLIST.saa7164 first commit 2020-06-06 18:20:15 +01:00
CARDLIST.tm6000 first commit 2020-06-06 18:20:15 +01:00
CARDLIST.tuner first commit 2020-06-06 18:20:15 +01:00
CARDLIST.usbvision first commit 2020-06-06 18:20:15 +01:00
CQcam.txt first commit 2020-06-06 18:20:15 +01:00
README.cpia2 first commit 2020-06-06 18:20:15 +01:00
README.cx88 first commit 2020-06-06 18:20:15 +01:00
README.davinci-vpbe first commit 2020-06-06 18:20:15 +01:00
README.ir first commit 2020-06-06 18:20:15 +01:00
README.ivtv first commit 2020-06-06 18:20:15 +01:00
README.pvrusb2 first commit 2020-06-06 18:20:15 +01:00
README.saa7134 first commit 2020-06-06 18:20:15 +01:00
README.tlg2300 first commit 2020-06-06 18:20:15 +01:00
Zoran first commit 2020-06-06 18:20:15 +01:00
cafe_ccic first commit 2020-06-06 18:20:15 +01:00
cpia2_overview.txt first commit 2020-06-06 18:20:15 +01:00
cx18.txt first commit 2020-06-06 18:20:15 +01:00
extract_xc3028.pl first commit 2020-06-06 18:20:15 +01:00
fimc.txt first commit 2020-06-06 18:20:15 +01:00
gspca.txt first commit 2020-06-06 18:20:15 +01:00
hauppauge-wintv-cx88-ir.txt first commit 2020-06-06 18:20:15 +01:00
lifeview.txt first commit 2020-06-06 18:20:15 +01:00
meye.txt first commit 2020-06-06 18:20:15 +01:00
not-in-cx2388x-datasheet.txt first commit 2020-06-06 18:20:15 +01:00
omap3isp.txt first commit 2020-06-06 18:20:15 +01:00
pxa_camera.txt first commit 2020-06-06 18:20:15 +01:00
radiotrack.txt first commit 2020-06-06 18:20:15 +01:00
sh_mobile_ceu_camera.txt first commit 2020-06-06 18:20:15 +01:00
si470x.txt first commit 2020-06-06 18:20:15 +01:00
si476x.txt first commit 2020-06-06 18:20:15 +01:00
si4713.txt first commit 2020-06-06 18:20:15 +01:00
sn9c102.txt first commit 2020-06-06 18:20:15 +01:00
soc-camera.txt first commit 2020-06-06 18:20:15 +01:00
uvcvideo.txt first commit 2020-06-06 18:20:15 +01:00
v4l2-controls.txt first commit 2020-06-06 18:20:15 +01:00
v4l2-framework.txt first commit 2020-06-06 18:20:15 +01:00
videobuf first commit 2020-06-06 18:20:15 +01:00
w9966.txt first commit 2020-06-06 18:20:15 +01:00
zr364xx.txt first commit 2020-06-06 18:20:15 +01:00

README.tlg2300

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"