Skip to main content

Auki::ConjureKit::Manna::OneFrameQrPose

Public Functions

Name
Vector2[]ProcessCorners(NativeArray< byte > pixelBuffer, long timestamp, int screenWidth, int screenHeight, int textureWidth, int textureHeight, float[] points)
PoseEstimatePose(Vector2[] screenCorners, float physicalSize, Matrix4x4 worldToScreenMatrix, Matrix4x4 worldToCameraMatrix, int screenWidth, int screenHeight, ScreenOrientation orientation)

Public Functions Documentation

function ProcessCorners

static Vector2[] ProcessCorners(
NativeArray< byte > pixelBuffer,
long timestamp,
int screenWidth,
int screenHeight,
int textureWidth,
int textureHeight,
float[] points
)

function EstimatePose

static Pose EstimatePose(
Vector2[] screenCorners,
float physicalSize,
Matrix4x4 worldToScreenMatrix,
Matrix4x4 worldToCameraMatrix,
int screenWidth,
int screenHeight,
ScreenOrientation orientation
)