You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| bttv | 4 years ago | |
| cx88 | 4 years ago | |
| cx2341x | 4 years ago | |
| 4CCs.txt | 4 years ago | |
| API.html | 4 years ago | |
| CARDLIST.au0828 | 4 years ago | |
| CARDLIST.bttv | 4 years ago | |
| CARDLIST.cx88 | 4 years ago | |
| CARDLIST.cx23885 | 4 years ago | |
| CARDLIST.em28xx | 4 years ago | |
| CARDLIST.ivtv | 4 years ago | |
| CARDLIST.saa7134 | 4 years ago | |
| CARDLIST.saa7164 | 4 years ago | |
| CARDLIST.tm6000 | 4 years ago | |
| CARDLIST.tuner | 4 years ago | |
| CARDLIST.usbvision | 4 years ago | |
| CQcam.txt | 4 years ago | |
| Makefile | 4 years ago | |
| README.cpia2 | 4 years ago | |
| README.cx88 | 4 years ago | |
| README.davinci-vpbe | 4 years ago | |
| README.ir | 4 years ago | |
| README.ivtv | 4 years ago | |
| README.pvrusb2 | 4 years ago | |
| README.saa7134 | 4 years ago | |
| README.tlg2300 | 4 years ago | |
| Zoran | 4 years ago | |
| cafe_ccic | 4 years ago | |
| cpia2_overview.txt | 4 years ago | |
| cx18.txt | 4 years ago | |
| extract_xc3028.pl | 4 years ago | |
| fimc.txt | 4 years ago | |
| gspca.txt | 4 years ago | |
| hauppauge-wintv-cx88-ir.txt | 4 years ago | |
| lifeview.txt | 4 years ago | |
| meye.txt | 4 years ago | |
| not-in-cx2388x-datasheet.txt | 4 years ago | |
| omap3isp.txt | 4 years ago | |
| omap4_camera.txt | 4 years ago | |
| pxa_camera.txt | 4 years ago | |
| radiotrack.txt | 4 years ago | |
| sh_mobile_ceu_camera.txt | 4 years ago | |
| si470x.txt | 4 years ago | |
| si476x.txt | 4 years ago | |
| si4713.txt | 4 years ago | |
| soc-camera.txt | 4 years ago | |
| uvcvideo.txt | 4 years ago | |
| v4l2-controls.txt | 4 years ago | |
| v4l2-framework.txt | 4 years ago | |
| v4l2-pci-skeleton.c | 4 years ago | |
| videobuf | 4 years ago | |
| vivid.txt | 4 years ago | |
| w9966.txt | 4 years ago | |
| zr364xx.txt | 4 years ago | |
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"