Auki::Integration::ARFoundation::CameraFrame
Set of information related to a single capture from a Camera.
Public Attributes
Name | |
---|---|
Texture | Texture Image captured from the camera, as a Unity UnityEngine.Texture. |
Matrix4x4 | ARProjectionMatrix Projection matrix associated with the captured image, usable on a Unity camera for correct display for AR. |
Matrix4x4 | ARWorldToCameraMatrix CameraToWorld matrix associated with the captured image, usable on a Unity camera for correct display for AR. |
Public Attributes Documentation
variable Texture
Texture Texture;
Image captured from the camera, as a Unity UnityEngine.Texture.
variable ARProjectionMatrix
Matrix4x4 ARProjectionMatrix;
Projection matrix associated with the captured image, usable on a Unity camera for correct display for AR.
variable ARWorldToCameraMatrix
Matrix4x4 ARWorldToCameraMatrix;
CameraToWorld matrix associated with the captured image, usable on a Unity camera for correct display for AR.