Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Enumerations for camera and video functionality. More...
Enumerations | |
enum class | Rotation { None = 0 , Clockwise90 = 90 , Clockwise180 = 180 , Clockwise270 = 270 } |
Enumerations for camera and video functionality.
|
strong |
The angle of the clockwise rotation that should be applied to a video frame before displaying. The rotation is performed in video coordinates, where the Y-axis points downwards on the display. It means that the rotation direction complies with \l QTransform::rotate.
\value None No rotation required, the frame has correct orientation \value Clockwise90 The frame should be rotated clockwise by 90 degrees \value Clockwise180 The frame should be rotated clockwise by 180 degrees \value Clockwise270 The frame should be rotated clockwise by 270 degrees
Enumerator | |
---|---|
None | |
Clockwise90 | |
Clockwise180 | |
Clockwise270 |