| 1 |
pcg |
1.1 |
NAME |
| 2 |
|
|
Video::Capture::V4l - Perl interface to the Video4linux framegrabber |
| 3 |
|
|
interface. |
| 4 |
|
|
|
| 5 |
|
|
SYNOPSIS |
| 6 |
|
|
use Video::Capture::V4l; |
| 7 |
|
|
|
| 8 |
|
|
DESCRIPTION |
| 9 |
|
|
Not documentation AGAIN! Please see the scripts grab, inexer or vbi that |
| 10 |
|
|
are packaged in the distribution and direct any question and feature |
| 11 |
|
|
requests (as well as bug reports) to the author. |
| 12 |
|
|
|
| 13 |
|
|
Exported constants |
| 14 |
|
|
The following hideous constants are defined in the `Video::Capture::V4l' |
| 15 |
|
|
package, but you seldom need to use them. |
| 16 |
|
|
|
| 17 |
|
|
AUDIO_BASS |
| 18 |
|
|
AUDIO_MUTABLE |
| 19 |
|
|
AUDIO_MUTE |
| 20 |
|
|
AUDIO_TREBLE |
| 21 |
|
|
AUDIO_VOLUME |
| 22 |
|
|
CAPTURE_EVEN |
| 23 |
|
|
CAPTURE_ODD |
| 24 |
|
|
MAX_FRAME |
| 25 |
|
|
MODE_AUTO |
| 26 |
|
|
MODE_NTSC |
| 27 |
|
|
MODE_PAL |
| 28 |
|
|
MODE_SECAM |
| 29 |
|
|
PALETTE_COMPONENT |
| 30 |
|
|
PALETTE_GREY |
| 31 |
|
|
PALETTE_HI240 |
| 32 |
|
|
PALETTE_PLANAR |
| 33 |
|
|
PALETTE_RAW |
| 34 |
|
|
PALETTE_RGB24 |
| 35 |
|
|
PALETTE_RGB32 |
| 36 |
|
|
PALETTE_RGB555 |
| 37 |
|
|
PALETTE_RGB565 |
| 38 |
|
|
PALETTE_UYVY |
| 39 |
|
|
PALETTE_YUV410P |
| 40 |
|
|
PALETTE_YUV411 |
| 41 |
|
|
PALETTE_YUV411P |
| 42 |
|
|
PALETTE_YUV420 |
| 43 |
|
|
PALETTE_YUV420P |
| 44 |
|
|
PALETTE_YUV422 |
| 45 |
|
|
PALETTE_YUV422P |
| 46 |
|
|
PALETTE_YUYV |
| 47 |
|
|
SOUND_LANG1 |
| 48 |
|
|
SOUND_LANG2 |
| 49 |
|
|
SOUND_MONO |
| 50 |
|
|
SOUND_STEREO |
| 51 |
|
|
TUNER_LOW |
| 52 |
|
|
TUNER_MBS_ON |
| 53 |
|
|
TUNER_NORM |
| 54 |
|
|
TUNER_NTSC |
| 55 |
|
|
TUNER_PAL |
| 56 |
|
|
TUNER_RDS_ON |
| 57 |
|
|
TUNER_SECAM |
| 58 |
|
|
TUNER_STEREO_ON |
| 59 |
|
|
TYPE_CAMERA |
| 60 |
|
|
TYPE_TV |
| 61 |
|
|
VC_AUDIO |
| 62 |
|
|
VC_TUNER |
| 63 |
|
|
TYPE_CAPTURE |
| 64 |
|
|
TYPE_CHROMAKEY |
| 65 |
|
|
TYPE_CLIPPING |
| 66 |
|
|
TYPE_FRAMERAM |
| 67 |
|
|
TYPE_MONOCHROME |
| 68 |
|
|
TYPE_OVERLAY |
| 69 |
|
|
TYPE_SCALES |
| 70 |
|
|
TYPE_SUBCAPTURE |
| 71 |
|
|
TYPE_TELETEXT |
| 72 |
|
|
TYPE_TUNER |
| 73 |
|
|
|
| 74 |
|
|
AUTHOR |
| 75 |
|
|
Marc Lehmann <pcg@goof.com> |
| 76 |
|
|
|
| 77 |
|
|
LICENSE |
| 78 |
|
|
This module is available under GPL only (see the file COPYING for |
| 79 |
|
|
details), if you want an exception please contact the author, who might |
| 80 |
|
|
grant exceptions freely ;) |
| 81 |
|
|
|
| 82 |
|
|
SEE ALSO |
| 83 |
|
|
perl(1). |
| 84 |
|
|
|