razoredge Posted June 11, 2019 Posted June 11, 2019 Is there a way to get the serial number for Vive Focus devices not yet running VIU? Possibly from WVR_GetParameters? Something like this? char pchString[256] = "SerialNumber";char retString[256] = { 0 };uint32_t size;//Get the result from device servicesize = WVR_GetParameters(WVR_DeviceType_HMD, pchString, retString, 256); https://hub.vive.com/storage/app/doc/en-us/WVR_GetParameters.html
Tony PH Lin Posted June 12, 2019 Posted June 12, 2019 Hi , No, Wave doesn’t provide the API getting S/N to developers since PII security concern. Developers may follow Android policy to get it. https://stackoverflow.com/questions/11029294/android-how-to-programmatically-access-the-device-serial-number-shown-in-the-av Thanks.
razoredge Posted June 13, 2019 Posted June 13, 2019 but assuming we do migrate our client apps to use Vive Input Utility, what about IVRModuleDeviceState.serialNumber as mentioned in the reply above this?
VIVE_chengnay Posted June 13, 2019 Posted June 13, 2019 I just checked IVRModuleDeviceState.serialNumber does not actually print out Focus HMD's serialNumber. I printed out as WVR_DeviceType_HMD.
Tony PH Lin Posted June 13, 2019 Posted June 13, 2019 Hi , Just clarified that the method of VIU suggested by Dario is working on PC, but not supported on Focus/Focus Plus since PII (Personal Identitfying Information) concern. The alternative way for you is from Android API we provide previously. Thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.