Class HeadsetCalibration
Inheritance
HeadsetCalibration
Assembly: cs.temp.dll.dll
Syntax
public class HeadsetCalibration : MonoBehaviour
Fields
arucoDebugVisualHelper
Debug Visual Helper in scene that will place game objects on aruco markers in the scene.
Declaration
protected DebugVisualHelper arucoDebugVisualHelper
Field Value
CalibrationDataReceivedCommandHeader
Declaration
public static readonly string CalibrationDataReceivedCommandHeader
Field Value
qrCodeDebugVisualHelper
Debug Visual Helper in scene that will place game objects on qr code markers in the scene.
Declaration
protected DebugVisualHelper qrCodeDebugVisualHelper
Field Value
qrCodeMarkerDetector
QR Code Marker Detector in scene
Declaration
protected QRCodeMarkerDetector qrCodeMarkerDetector
Field Value
RequestCalibrationDataCommandHeader
Declaration
public static readonly string RequestCalibrationDataCommandHeader
Field Value
showDebugVisuals
Check to show debug visuals for the detected markers.
Declaration
protected bool showDebugVisuals
Field Value
UploadCalibrationCommandHeader
Declaration
public static readonly string UploadCalibrationCommandHeader
Field Value
UploadCalibrationResultCommandHeader
Declaration
public static readonly string UploadCalibrationResultCommandHeader
Field Value
Methods
UpdateHeadsetCalibrationData()
Call to signal to the HeadsetCalibration class that it should create a new qr code/aruco marker payload
Declaration
public void UpdateHeadsetCalibrationData()
Events
Updated
Declaration
public event HeadsetCalibrationDataUpdatedHandler Updated
Event Type