This commit is contained in:
2025-11-13 17:40:28 +08:00
parent 962ab49609
commit 10156da245
5503 changed files with 805282 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum ControllerKeyEnum
{
CONTROLLER_KEY_JOYSTICK=0,
CONTROLLER_KEY_MENU=1,
CONTROLLER_KEY_TRIGGER=2,
CONTROLLER_KEY_RIGHT_A=3,
CONTROLLER_KEY_RIGHT_B=4,
CONTROLLER_KEY_LEFT_X=5,
CONTROLLER_KEY_LEFT_Y=6,
CONTROLLER_KEY_LEFT_GRIP=7,
CONTROLLER_KEY_RIGHT_GRIP=8,
CONTROLLER_KEY_VOLUME_DOWN=9,
CONTROLLER_KEY_VOLUME_UP=10,
CONTROLLER_KEY_CLICK=11
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 71820ab70affcbd4faa8707df25e1725
timeCreated: 1685945465

View File

@@ -0,0 +1,12 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum ControllerPairTimeEnum
{
DEFAULT=0,
FIFTEEN=15,
SIXTY=60,
ONE_HUNDRED_AND_TWENTY=120,
SIX_HUNDRED=600,
NEVER=-1
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 88ffdfff23fd922469ae84af0a209731
timeCreated: 1685943806

View File

@@ -0,0 +1,90 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum CustomizeSettingsTabEnum
{
/// <summary>
/// Hide the WIFI tag. Applicable to MerlinE, NEO3, PICO4, and Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_WLAN = 0,
/// <summary>
/// Hide the controller tag. Applicable to MerlinE, NEO3, and PICO4 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_CONTROLLER = 1,
/// <summary>
/// Hide the Bluetooth tag. Applicable to MerlinE, NEO3, PICO4, and Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_BLUETOOTH = 2,
/// <summary>
/// Hide the display tag. Applicable to MerlinE, NEO3, and PICO4 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_DISPLAY = 3,
/// <summary>
/// Hide the lab tag. Applicable to MerlinE, NEO3, and PICO4 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_LAB = 4,
/// <summary>
/// Hide the lock screen entry. Applicable to MerlinE, NEO3, PICO4, and Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_GENERAL_LOCKSCREEN = 5,
/// <summary>
/// Hide the factory reset entry. Applicable to MerlinE, NEO3, PICO4, and Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_GENERAL_FACTORY_RESET = 6,
/// <summary>
/// Account settings. Applicable to Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_ACCOUNTS = 7,
/// <summary>
/// System upgrade settings. Applicable to Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_SYSTEM_UPDATE = 8,
/// <summary>
/// Interaction settings. Applicable to Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_INTERACTION = 9,
/// <summary>
/// Pupil distance settings. Applicable to Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_PUPIL_DISTANCE = 10,
/// <summary>
/// Camera and see-through settings. Applicable to Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_CAMERA_SEETHROUGH = 11,
/// <summary>
/// Virtual environment settings. Applicable to Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_VIRTUAL_ENVIRONMENT = 12,
/// <summary>
/// Safety guard settings. Applicable to Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_SAFEGUARD = 13,
/// <summary>
/// Room capture settings. Applicable to Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_ROOM_CAPTURE = 14,
/// <summary>
/// Performance settings. Applicable to Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_PERFORMANCE = 15,
/// <summary>
/// Control center settings. Applicable to Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_CONTROL_CENTRE = 16,
/// <summary>
/// Notification settings. Applicable to Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_NOTIFICATIONS = 17,
/// <summary>
/// App management settings. Applicable to Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_APP_MANAGEMENT = 18,
/// <summary>
/// About device settings. Applicable to Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_ABOUT = 19,
/// <summary>
/// Help and feedback settings. Applicable to Sparrow_PUI5130 devices.
/// </summary>
CUSTOMIZE_SETTINGS_TAB_HELP_FEEDBACK = 20
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: f2714615e3a23d9449fdf19cdf584b48
timeCreated: 1685945379

View File

@@ -0,0 +1,8 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum DeviceControlEnum
{
DEVICE_CONTROL_REBOOT=0,
DEVICE_CONTROL_SHUTDOWN=1
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 9cfd7333ed47ab44a874e4fe98c1c08d
timeCreated: 1685937183

View File

@@ -0,0 +1,18 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum HomeEventEnum
{
SINGLE_CLICK=0,
DOUBLE_CLICK=1,
LONG_PRESS=2,
SINGLE_CLICK_RIGHT_CTL=3,
DOUBLE_CLICK_RIGHT_CTL=4,
LONG_PRESS_RIGHT_CTL=5,
SINGLE_CLICK_LEFT_CTL=6,
DOUBLE_CLICK_LEFT_CTL=7,
LONG_PRESS_LEFT_CTL=8,
SINGLE_CLICK_HMD=9,
DOUBLE_CLICK_HMD=10,
LONG_PRESS_HMD=11
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 599cdfc907c46d6488436b1622eafd50
timeCreated: 1685937306

View File

@@ -0,0 +1,17 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum HomeFunctionEnum
{
VALUE_HOME_GO_TO_SETTING=0,
VALUE_HOME_BACK=1,
VALUE_HOME_RECENTER=2,
VALUE_HOME_OPEN_APP=3,
VALUE_HOME_DISABLE=4,
VALUE_HOME_GO_TO_HOME=5,
VALUE_HOME_SEND_BROADCAST=6,
VALUE_HOME_CLEAN_MEMORY=7,
VALUE_HOME_QUICK_SETTING=8,
VALUE_HOME_SCREEN_CAP=9,
VALUE_HOME_SCREEN_RECORD=10
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 6effac1077bec9348aaf4f68c8787e7f
timeCreated: 1685937603

View File

@@ -0,0 +1,17 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum OnLineSystemUpdateStatusCode
{
IDLE = 0,
CHECKING_FOR_UPDATE = 1,
UPDATE_AVAILABLE = 2,
DOWNLOADING = 3,
DOWNLOAD_FINISH = 4,
UPGRADE_EXTRACTING = 5,
UPGRADE_VERIFYING = 6,
UPGRADE_WAITING_REBOOT = 7,
UPGRADE_FINISH = 8,
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 79034eaebec042aa9293074a76344d1a
timeCreated: 1721371631

View File

@@ -0,0 +1,13 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum OnlineSystemUpdateErrorCode
{
SUCCESS = 0,
ERROR = -1,
UPDATE_NOT_AVAILABLE = -3,
CHECK_UPDATE_ERROR = -4,
DOWNLOAD_ERROR = -5,
DOWNLOAD_VERIFY_ERROR = -6,
UPGRADE_ERROR = -7
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 31d0774851654ff7becb2ee354dfad40
timeCreated: 1721371579

View File

@@ -0,0 +1,10 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum PICOCastOptionOrStatusEnum
{
OPTION_RESOLUTION_LEVEL=0,
OPTION_BITRATE_LEVEL=1,
OPTION_AUDIO_ENABLE=2,
PICO_CAST_STATUS=3
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: aab97c5d20f1fe940beb18a3fe308e46
timeCreated: 1685945051

View File

@@ -0,0 +1,22 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum PICOCastOptionValueEnum
{
OPTION_VALUE_RESOLUTION_HIGH,
OPTION_VALUE_RESOLUTION_MIDDLE,
OPTION_VALUE_RESOLUTION_AUTO,
OPTION_VALUE_RESOLUTION_HIGH_2K,
OPTION_VALUE_RESOLUTION_HIGH_4K,
OPTION_VALUE_BITRATE_HIGH,
OPTION_VALUE_BITRATE_MIDDLE,
OPTION_VALUE_BITRATE_LOW,
OPTION_VALUE_AUDIO_ON,
OPTION_VALUE_AUDIO_OFF,
STATUS_VALUE_STATE_STARTED,
STATUS_VALUE_STATE_STOPPED,
STATUS_VALUE_ERROR
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 1de348b2dfe662e4b9053c101bbda4fa
timeCreated: 1685945106

View File

@@ -0,0 +1,9 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum PICOCastUrlTypeEnum
{
NORMAL_URL=0,
NO_CONFIRM_URL=1,
RTMP_URL=2
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 1d04bb6dfca248143bdd812fb00ea7b2
timeCreated: 1685944504

View File

@@ -0,0 +1,8 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum PackageControlEnum
{
PACKAGE_SILENCE_INSTALL=0,
PACKAGE_SILENCE_UNINSTALL=1
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: f9508b93fb3d76f49ae71ad9e3d679f9
timeCreated: 1685937232

View File

@@ -0,0 +1,7 @@
namespace Unity.XR.PICO.TOBSupport
{
public class PicoCastMediaFormat
{
public int bitrate = -1;//kb
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 8eca65ab8e7e4984a8415528a35a2f3d
timeCreated: 1686223794

View File

@@ -0,0 +1,20 @@
using System;
using System.Runtime.InteropServices;
namespace Unity.XR.PICO.TOBSupport
{
public enum PoseErrorType
{
BRIGHT_LIGHT_ERROR = (1 << 0),
LOW_LIGHT_ERROR = (1 << 1),
LOW_FEATURE_COUNT_ERROR = (1 << 2),
CAMERA_CALIBRATION_ERROR = (1 << 3),
RELOCATION_IN_PROGRESS = (1 << 4),
INITILIZATION_IN_PROGRESS = (1 << 5),
NO_CAMERA_ERROR = (1 << 6),
NO_IMU_ERROR = (1 << 7),
IMU_JITTER_ERROR = (1 << 8),
UNKNOWN_ERROR = (1 << 9)
};
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 46bdaa338aeb42e4c813168706e540f3
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,9 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum PowerOnOffLogoEnum
{
PLPowerOnLogo=0,
PLPowerOnAnimation=1,
PLPowerOffAnimation=2
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: f7e0adfb5b4e8e342ad0fa15263e54ca
timeCreated: 1685945676

View File

@@ -0,0 +1,13 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum ScreenOffDelayTimeEnum
{
THREE,
TEN ,
THIRTY ,
SIXTY,
THREE_HUNDRED,
SIX_HUNDRED ,
NEVER
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 22e9ab23329ae354097af770cf179472
timeCreated: 1685943725

View File

@@ -0,0 +1,10 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum ScreencastAudioOutputEnum
{
AUDIO_ERROR=0,
AUDIO_SINK = 1,
AUDIO_TARGET = 2,
AUDIO_SINK_TARGET = 3,
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: d484897b4d6e06b4281b6e25e222c723
timeCreated: 1685945230

View File

@@ -0,0 +1,13 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum SleepDelayTimeEnum
{
FIFTEEN ,
THIRTY ,
SIXTY ,
THREE_HUNDRED ,
SIX_HUNDRED ,
ONE_THOUSAND_AND_EIGHT_HUNDRED ,
NEVER
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: ca0a63d4310322847a9569df3fb34d4a
timeCreated: 1685943762

View File

@@ -0,0 +1,13 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum StartVRSettingsEnum
{
START_VR_SETTINGS_ITEM_WIFI=0,
START_VR_SETTINGS_ITEM_BLUETOOTH=1,
START_VR_SETTINGS_ITEM_CONTROLLER=2,
START_VR_SETTINGS_ITEM_LAB=3,
START_VR_SETTINGS_ITEM_BRIGHTNESS=4,
START_VR_SETTINGS_ITEM_GENERAL=5,
START_VR_SETTINGS_ITEM_NOTIFICATION=6
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 47b4eb0018f80d5428bed27d2e7f69bf
timeCreated: 1685944404

View File

@@ -0,0 +1,8 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum SwitchEnum
{
S_ON=0,
S_OFF=1
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: ef3b88f2e4c726543b34bbb0f0aca35f
timeCreated: 1685937261

View File

@@ -0,0 +1,543 @@
using System;
namespace Unity.XR.PICO.TOBSupport
{
public enum SystemFunctionSwitchEnum
{
/// <summary>
/// USB debugging switch.
/// </summary>
SFS_USB = 0,
/// <summary>
/// Automatic sleep switch.
/// </summary>
SFS_AUTOSLEEP = 1,
/// <summary>
/// Screen-on charging switch.
/// </summary>
[Obsolete]
SFS_SCREENON_CHARGING = 2,
/// <summary>
/// OTG charging switch (only available on G2 series).
/// </summary>
SFS_OTG_CHARGING = 3,
/// <summary>
/// Switch for displaying the return icon in 2D mode (only available on G2 series).
/// </summary>
SFS_RETURN_MENU_IN_2DMODE = 4,
/// <summary>
/// Combination key switch.
/// </summary>
SFS_COMBINATION_KEY = 5,
/// <summary>
/// Power-on calibration switch (only available on G2 series).
/// </summary>
SFS_CALIBRATION_WITH_POWER_ON = 6,
/// <summary>
/// System upgrade and update switch.
/// </summary>
SFS_SYSTEM_UPDATE = 7,
/// <summary>
/// Mobile screen mirroring switch, only supports PUI4.X.
/// </summary>
SFS_CAST_SERVICE = 8,
/// <summary>
/// Eye protection mode switch.
/// </summary>
SFS_EYE_PROTECTION = 9,
/// <summary>
/// Permanent disable switch for 6Dof safety zone.
/// </summary>
SFS_SECURITY_ZONE_PERMANENTLY = 10,
/// <summary>
/// Global calibration switch (only supported in 3dof mode).
/// </summary>
SFS_GLOBAL_CALIBRATION = 11,
/// <summary>
/// Automatic calibration (Obsolete).
/// </summary>
[Obsolete] SFS_Auto_Calibration = 12,
/// <summary>
/// USB boot switch.
/// </summary>
SFS_USB_BOOT = 13,
/// <summary>
/// Global UI prompt switch for volume adjustment.
/// </summary>
SFS_VOLUME_UI = 14,
/// <summary>
/// Global UI prompt switch for controller connection.
/// </summary>
SFS_CONTROLLER_UI = 15,
/// <summary>
/// Interface for turning on/off the navigation bar.
/// </summary>
SFS_NAVGATION_SWITCH = 16,
/// <summary>
/// Switch for displaying the screen recording button.
/// </summary>
SFS_SHORTCUT_SHOW_RECORD_UI = 17,
/// <summary>
/// Switch for turning on/off the fitness UI, supported on Neo3 Pro PUI4.x.
/// </summary>
SFS_SHORTCUT_SHOW_FIT_UI = 18,
/// <summary>
/// Switch for displaying the screen mirroring button.
/// </summary>
SFS_SHORTCUT_SHOW_CAST_UI = 19,
/// <summary>
/// Switch for displaying the screen capture button.
/// </summary>
SFS_SHORTCUT_SHOW_CAPTURE_UI = 20,
/// <summary>
/// Switch for killing 2D apps in the background (Obsolete).
/// </summary>
[Obsolete] SFS_STOP_MEM_INFO_SERVICE = 21,
/// <summary>
/// Switch for restricting app auto-startup (Obsolete).
/// </summary>
[Obsolete] SFS_START_APP_BOOT_COMPLETED = 22,
/// <summary>
/// Set the device as a host device.
/// </summary>
SFS_USB_FORCE_HOST = 23,
/// <summary>
/// Set the default safety zone for Neo3 and PICO4 series devices.
/// </summary>
SFS_SET_DEFAULT_SAFETY_ZONE = 24,
/// <summary>
/// Allow resetting the boundary for Neo3 and PICO4 series devices.
/// </summary>
SFS_ALLOW_RESET_BOUNDARY = 25,
/// <summary>
/// Switch for displaying the confirmation screen for the safety boundary on Neo3 and PICO4 series devices.
/// </summary>
SFS_BOUNDARY_CONFIRMATION_SCREEN = 26,
/// <summary>
/// Recenter by long-pressing the Home key on Neo3 and PICO4 series devices.
/// </summary>
SFS_LONG_PRESS_HOME_TO_RECENTER = 27,
/// <summary>
/// Keep the device connected to the network after the screen is off. Supported on PICO4 E [PUI5.4.0 and above], PICO G3 [PUI5.4.0 and above], and Neo3 Pro [PUI4.8.0 & 4.8.1 and above].
/// </summary>
SFS_POWER_CTRL_WIFI_ENABLE = 28,
/// <summary>
/// Disable Wi-Fi. Supported on PICO4 E [PUI5.4.0 and above], PICO G3 [PUI5.4.0 and above], and Neo3 Pro [PUI4.8.0 & 4.8.1 and above].
/// </summary>
SFS_WIFI_DISABLE = 29,
/// <summary>
/// 6Dof switch for Neo3 and PICO4 series devices.
/// </summary>
SFS_SIX_DOF_SWITCH = 30,
/// <summary>
/// Inverse dispersion switch, available on PICO Neo3 and G3.
/// </summary>
SFS_INVERSE_DISPERSION = 31,
/// <summary>
/// Switch for logcat, path: data/logs.
/// </summary>
SFS_LOGCAT = 32,
/// <summary>
/// Switch for the proximity sensor.
/// </summary>
SFS_PSENSOR = 33,
/// <summary>
/// OTA upgrade switch, available on [PUI5.4.0 and above].
/// </summary>
SFS_SYSTEM_UPDATE_OTA = 34,
/// <summary>
/// App upgrade and update switch, available on [PUI5.4.0 and above].
/// </summary>
SFS_SYSTEM_UPDATE_APP = 35,
/// <summary>
/// Switch for displaying the WLAN button in the quick settings, available on [PUI5.4.0 and above].
/// </summary>
SFS_SHORTCUT_SHOW_WLAN_UI = 36,
/// <summary>
/// Switch for displaying the safety boundary button in the quick settings, available on PICO4E & Neo3Pro [PUI5.4.0].
/// </summary>
SFS_SHORTCUT_SHOW_BOUNDARY_UI = 37,
/// <summary>
/// Switch for displaying the Bluetooth button in the quick settings, available on [PUI5.4.0 and above].
/// </summary>
SFS_SHORTCUT_SHOW_BLUETOOTH_UI = 38,
/// <summary>
/// Switch for displaying the one-click cleanup button in the quick settings, available on [PUI5.4.0].
/// </summary>
SFS_SHORTCUT_SHOW_CLEAN_TASK_UI = 39,
/// <summary>
/// Switch for displaying the IPD adjustment button in the quick settings, available on PICO4E [PUI5.4.0].
/// </summary>
SFS_SHORTCUT_SHOW_IPD_ADJUSTMENT_UI = 40,
/// <summary>
/// Switch for displaying the power (shutdown/restart) button in the quick settings, available on [PUI5.4.0 and above].
/// </summary>
SFS_SHORTCUT_SHOW_POWER_UI = 41,
/// <summary>
/// Switch for displaying the edit button in the quick settings, available on [PUI5.4.0 and above].
/// </summary>
SFS_SHORTCUT_SHOW_EDIT_UI = 42,
/// <summary>
/// Custom resource button in the industry settings - basic settings, available on [PUI5.4.0 and above].
/// </summary>
SFS_BASIC_SETTING_APP_LIBRARY_UI = 43,
/// <summary>
/// Custom quick settings button in the industry settings - basic settings, available on [PUI5.4.0 and above].
/// </summary>
SFS_BASIC_SETTING_SHORTCUT_UI = 44,
/// <summary>
/// Whether the LED indicator lights up when the screen is off and the battery level is less than 20%, available on PICO G3.
/// </summary>
SFS_LED_FLASHING_WHEN_SCREEN_OFF = 45,
/// <summary>
/// Show/hide the custom settings items in the basic settings.
/// </summary>
SFS_BASIC_SETTING_CUSTOMIZE_SETTING_UI = 46,
/// <summary>
/// Switch for displaying the app quit confirmation dialog when switching apps.
/// </summary>
SFS_BASIC_SETTING_SHOW_APP_QUIT_CONFIRM_DIALOG = 47,
/// <summary>
/// Switch for killing background VR apps. 1 means kill, 2 means don't kill, default is kill.
/// </summary>
SFS_BASIC_SETTING_KILL_BACKGROUND_VR_APP = 48,
/// <summary>
/// Switch for displaying a blue icon during screen mirroring. Default is to display, set to 0 to hide.
/// </summary>
SFS_BASIC_SETTING_SHOW_CAST_NOTIFICATION = 49,
/// <summary>
/// Automatic IPD switch, available on PICO 4E.
/// </summary>
SFS_AUTOMATIC_IPD = 50,
/// <summary>
/// Quick see-through mode switch, available on PICO Neo3 Pro, PICO 4E, and Neo3 Enterprise Edition [PUI 5.7.0].
/// </summary>
SFS_QUICK_SEETHROUGH_MODE = 51,
/// <summary>
/// High refresh rate mode switch, available on PICO Neo3 Pro, PICO 4E, and Neo3 Enterprise Edition [PUI 5.7.0].
/// </summary>
SFS_HIGN_REFERSH_MODE = 52,
/// <summary>
/// Switch for keeping apps running in see-through mode, available on PICO Neo3 Pro, PICO 4E, Neo3 Enterprise Edition, and G3 [PUI 5.8.0].
/// </summary>
SFS_SEETHROUGH_APP_KEEP_RUNNING = 53,
/// <summary>
/// Outdoor tracking enhancement, available on PICO Neo3 Pro, PICO 4E, and Neo3 Enterprise Edition [PUI 5.8.0].
/// </summary>
SFS_OUTDOOR_TRACKING_ENHANCEMENT = 54,
/// <summary>
/// Quick IPD confirmation, available on PICO 4E [PUI 5.8.0].
/// </summary>
SFS_AUTOIPD_AUTO_COMFIRM = 55,
/// <summary>
/// Launch automatic IPD when the headset is worn, available on PICO 4E [PUI 5.8.0].
/// </summary>
SFS_LAUNCH_AUTOIPD_IF_GLASSES_WEARED = 56,
/// <summary>
/// Enable home gesture recognition, available on PICO Neo3 Pro, PICO 4E, and Neo3 Enterprise Edition [PUI 5.8.0].
/// </summary>
SFS_GESTURE_RECOGNITION_HOME_ENABLE = 57,
/// <summary>
/// Enable reset gesture recognition, available on PICO Neo3 Pro, PICO 4E, and Neo3 Enterprise Edition [PUI 5.8.0].
/// </summary>
SFS_GESTURE_RECOGNITION_RESET_ENABLE = 58,
/// <summary>
/// Automatic file copying from USB device (OTG), available on PICO Neo3 Pro, PICO 4E, Neo3 Enterprise Edition, and G3 [PUI 5.8.0].
/// </summary>
SFS_AUTO_COPY_FILES_FROM_USB_DEVICE = 59,
/// <summary>
/// Wi-Fi P2P auto-connect, allowing silent connection without pop-up window.
/// </summary>
SFS_WIFI_P2P_AUTO_CONNECT = 60,
/// <summary>
/// Switch for enabling file copying when the screen is locked.
/// </summary>
SFS_LOCK_SCREEN_FILE_COPY_ENABLE = 61,
/// <summary>
/// Switch for enabling dynamic marker tracking.
/// </summary>
SFS_TRACKING_ENABLE_DYNAMIC_MARKER = 62,
/// <summary>
/// Switch for toggling between 3DOF and 6DOF modes for the controller.
/// </summary>
SFS_ENABLE_3DOF_CONTROLLER_TRACKING = 63,
/// <summary>
/// Enable controller vibration feedback, supported from PUI560.
/// </summary>
SFS_SYSTEM_VIBRATION_ENABLED = 64,
/// <summary>
/// Bluetooth switch.
/// </summary>
SFS_BLUE_TOOTH = 65,
/// <summary>
/// Enhanced video quality, supported from PUI580.
/// </summary>
SFS_ENHANCED_VIDEO_QUALITY = 66,
/// <summary>
/// Gesture recognition (tracking), supported from PUI560.
/// </summary>
SFS_GESTURE_RECOGNITION = 67,
/// <summary>
/// Automatic brightness adjustment, supported from PUI560.
/// </summary>
SFS_BRIGHTNESS_AUTO_ADJUST = 68,
/// <summary>
/// High-current OTG mode, supported from PUI580.
/// </summary>
SFS_HIGH_CURRENT_OTG_MODE = 69,
/// <summary>
/// Disable background app audio playback, supported from PUI560.
/// </summary>
SFS_BACKGROUND_APP_PLAY_AUDIO = 70,
/// <summary>
/// Do not disturb mode, supported from PUI560.
/// </summary>
SFS_NO_DISTURB_MODE = 71,
/// <summary>
/// Monocular screen mirroring, supported from PUI570.
/// </summary>
SFS_MONOCULAR_SCREENCAST = 72,
/// <summary>
/// Monocular screen capture and recording, supported from PUI570.
/// </summary>
SFS_MONOCULAR_SCREEN_CAPTURE = 73,
/// <summary>
/// Stabilize the recording screen to reduce jitter, supported from PUI570.
/// </summary>
SFS_STABILIZATION_FOR_RECORDING = 74,
/// <summary>
/// Hide 2D apps when returning to the home screen if the main app is a VR app.
/// </summary>
SFS_HIDE_2D_APP_WHEN_GO_TO_HOME = 75,
/// <summary>
/// Controller vibration switch.
/// </summary>
SFS_CONTROLLER_VIBRATE = 76,
/// <summary>
/// Refresh mode switch.
/// </summary>
SFS_REFRESH_MODE = 77,
/// <summary>
/// Smart audio switch.
/// </summary>
SFS_SMART_AUDIO = 78,
/// <summary>
/// Eye tracking switch.
/// </summary>
SFS_EYE_TRACK = 79,
/// <summary>
/// Facial expression simulation switch.
/// </summary>
SFS_FACE_SIMULATE = 80,
/// <summary>
/// Enable microphone during screen recording.
/// </summary>
SFS_ENABLE_MIC_WHEN_RECORD = 81,
/// <summary>
/// Continue recording when the screen is off.
/// </summary>
SFS_KEEP_RECORD_WHEN_SCREEN_OFF = 82,
/// <summary>
/// Controller vibration tip in the safety boundary.
/// </summary>
SFS_CONTROLLER_TIP_VIBRATE = 83,
/// <summary>
/// Controller-triggered see-through in the safety boundary.
/// </summary>
SFS_CONTROLLER_SEE_THROUGH = 84,
/// <summary>
/// Lower the height of the safety boundary in place.
/// </summary>
SFS_LOW_BORDER_HEIGHT = 85,
/// <summary>
/// Safety tip for fast movement in the safety boundary.
/// </summary>
SFS_FAST_MOVE_TIP = 86,
/// <summary>
/// Enable wireless USB debugging.
/// </summary>
SFS_WIRELESS_USB_ADB = 87,
/// <summary>
/// Automatic system update.
/// </summary>
SFS_SYSTEM_AUTO_UPDATE = 88,
/// <summary>
/// USB tethering switch.
/// </summary>
SFS_USB_TETHERING = 89,
/// <summary>
/// Respond to the HMD back key in real-time in VR apps.
/// When the switch is on: Pressing the HMD back key sends a DOWN event, and releasing it sends an UP event.
/// When the switch is off: Pressing the HMD back key does not send a DOWN event, and releasing it sends both DOWN/UP events.
/// </summary>
SFS_REAL_TIME_RESPONSE_HMD_BACK_KEY_IN_VR_APP = 90,
/// <summary>
/// Prioritize using markers to retrieve the map.
/// </summary>
SFS_RETRIEVE_MAP_BY_MARKER_FIRST = 91,
/// <summary>
/// Detect if the controller is in a still state.
/// </summary>
SFS_CONTROLLER_STILL = 92,
/// <summary>
/// Switch for displaying the performance button in the quick settings, available on Sparrow_PUI513.
/// </summary>
SFS_SHORTCUT_SHOW_PERFORMANCE_UI = 93,
/// <summary>
/// Battery status display.
/// 0 - Do not display.
/// 1 - Display on the HUD.
/// 2 - Always display.
/// </summary>
SFS_BATTERY_STATUS_DISPLAY = 94,
/// <summary>
/// Quick relocation.
/// </summary>
SFS_QUICK_RELOCATION = 95,
/// <summary>
///toggle for mixed tracking mode
/// </summary>
SFS_MIXED_INTERACTION_MODE = 96,
/// <summary>
/// reminder for abnormal locating
/// </summary>
SFS_REMINDER_FOR_ABNORMAL_LOCATING = 97,
/// <summary>
/// HOME gesture toggle: in system desktop
/// </summary>
SFS_GESTURE_RECOGNITION_HOME_ENABLE_ON_DESKTOP=98,
/// <summary>
/// RESET gesture toggle: in system desktop
/// </summary>
SFS_GESTURE_RECOGNITION_RESET_ENABLE_ON_DESKTOP=99,
/// <summary>
/// disable window memory optimization strategy
/// </summary>
SFS_DISABLE_WINDOW_MEMORY_OPTIMIZATION=100,
/// <summary>
/// global VST.
/// </summary>
SFS_GLOBAL_VST=102,
/// <summary>
/// toggle for hand tracking injection
/// </summary>
SFS_HAND_TRACKING_HOOK=103,
/// <summary>
/// toggle for USB tethering with static IP
/// </summary>
SFS_USB_TETHERING_STATIC_IP_ENABLED=104,
/// <summary>
/// tracking mode (`0`- body tracking; `1` - object tracking)
/// </summary>
SFS_TRACKER_MODE=105,
/// <summary>
/// Guardian persistent immersive mode: do not auto-enter VST when leaving the play area (`0` — system default, no special handling; `1` — do not trigger VST)
/// </summary>
SFS_GUARDIAN_PERSISTENT_IMMERSION_MODE=106
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: d478586fa3b0236429ce81bab6f48957
timeCreated: 1685943877

View File

@@ -0,0 +1,134 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum SystemInfoEnum
{
/// <summary>
/// Check the battery level.
/// </summary>
ELECTRIC_QUANTITY = 0,
/// <summary>
/// Check the PUI version number.
/// </summary>
PUI_VERSION = 1,
/// <summary>
/// Check the device model.
/// </summary>
EQUIPMENT_MODEL = 2,
/// <summary>
/// Check the device serial number (SN).
/// </summary>
EQUIPMENT_SN = 3,
/// <summary>
/// Check the customer serial number (SN).
/// </summary>
CUSTOMER_SN = 4,
/// <summary>
/// Check the internal storage space of the device.
/// </summary>
INTERNAL_STORAGE_SPACE_OF_THE_DEVICE = 5,
/// <summary>
/// Check the Bluetooth status of the device.
/// </summary>
DEVICE_BLUETOOTH_STATUS = 6,
/// <summary>
/// Check the name of the connected Bluetooth device.
/// </summary>
BLUETOOTH_NAME_CONNECTED = 7,
/// <summary>
/// Check the Bluetooth MAC address.
/// </summary>
BLUETOOTH_MAC_ADDRESS = 8,
/// <summary>
/// Check the Wi-Fi status of the device.
/// </summary>
DEVICE_WIFI_STATUS = 9,
/// <summary>
/// Check the name of the connected Wi-Fi network.
/// </summary>
WIFI_NAME_CONNECTED = 10,
/// <summary>
/// Check the WLAN MAC address.
/// </summary>
WLAN_MAC_ADDRESS = 11,
/// <summary>
/// Check the device IP address.
/// </summary>
DEVICE_IP = 12,
/// <summary>
/// Check if the device is charging.
/// </summary>
CHARGING_STATUS = 13,
/// <summary>
/// Neo3 device old and new keys.
/// </summary>
DEVICE_KEY = 14,
/// <summary>
/// Bluetooth information of the device itself.
/// Return value format: Name|Address
/// Return value example: PICO 4|08:16:D5:70:20:11
/// </summary>
BLUETOOTH_INFO_DEVICE = 15,
/// <summary>
/// Information of the connected Bluetooth devices.
/// Return value format: [Bluetooth device 1 name|Bluetooth device 1 address, Bluetooth device 2 name|Bluetooth device 2 address, ...]
/// Return value example: [PICO 4|08:16:D5:70:20:11, PICO Neo 3|21:23:D5:7A:2C:DE]
/// </summary>
BLUETOOTH_INFO_CONNECTED = 16,
/// <summary>
/// Camera temperature in Celsius.
/// </summary>
CAMERA_TEMPERATURE_CELSIUS = 17,
/// <summary>
/// Camera temperature in Fahrenheit.
/// </summary>
CAMERA_TEMPERATURE_FAHRENHEIT = 18,
/// <summary>
/// Large space map information.
/// </summary>
LARGESPACE_MAP_INFO = 19,
/// <summary>
/// Current charging protocol.
/// </summary>
CURRENT_CHARGING_PROTOCOL = 20,
/// <summary>
/// Maximum USB charging power.
/// </summary>
USB_PWOER_MAX = 21,
/// <summary>
/// Head-mounted display (HMD) position and orientation.
/// </summary>
HMD_POSITION_AND_ORIENTATION = 22,
/// <summary>
/// the status of PSensor
/// </summary>
PSENSOR_STATUS = 23,
/// <summary>
/// the scale of the large-space map
/// </summary>
LARGE_SPACE_MAP_SCALE = 24
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 1fb47fac324da0244b89e5cba9b606db
timeCreated: 1685937098

View File

@@ -0,0 +1,9 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum SystemKeyEnum
{
ENTER_KEY=0,
BACK_KEY=1,
VOLUME_KEY=2,
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 6d168ba74a784d1c8fcf699a5e6e12b5
timeCreated: 1698917116

View File

@@ -0,0 +1,8 @@
namespace Unity.XR.PICO.TOBSupport
{
public enum USBConfigModeEnum
{
MTP=0,
CHARGE=1
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 83c4de97e8bbda3448a5180986a87c33
timeCreated: 1685944441