Archived:Main Page-V4L: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
m (New Linux API page)
Line 14: Line 14:
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.
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!
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.
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.
Line 35: Line 35:
|valign=top bgcolor=#F7F9FB width=45%|
|valign=top bgcolor=#F7F9FB width=45%|
* '''Technical Background'''
* '''Technical Background'''
** '''Video4linux APIs'''
** [[Video4linux APIs]]
*** [http://www.linuxtv.org/downloads/video4linux/API/V4L2_API Linux v4l2 API]
*** [http://www.linuxtv.org/downloads/video4linux/API/V4L1_API.html Linux v4l API - Obsoleted]
** [http://users.pandora.be/educypedia/electronics/television.htm TV Encyclopedia]
** [http://users.pandora.be/educypedia/electronics/television.htm TV Encyclopedia]
** [http://www.devlab.info/ New API]
** [http://www.ee.surrey.ac.uk/Contrib/WorldTV/ Analog TV]
** [http://www.ee.surrey.ac.uk/Contrib/WorldTV/ Analog TV]
** [[Digital TV]]
** [[Digital TV]]
Line 48: Line 45:
* '''Developer Section'''
* '''Developer Section'''
** [[How to build from CVS |How to build from v4l CVS]]
** [[How to build from CVS |How to build from v4l CVS]]
** [[How to write good problem report |How to write good problem report]]
** [[How to write a good problem report |How to write good problem report]]
** [[How_to_submit_patches |How to submit patches]]
** [[How_to_submit_patches |How to submit patches]]
** [[Anatomy of a v4l device]]
** [[Anatomy of a v4l device]]
Line 54: Line 51:
** [[How to add support for a new card]]
** [[How to add support for a new card]]
** [[TODO - main tasks]]
** [[TODO - main tasks]]
** [[Maintaining CVS tree]]
** [[Maintaining the CVS tree]]
** '''Kernel Development'''
** '''Kernel Development'''
*** [[SubmittingPatches | Kernel rules to submit patches]]
*** [[SubmittingPatches | Kernel rules to submit patches]]

Revision as of 04:39, 9 January 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!

The v4l wiki team


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