FrameMetadata

class FrameMetadata(width: Int, height: Int, rotation: Int)

Metadata info of a camera frame.

Constructors

Link copied to clipboard
fun FrameMetadata(width: Int, height: Int, rotation: Int)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val rotation: Int
Link copied to clipboard
val width: Int