Lines Matching +full:video +full:- +full:firmware
1 .. SPDX-License-Identifier: GPL-2.0
11 Hauppauge PVR-350.
15 #) This driver requires the latest encoder firmware (version 2.06.039, size
16 376836 bytes). Get the firmware from here:
18 https://linuxtv.org/downloads/firmware/#conexant
25 Open Source driver implementation for video capture cards based on the
29 --------
31 * Hardware mpeg2 capture of broadcast video (and sound) via the tuner or
32 S-Video/Composite and audio line-in.
41 Additional features for the PVR-350 (CX23415 based)
42 ---------------------------------------------------
46 video signal)
47 * Provides a framebuffer (allowing X applications to appear on the video
55 --------
60 ---
64 ----------------------------------------------------------
67 -------
71 Cards that don't have a video output capability (i.e. non PVR350 cards)
80 .. code-block:: none
82 crw-rw---- 1 root video 81, 0 Jun 19 22:22 /dev/video0
83 crw-rw---- 1 root video 81, 16 Jun 19 22:22 /dev/video16
84 crw-rw---- 1 root video 81, 24 Jun 19 22:22 /dev/video24
85 crw-rw---- 1 root video 81, 32 Jun 19 22:22 /dev/video32
86 crw-rw---- 1 root video 81, 48 Jun 19 22:22 /dev/video48
87 crw-rw---- 1 root video 81, 64 Jun 19 22:22 /dev/radio0
88 crw-rw---- 1 root video 81, 224 Jun 19 22:22 /dev/vbi0
89 crw-rw---- 1 root video 81, 228 Jun 19 22:22 /dev/vbi8
90 crw-rw---- 1 root video 81, 232 Jun 19 22:22 /dev/vbi16
93 ------------
98 - /dev/video0 is the encoding capture device for the first card (card 0)
99 - /dev/video1 is the encoding capture device for the second card (card 1)
100 - /dev/video2 is the encoding capture device for the third card (card 2)
111 - /dev/video0
115 Read-only.
120 .. code-block:: none
122 cat /dev/video0 > my.mpg (you need to hit ctrl-c to exit)
125 - /dev/video16
129 Write-only. Only present if the MPEG decoder (i.e. CX23415) exists.
131 An mpeg2 stream sent to this device will appear on the selected video
132 display, audio will appear on the line-out/audio out. It is only
133 available for cards that support video out. Example:
135 .. code-block:: none
140 - /dev/video24
144 Read-only
147 tuner or audio line-in. Reading from this device results in a raw
152 not supported in the decoder firmware.
155 - /dev/video32
157 The raw video capture device(s)
159 Read-only
161 The raw YUV video output from the current video input. The YUV format
168 - /dev/video48
170 The raw video display device(s)
172 Write-only. Only present if the MPEG decoder (i.e. CX23415) exists.
177 - /dev/radio0
186 or /dev/video0 to get an mpeg2 stream with black video.
189 - /dev/vbi0
193 Read-only
195 Captures the raw (or sliced) video data sent during the Vertical Blank
201 - /dev/vbi8
205 Read-only. Only present if the MPEG decoder (i.e. CX23415) exists.
212 - /dev/vbi16
216 Write-only. Only present if the MPEG decoder (i.e. CX23415) exists.
218 Can be used to send sliced VBI data to the video-out connector.