Archived:Main Page-V4L: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
 
(Restore original content)
Line 1: Line 1:
__NOTOC__
Removed links to XXX content...
__NOEDITSECTION__


<div style="background-color:#006600; padding:0.3em; color:#ffffff; font-weight:bold; font-size:150%; text-align:center">
Looking at history to restore content...
Welcome to the video4linux wiki (For DVB wiki, click [http://www.linuxtv.org/wiki here])
</div>

{|valign=top background=none
|valign=top|
<div style="vertical-align:top; margin:0; border:1px solid #6289AB; padding:0.5em; background-color:#ffffff">

This wiki is designed to serve as a community focus and the resource of reference for users and developers of the Video4Linux framework. In the short term, the task is to document the operation and quirks of hardware supported by v4l applications, to complement and offload the [https://listman.redhat.com/mailman/listinfo/video4linux-list v4l mailing list] -- cf. [http://marc.theaimsgroup.com/?l=linux-video searchable archives].

We are also encouraging developers to turn this site into a repository of knowledge about v4l, helping to ensure that expertise acquired through much hard labor and long dedication won't get lost, but can be passed on to new developers and keep free software thriving.

If you are a user looking for help, please try searching the [http://marc.theaimsgroup.com/?l=linux-video mailing list archives] first, before asking a question on the [https://listman.redhat.com/mailman/listinfo/video4linux-list v4l mailing list]. You may also be able to get immediate help on the #v4l irc channel on irc.freenode.net -- hopefully someone there will be able to help you! Don't leave your question on the wiki -- ask on the mailing list!

The wiki will only be as useful as we make it. Every user of video4linux has something to contribute, and we encourage you to begin right away. Whatever you can contribute will be warmly appreciated, whether it is a set of instructions for how to get a certain card working, a report on the audio and video quality of a working card, suggestions for how to extend an existing driver or write a new one, or an explanation of the internal logic of v4l itself.

To keep these instructions free, all contributions to this wiki are automatically licensed under the GNU General Public License [http://www.gnu.org/copyleft/gpl.html GPL]. If you wish, you may specify in each case that your contribution is dual-licensed under the [http://www.opensource.org/licenses/mit-license.html MIT License]. Please help us keep spam away by signing in before you post.

Enjoy!

[[People behind V4L]]


'''To make a contribution, please begin by familiarizing yourself with the layout of the site, so that your contribution will end up in the right location. As the site grows, it takes increasing discipline to keep it from turning into a tangle. We want to aggregate information about available hardware, v4l experiences, HOWTOs, and technical information about the workings of v4l devices work, and it's up to each of us to do this in a way that makes the information easy to access -- a useful and well-organized resource for everyone interested in video4linux.
</div>
|}

<div style="margin:0; border:1px solid #6289AB; padding:0.5em; background-color:#F7F9FB;">
{|valign=top cellpadding=0 cellspacing=0 width=100%
|valign=top bgcolor=#F7F9FB width=5%|
|valign=top bgcolor=#F7F9FB width=45%|
* '''Technical Background'''
** [[Video4linux APIs]]
** [http://users.pandora.be/educypedia/electronics/television.htm TV Encyclopedia]
** [http://www.ee.surrey.ac.uk/Contrib/WorldTV/ Analog TV]
** [[Digital TV]]
** [[PCI interface chipsets used for v4l cards]]
** [[GPIO pins]]
** [http://secure.netroedge.com/~lm78/docs.html i2c Protocol]
** [[Radio Data System (RDS)]]
* '''Developer Section'''
** [[How to build from CVS |How to build from v4l CVS]]
** [[How to write good problem report |How to write a good problem report]]
** [[How_to_submit_patches |How to submit patches]]
** [[Anatomy of a v4l device]]
** [[Anatomy of a v4l driver]]
** [[How to add support for a new card]]
** [[TODO - main tasks]]
** [[Maintaining CVS tree]]
** '''Kernel Development'''
*** [[SubmittingPatches | Rules for submitting patches]]
*** [[Documentation/SubmittingDrivers | Rules for submitting drivers]]
*** [[Documentation/CodingStyle | Coding Style]]
*** [http://jungla.dit.upm.es/%7Ejmseyas/linux/kernel/hackers-docs.html Documentation index]

* '''Applications'''
** [[TV Viewing]]
** [[TV Recording]]
** [[Streaming]]
** [[Text capture]] (Teletext/CC Closed Captioning)

|valign=top bgcolor=#F7F9FB width=45%|
* '''Supported Hardware'''
** [[Tuners]]
** [[Audio Decoders]]
** [[Hardware vs software encoders]]
** [[v4l card vendors]]
** TV cards and drivers
*** Video via PCI
**** [[List survey of cards in use now]]
**** [[bttv devices (bt848, bt878)]]
***** [[btaudio (bt878)]]
**** [[saa7134 devices (saa713x)]]
**** [[saa7146 devices]]
**** [[cx88 devices (cx2388x) ]]
**** [[ivtv devices (cx23415, cx23416)]]
**** [[zoran devices (zr36057, zr36067)]]
**** [[zoran devices (zr36120, zr36125)]]
*** Video via USB
**** [[USBVideo]] Request support for USB Video devices
**** [[Em2820]] (USB Analog only)
**** [[Em2880]] (USB Analog+DVB-T)
**** [[USBVision devices]]
**** [[DiBcom USB devices]]
**** [[OmniVision USB devices (OV511, etc)]]
** Graphics cards with TV tuner
*** [[ATI]]
*** [[NVIDIA]]
** Other devices
*** [[Radio]]s
*** [[Webcams]]
*** [[Scanners]]
*** [[Loopback]]

* '''Peripherals for v4l'''
** [[Remote controllers]]

* '''[[v4l Links]]'''

|}
</div>

[http://linuxtv.org Category:LinuxTV]

Revision as of 20:13, 15 March 2006


Welcome to the video4linux wiki (For DVB wiki, click here)

This wiki is designed to serve as a community focus and the resource of reference for users and developers of the Video4Linux framework. In the short term, the task is to document the operation and quirks of hardware supported by v4l applications, to complement and offload the v4l mailing list -- cf. searchable archives.

We are also encouraging developers to turn this site into a repository of knowledge about v4l, helping to ensure that expertise acquired through much hard labor and long dedication won't get lost, but can be passed on to new developers and keep free software thriving.

If you are a user looking for help, please try searching the mailing list archives first, before asking a question on the v4l mailing list. You may also be able to get immediate help on the #v4l irc channel on irc.freenode.net -- hopefully someone there will be able to help you! Don't leave your question on the wiki -- ask on the mailing list!

The wiki will only be as useful as we make it. Every user of video4linux has something to contribute, and we encourage you to begin right away. Whatever you can contribute will be warmly appreciated, whether it is a set of instructions for how to get a certain card working, a report on the audio and video quality of a working card, suggestions for how to extend an existing driver or write a new one, or an explanation of the internal logic of v4l itself.

To keep these instructions free, all contributions to this wiki are automatically licensed under the GNU General Public License GPL. If you wish, you may specify in each case that your contribution is dual-licensed under the MIT License. Please help us keep spam away by signing in before you post.

Enjoy!

People behind V4L


To make a contribution, please begin by familiarizing yourself with the layout of the site, so that your contribution will end up in the right location. As the site grows, it takes increasing discipline to keep it from turning into a tangle. We want to aggregate information about available hardware, v4l experiences, HOWTOs, and technical information about the workings of v4l devices work, and it's up to each of us to do this in a way that makes the information easy to access -- a useful and well-organized resource for everyone interested in video4linux.

Category:LinuxTV