Frame

data class Frame(val focalLengthMillimeters: Double, val focusDistance: Double?)

Frame properties. These might vary per image.

Constructors

Link copied to clipboard
constructor(focalLengthMillimeters: Double, focusDistance: Double?)