cameraFormat QML Basic Type
Describes a video format supported by a camera device. More...
cameraFormat represents a certain video format supported by a camera device.
The format is a combination of a QVideoFrameFormat::PixelFormat, resolution and a range of frame rates.
cameraFormat objects can be queried from cameraDevice to inspect the set of supported video formats.
See also cameraDevice and Camera.