← Documents Documentation/userspace-api/media/drivers/index.rst GitHub 원문 ↗

Linux 6.18.37 · Userspace API / Media / Drivers

Video4Linux driver-specific documentation

Video4Linux driver별 uAPI 문서의 license와 toctree 색인입니다.

Source pathDocumentation/userspace-api/media/drivers/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약·해설

index.rst:1-40

V4L driver별 format, control과 event 문서로 진입하는 번호 매김 색인입니다. translations 제외 번역 대상의 일부이며 색인 문구와 12개 toctree 항목을 모두 보존했습니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 .. include:: <isonum.txt>
4
5 .. _v4l-drivers_uapi:
6
7 ################################################
8 Video4Linux (V4L) driver-specific documentation
9 ################################################
10
11 **Copyright** |copy| 1999-2016 : LinuxTV Developers
12
13 This documentation is free software; you can redistribute it and/or modify it
14 under the terms of the GNU General Public License as published by the Free
15 Software Foundation version 2 of the License.
16
17 This program is distributed in the hope that it will be useful, but WITHOUT
18 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
19 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
20 more details.
21
22 For more details see the file COPYING in the source distribution of Linux.
23
24 .. toctree::
25 :caption: Table of Contents
26 :maxdepth: 5
27 :numbered:
28
29 aspeed-video
30 camera-sensor
31 ccs
32 cx2341x-uapi
33 dw100
34 imx-uapi
35 max2175
36 npcm-video
37 omap3isp-uapi
38 thp7312
39 uvcvideo
40 vgxy61
41

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

저작권과 license

1-23

이 페이지는 Video4Linux(V4L) driver-specific documentation의 색인입니다. Copyright 1999–2016 LinuxTV Developers입니다.

문서는 Free Software Foundation이 공개한 GNU General Public License version 2 조건에 따라 재배포하거나 수정할 수 있는 free software입니다.

유용하기를 바라며 배포하지만 MERCHANTABILITY 또는 FITNESS FOR A PARTICULAR PURPOSE를 포함한 어떠한 warranty도 제공하지 않습니다. 자세한 조건은 Linux source distribution의 `COPYING` file을 참고합니다.

V4L driver documentation license
항목설명
LicenseGNU GPL version 2
Copyright1999–2016 LinuxTV Developers
Warranty없음
Full termsLinux source distribution의 COPYING

색인 문서의 배포 조건을 요약합니다.

.. SPDX-License-Identifier: GPL-2.0

.. include:: <isonum.txt>

.. _v4l-drivers_uapi:

################################################
Video4Linux (V4L)  driver-specific documentation
################################################

**Copyright** |copy| 1999-2016 : LinuxTV Developers

This documentation is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation version 2 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.

For more details see the file COPYING in the source distribution of Linux.

Driver-specific 문서 목록

24-40

toctree는 최대 깊이 5, 번호 매김을 사용하며 다음 driver-specific 문서를 순서대로 포함합니다.

Video4Linux driver 문서
순서문서
1aspeed-video
2camera-sensor
3ccs
4cx2341x-uapi
5dw100
6imx-uapi
7max2175
8npcm-video
9omap3isp-uapi
10thp7312
11uvcvideo
12vgxy61

원문의 toctree 순서를 보존합니다.

Driver 문서 탐색
Video4Linux driver-specific index대상 driver 선택Driver format·control·event 문서 열기관련 generic V4L2 uAPI와 함께 해석

색인에서 device별 uAPI 설명으로 이동합니다.

.. toctree::
	:caption: Table of Contents
	:maxdepth: 5
	:numbered:

	aspeed-video
	camera-sensor
	ccs
	cx2341x-uapi
	dw100
	imx-uapi
	max2175
	npcm-video
	omap3isp-uapi
	thp7312
	uvcvideo
	vgxy61