15 private string licenseKey = null;
21 set { licenseKey = value; }
22 get {
return licenseKey; }
26 private int webcamType = 0;
32 set { webcamType = value; }
33 get {
return webcamType; }
43 set { cameraType = value; }
44 get {
return cameraType; }
54 set { cameraResolution = value; }
55 get {
return cameraResolution; }
65 set { wearableType = value; }
66 get {
return wearableType; }
77 if (configuration == null)
87 if (configuration == null)
89 Debug.LogError(
"Configuration is null");
static AbstractConfigurationScriptableObject GetInstance()
Get configuration asset instance
WearableType
Wearable Device Type
CameraResolution
Supported camera resolution
string LicenseKey
App signature key
CameraDevice.CameraType CameraType
Select camera type
int WebcamType
Select webcam type
CameraType
Supported camera type (Mobile only)
API for wearable calibration.
Control the configuration asset file
CameraDevice.CameraResolution CameraResolution
Select camera resolution
WearableCalibration.WearableType WearableType
Select wearable device type
class for camera device handling