Describes a video format supported by a camera device. More...
| Import Statement: | import QtMultimedia
|
cameraFormat represents a certain video format supported by a camera device.
The format is a combination of a pixel format, resolution, and a range of frame frates.
cameraFormat objects can be queried from cameraDevice to inspect the set of supported video formats.
See also cameraDevice and Camera.
maxFrameRate : real
Returns the highest frame rate defined by this format.
The camera will always try to use the maximum frame rate supported by a certain video format.
minFrameRate : real
Returns the lowest frame rate defined by this format.
pixelFormat : enumeration
Holds the pixel format.
Most commonly this is either QVideoFrameFormat::Format_Jpeg or QVideoFrameFormat::Format_YUVY but other formats could also be supported by the camera.
See also QVideoFrameFormat::PixelFormat.
resolution : size
Returns the resolution.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qml-cameraformat.html