← Documents Documentation/userspace-api/media/v4l/selection-api.rst GitHub 원문 ↗

Linux 6.18.37 · Userspace API / Media / V4L

V4L2 선택 API

자르기, 합성 및 배율 조정 선택 API 문서의 진입점입니다.

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

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

1. 요약·해설

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

요약·해설

selection-api.rst:1-16

자르기, 합성 및 배율 조정 선택 API 문서의 진입점입니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2
3 .. _selection-api:
4
5 Cropping, composing and scaling -- the SELECTION API
6 ====================================================
7
8
9 .. toctree::
10 :maxdepth: 1
11
12 selection-api-intro.rst
13 selection-api-targets.rst
14 selection-api-configuration.rst
15 selection-api-vs-crop-api.rst
16 selection-api-examples.rst
17

3. 한국어 전문 번역

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

선택 API 문서 구성

1-16

선택 API 문서는 자르기, 합성 및 배율 조정의 개념부터 대상, 구성 절차, 기존 CROP API와의 차이, 실제 호출 예제 순서로 구성됩니다.

선택 API 하위 문서
문서내용
selection-api-intro자르기, 합성, 배율 조정 개념
selection-api-targets선택 대상과 처리 흐름
selection-api-configuration캡처 및 출력 구성 절차
selection-api-vs-crop-api기존 CROP API와의 비교
selection-api-examplesioctl 사용 예제

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

.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later

.. _selection-api:

Cropping, composing and scaling -- the SELECTION API
====================================================


.. toctree::
    :maxdepth: 1

    selection-api-intro.rst
    selection-api-targets.rst
    selection-api-configuration.rst
    selection-api-vs-crop-api.rst
    selection-api-examples.rst