cameraFormat QML Basic Type
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.