OSHW-DEIMOS/SOFTWARE/A64-TERES/linux-a64/Documentation/video4linux
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00
..
bttv linux 2017-10-13 14:07:04 +03:00
cx88 linux 2017-10-13 14:07:04 +03:00
cx2341x linux 2017-10-13 14:07:04 +03:00
.gitignore linux 2017-10-13 14:07:04 +03:00
4CCs.txt linux 2017-10-13 14:07:04 +03:00
API.html linux 2017-10-13 14:07:04 +03:00
cafe_ccic linux 2017-10-13 14:07:04 +03:00
CARDLIST.au0828 linux 2017-10-13 14:07:04 +03:00
CARDLIST.bttv linux 2017-10-13 14:07:04 +03:00
CARDLIST.cx88 linux 2017-10-13 14:07:04 +03:00
CARDLIST.cx23885 linux 2017-10-13 14:07:04 +03:00
CARDLIST.em28xx linux 2017-10-13 14:07:04 +03:00
CARDLIST.ivtv linux 2017-10-13 14:07:04 +03:00
CARDLIST.saa7134 linux 2017-10-13 14:07:04 +03:00
CARDLIST.saa7164 linux 2017-10-13 14:07:04 +03:00
CARDLIST.tm6000 linux 2017-10-13 14:07:04 +03:00
CARDLIST.tuner linux 2017-10-13 14:07:04 +03:00
CARDLIST.usbvision linux 2017-10-13 14:07:04 +03:00
cpia2_overview.txt linux 2017-10-13 14:07:04 +03:00
CQcam.txt linux 2017-10-13 14:07:04 +03:00
cx18.txt linux 2017-10-13 14:07:04 +03:00
extract_xc3028.pl linux 2017-10-13 14:07:04 +03:00
fimc.txt linux 2017-10-13 14:07:04 +03:00
gspca.txt linux 2017-10-13 14:07:04 +03:00
hauppauge-wintv-cx88-ir.txt linux 2017-10-13 14:07:04 +03:00
lifeview.txt linux 2017-10-13 14:07:04 +03:00
meye.txt linux 2017-10-13 14:07:04 +03:00
not-in-cx2388x-datasheet.txt linux 2017-10-13 14:07:04 +03:00
omap3isp.txt linux 2017-10-13 14:07:04 +03:00
pxa_camera.txt linux 2017-10-13 14:07:04 +03:00
radiotrack.txt linux 2017-10-13 14:07:04 +03:00
README.cpia2 linux 2017-10-13 14:07:04 +03:00
README.cx88 linux 2017-10-13 14:07:04 +03:00
README.davinci-vpbe linux 2017-10-13 14:07:04 +03:00
README.ir linux 2017-10-13 14:07:04 +03:00
README.ivtv linux 2017-10-13 14:07:04 +03:00
README.pvrusb2 linux 2017-10-13 14:07:04 +03:00
README.saa7134 linux 2017-10-13 14:07:04 +03:00
README.tlg2300 linux 2017-10-13 14:07:04 +03:00
sh_mobile_ceu_camera.txt linux 2017-10-13 14:07:04 +03:00
si470x.txt linux 2017-10-13 14:07:04 +03:00
si476x.txt linux 2017-10-13 14:07:04 +03:00
si4713.txt linux 2017-10-13 14:07:04 +03:00
sn9c102.txt linux 2017-10-13 14:07:04 +03:00
soc-camera.txt linux 2017-10-13 14:07:04 +03:00
uvcvideo.txt linux 2017-10-13 14:07:04 +03:00
v4l2-controls.txt linux 2017-10-13 14:07:04 +03:00
v4l2-framework.txt linux 2017-10-13 14:07:04 +03:00
videobuf linux 2017-10-13 14:07:04 +03:00
w9966.txt linux 2017-10-13 14:07:04 +03:00
Zoran linux 2017-10-13 14:07:04 +03:00
zr364xx.txt linux 2017-10-13 14:07:04 +03: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"