cameraFormat QML Value Type
카메라 장치에서 지원하는 비디오 포맷에 대해 설명합니다. 자세히...
Import Statement: | import QtMultimedia |
속성
- maxFrameRate : real
- minFrameRate : real
- pixelFormat : enumeration
- resolution : size
상세 설명
카메라 포맷은 카메라 장치에서 지원하는 특정 비디오 포맷을 나타냅니다.
이 형식은 QVideoFrameFormat::PixelFormat, 해상도 및 프레임 속도 범위의 조합입니다.
카메라 포맷 객체는 cameraDevice 에서 쿼리하여 지원되는 비디오 포맷 집합을 검사할 수 있습니다.
cameraDevice 와 Camera 를참조하세요 .
속성 문서
maxFrameRate : real |
이 포맷에 정의된 최고 프레임 속도를 반환합니다.
카메라는 항상 특정 동영상 포맷에서 지원하는 최대 프레임 속도를 사용하려고 시도합니다.
minFrameRate : real |
이 포맷에 정의된 최저 프레임 속도를 반환합니다.
pixelFormat : enumeration |
픽셀 형식을 보유합니다.
가장 일반적으로는 QVideoFrameFormat::Format_Jpeg 또는 QVideoFrameFormat::Format_YUVY이지만 다른 포맷도 카메라에서 지원할 수 있습니다.
QVideoFrameFormat::PixelFormat 를참조하세요 .
resolution : size |
해상도를 반환합니다.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.