oleavr-rgl-a500-mini-linux-.../Documentation/video4linux
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00
..
bttv Initial commit 2022-05-07 01:01:45 +02:00
cx88 Initial commit 2022-05-07 01:01:45 +02:00
cx2341x Initial commit 2022-05-07 01:01:45 +02:00
.gitignore Initial commit 2022-05-07 01:01:45 +02:00
4CCs.txt Initial commit 2022-05-07 01:01:45 +02:00
API.html Initial commit 2022-05-07 01:01:45 +02:00
cafe_ccic Initial commit 2022-05-07 01:01:45 +02:00
CARDLIST.au0828 Initial commit 2022-05-07 01:01:45 +02:00
CARDLIST.bttv Initial commit 2022-05-07 01:01:45 +02:00
CARDLIST.cx88 Initial commit 2022-05-07 01:01:45 +02:00
CARDLIST.cx23885 Initial commit 2022-05-07 01:01:45 +02:00
CARDLIST.em28xx Initial commit 2022-05-07 01:01:45 +02:00
CARDLIST.ivtv Initial commit 2022-05-07 01:01:45 +02:00
CARDLIST.saa7134 Initial commit 2022-05-07 01:01:45 +02:00
CARDLIST.saa7164 Initial commit 2022-05-07 01:01:45 +02:00
CARDLIST.tm6000 Initial commit 2022-05-07 01:01:45 +02:00
CARDLIST.tuner Initial commit 2022-05-07 01:01:45 +02:00
CARDLIST.usbvision Initial commit 2022-05-07 01:01:45 +02:00
cpia2_overview.txt Initial commit 2022-05-07 01:01:45 +02:00
CQcam.txt Initial commit 2022-05-07 01:01:45 +02:00
cx18.txt Initial commit 2022-05-07 01:01:45 +02:00
extract_xc3028.pl Initial commit 2022-05-07 01:01:45 +02:00
fimc.txt Initial commit 2022-05-07 01:01:45 +02:00
gspca.txt Initial commit 2022-05-07 01:01:45 +02:00
hauppauge-wintv-cx88-ir.txt Initial commit 2022-05-07 01:01:45 +02:00
lifeview.txt Initial commit 2022-05-07 01:01:45 +02:00
meye.txt Initial commit 2022-05-07 01:01:45 +02:00
not-in-cx2388x-datasheet.txt Initial commit 2022-05-07 01:01:45 +02:00
omap3isp.txt Initial commit 2022-05-07 01:01:45 +02:00
pxa_camera.txt Initial commit 2022-05-07 01:01:45 +02:00
radiotrack.txt Initial commit 2022-05-07 01:01:45 +02:00
README.cpia2 Initial commit 2022-05-07 01:01:45 +02:00
README.cx88 Initial commit 2022-05-07 01:01:45 +02:00
README.davinci-vpbe Initial commit 2022-05-07 01:01:45 +02:00
README.ir Initial commit 2022-05-07 01:01:45 +02:00
README.ivtv Initial commit 2022-05-07 01:01:45 +02:00
README.pvrusb2 Initial commit 2022-05-07 01:01:45 +02:00
README.saa7134 Initial commit 2022-05-07 01:01:45 +02:00
README.tlg2300 Initial commit 2022-05-07 01:01:45 +02:00
sh_mobile_ceu_camera.txt Initial commit 2022-05-07 01:01:45 +02:00
si470x.txt Initial commit 2022-05-07 01:01:45 +02:00
si476x.txt Initial commit 2022-05-07 01:01:45 +02:00
si4713.txt Initial commit 2022-05-07 01:01:45 +02:00
sn9c102.txt Initial commit 2022-05-07 01:01:45 +02:00
soc-camera.txt Initial commit 2022-05-07 01:01:45 +02:00
uvcvideo.txt Initial commit 2022-05-07 01:01:45 +02:00
v4l2-controls.txt Initial commit 2022-05-07 01:01:45 +02:00
v4l2-framework.txt Initial commit 2022-05-07 01:01:45 +02:00
videobuf Initial commit 2022-05-07 01:01:45 +02:00
w9966.txt Initial commit 2022-05-07 01:01:45 +02:00
Zoran Initial commit 2022-05-07 01:01:45 +02:00
zr364xx.txt Initial commit 2022-05-07 01:01:45 +02: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"