MultiPlaneImage
data class MultiPlaneImage(val width: Int, val height: Int, internalPlanes: List<MultiPlaneImage.Plane>, val timestamp: Long, val elapsedRealtimeWhenCaptured: Long, val seq: Long = 0, val orientation: Orientation = Orientation(false, RotationDegrees.R0))
Represents an image composed of multiple planes.
Constructors
Link copied to clipboard
fun MultiPlaneImage(width: Int, height: Int, internalPlanes: List<MultiPlaneImage.Plane>, timestamp: Long, elapsedRealtimeWhenCaptured: Long, seq: Long = 0, orientation: Orientation = Orientation(false, RotationDegrees.R0))
Types
Functions
Properties
Link copied to clipboard
Link copied to clipboard
The orientation of the image (default value is Orientation with rotation RotationDegrees.R0).