EnvironmentData

data class EnvironmentData(val resolution: Size, val rotationValue: Int, var frameId: Long = 0)

This data structure contains the other engine/camera/environment info

Since

1.0.0

Parameters

resolution

resolution data of the image to the engine

rotationValue

the current camera rotation value 0,90,180,270

frameId

the current camera frame ID

Constructors

Link copied to clipboard
fun EnvironmentData(resolution: Size, rotationValue: Int, frameId: Long = 0)

Properties

Link copied to clipboard
var frameId: Long = 0
Link copied to clipboard
Link copied to clipboard
val rotationValue: Int